@forgerock/login-widget 1.2.0-beta.10 → 1.2.0-beta.11

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.2.0-beta.11](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.10...v1.2.0-beta.11) (2023-12-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **fixing-types:** journey-type-updates ([899d0ba](https://github.com/forgerock/forgerock-web-login-framework/commit/899d0ba7705ac586c6734bf6c30543fbbe1964fd))
7
+
1
8
  # [1.2.0-beta.10](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.9...v1.2.0-beta.10) (2023-12-12)
2
9
 
3
10
 
package/index.cjs CHANGED
@@ -11946,7 +11946,7 @@ const journeyStore = writable({
11946
11946
  function initialize$4(initOptions) {
11947
11947
  const stack = initializeStack();
11948
11948
  let stepNumber = 0;
11949
- async function next(prevStep = null, nextOptions, resumeUrl) {
11949
+ async function next(prevStep, nextOptions, resumeUrl) {
11950
11950
  if (!Config.get().serverConfig?.baseUrl) {
11951
11951
  logErrorAndThrow('missingBaseUrl');
11952
11952
  }