@forgerock/login-widget 1.0.0-beta.16 → 1.0.0-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [1.0.0-beta.17](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2023-04-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **types.ts:** rename the types file where we missed it and fix release ([6071603](https://github.com/forgerock/forgerock-web-login-framework/commit/6071603026ed2134da036c14de0be1d416708fe1))
7
+
1
8
  # [1.0.0-beta.16](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2023-03-30)
2
9
 
3
10
 
@@ -7,25 +14,22 @@
7
14
 
8
15
  # [1.0.0-beta.15](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2023-03-27)
9
16
 
10
-
11
17
  ### Bug Fixes
12
18
 
13
- * **login-failure:** handle 500 failures within login store ([90fb461](https://github.com/forgerock/forgerock-web-login-framework/commit/90fb461e2598f929e4b418c9794f8b085e433e54))
19
+ - **login-failure:** handle 500 failures within login store ([90fb461](https://github.com/forgerock/forgerock-web-login-framework/commit/90fb461e2598f929e4b418c9794f8b085e433e54))
14
20
 
15
21
  # [1.0.0-beta.14](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2023-03-27)
16
22
 
17
-
18
23
  ### Bug Fixes
19
24
 
20
- * **configuration:** improve handling and reporting of missing configuration ([a611623](https://github.com/forgerock/forgerock-web-login-framework/commit/a611623d7c33b0af18483ccad81a8725e461be65))
25
+ - **configuration:** improve handling and reporting of missing configuration ([a611623](https://github.com/forgerock/forgerock-web-login-framework/commit/a611623d7c33b0af18483ccad81a8725e461be65))
21
26
 
22
27
  # [1.0.0-beta.13](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2023-03-27)
23
28
 
24
-
25
29
  ### Bug Fixes
26
30
 
27
- * **password:** fix password confirmation reset and validation failures ([5b7d039](https://github.com/forgerock/forgerock-web-login-framework/commit/5b7d039ed8feb7eb7053b6818425c9a32b0e667c))
28
- * **style:** reworking application of headers and footers of widget ([1aa8306](https://github.com/forgerock/forgerock-web-login-framework/commit/1aa8306366127e38145fb6e69298da160349cd0e))
31
+ - **password:** fix password confirmation reset and validation failures ([5b7d039](https://github.com/forgerock/forgerock-web-login-framework/commit/5b7d039ed8feb7eb7053b6818425c9a32b0e667c))
32
+ - **style:** reworking application of headers and footers of widget ([1aa8306](https://github.com/forgerock/forgerock-web-login-framework/commit/1aa8306366127e38145fb6e69298da160349cd0e))
29
33
 
30
34
  # [1.0.0-beta.12](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2023-03-27)
31
35
 
package/index.cjs CHANGED
@@ -17735,8 +17735,7 @@ function initialize$4(initOptions) {
17735
17735
  error: {
17736
17736
  code: nextStep.getCode(),
17737
17737
  message: failureMessageStr,
17738
- // TODO: Should we remove the callbacks for PII info?
17739
- step: prevStep?.payload,
17738
+ stage: prevStep?.payload?.stage,
17740
17739
  troubleshoot: null,
17741
17740
  },
17742
17741
  loading: false,
@@ -17766,8 +17765,7 @@ function initialize$4(initOptions) {
17766
17765
  error: {
17767
17766
  code: nextStep.getCode(),
17768
17767
  message: failureMessageStr,
17769
- // TODO: Should we remove the callbacks for PII info?
17770
- step: prevStep?.payload,
17768
+ stage: prevStep?.payload?.stage,
17771
17769
  troubleshoot: null,
17772
17770
  },
17773
17771
  loading: false,