File tree Expand file tree Collapse file tree 7 files changed +30
-12
lines changed Expand file tree Collapse file tree 7 files changed +30
-12
lines changed Original file line number Diff line number Diff line change 33[ ForgeRock Javascript SDK package] ( ./packages/javascript-sdk/CHANGELOG.md )
44
55[ ForgeRock Token Vault package] ( ./packages/token-vault/CHANGELOG.md )
6+
7+ [ ForgeRock Ping Protect package] ( ./packages/ping-protect/CHANGELOG.md )
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 4.4.0] - 2024-03-12
4+
5+ Features:
6+
7+ feat(javascript-sdk): add config.setAsync for wellknown endpoint support
8+ feat(javascript-sdk): handle-device-name-in-response
9+
10+ Fixes
11+ fix(javascript-sdk): add PingOne login error to allowed errors
12+ fix(javascript-sdk): sessionStorage conflict
13+ fix(javascript-sdk): circular-dependency
14+
315## [ 4.3.0] - 2024-01-04
416
517Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @forgerock/javascript-sdk" ,
3- "version" : " 4.3 .0" ,
3+ "version" : " 4.4 .0" ,
44 "description" : " ForgeRock JavaScript SDK" ,
55 "author" : " ForgeRock" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import HiddenValueCallback from '../fr-auth/callbacks/hidden-value-callback';
33import TextOutputCallback from '../fr-auth/callbacks/text-output-callback' ;
44import FRStep from '../fr-auth/fr-step' ;
55
6- type QRCodeData = {
6+ export type QRCodeData = {
77 message : string ;
88 use : string ;
99 uri : string ;
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 4.4.0] - 2024-03-12
4+
5+ feat(ping-protect): Add a new module for Ping Protect and allow for use of .wellknown endpoint for configuration of PingOne as an oauth server
Original file line number Diff line number Diff line change 11{
22 "name" : " @forgerock/ping-protect" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 4.4.0 " ,
44 "private" : false ,
55 "type" : " commonjs" ,
6- "module" : " ./index.mjs " ,
7- "main" : " ./index.js" ,
6+ "module" : " ./src/ index.js " ,
7+ "main" : " ./src/ index.js" ,
88 "exports" : {
9- "." : {
10- "import" : " ./index.mjs" ,
11- "require" : " ./index.js" ,
12- "default" : " ./index.mjs"
13- }
9+ "." : " ./src/index.js"
1410 },
1511 "peerDependencies" : {
16- "@forgerock/javascript-sdk" : " ^4.1.2 "
12+ "@forgerock/javascript-sdk" : " ^4.4.0 "
1713 }
1814}
Original file line number Diff line number Diff line change 1111 "outputPath" : " dist/packages/ping-protect" ,
1212 "main" : " packages/ping-protect/src/index.ts" ,
1313 "tsConfig" : " packages/ping-protect/tsconfig.lib.json" ,
14- "assets" : [" packages/ping-protect/*.md" ]
14+ "assets" : [
15+ " packages/ping-protect/*.md" ,
16+ " packages/ping-protect/src/lib/ping-signals-sdk.js"
17+ ]
1518 }
1619 },
1720 "lint" : {
You can’t perform that action at this time.
0 commit comments