@incodetech/web 0.0.0-dev-20260612-10760bb1 → 0.0.0-dev-20260613-66946835

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.
@@ -434,7 +434,7 @@ var IncodeFlowContent = ({ config, onFinish, onError }) => {
434
434
  class: "IncodeFlow",
435
435
  children: /* @__PURE__ */ u(Component, {
436
436
  config: flowConfig,
437
- onFinish: () => flowManager.completeFlow(),
437
+ onFinish: () => flowManager.finishFlow(),
438
438
  onContinue: () => flowManager.completeModule(),
439
439
  onError
440
440
  }, `redirect-to-mobile-${flowState.currentStepIndex}`)
@@ -281,7 +281,7 @@ var IncodeWorkflowReady = ({ config, workflowManager: initialManager, onFinish,
281
281
  });
282
282
  let extraProps = {};
283
283
  if (workflowState.currentNode.moduleKey === "REDIRECT_TO_MOBILE") extraProps = {
284
- onFinish: () => workflowManager.completeFlow(),
284
+ onFinish: () => workflowManager.finishWorkflow(),
285
285
  onContinue: () => workflowManager.completeModule()
286
286
  };
287
287
  return /* @__PURE__ */ u("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260612-10760bb1",
3
+ "version": "0.0.0-dev-20260613-66946835",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
@@ -264,7 +264,7 @@
264
264
  "qrcode": "^1.5.4",
265
265
  "signature_pad": "^5.1.3",
266
266
  "tailwindcss": "^4.1.17",
267
- "@incodetech/core": "0.0.0-dev-20260612-10760bb1"
267
+ "@incodetech/core": "0.0.0-dev-20260613-66946835"
268
268
  },
269
269
  "devDependencies": {
270
270
  "@microsoft/api-extractor": "^7.53.3",