@incodetech/web 0.0.0-dev-20260428-a6473dd → 0.0.0-dev-20260428-33984c2

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.
@@ -4,7 +4,7 @@ import { t as c } from "../uiConfig-CwpQ-IM6.js";
4
4
  import { o as l, t as u } from "../incodeComponent-DexcYK3Y.js";
5
5
  import { t as d } from "../transitionSpinner-DqDwaNM6.js";
6
6
  import { t as f } from "../incodeModule-CHzKl22Y.js";
7
- import { a as p, c as m, d as h, i as g, l as _, n as v, o as y, p as b, r as x, s as S, t as C, u as w } from "../useModuleLoader-BScoAkoR.js";
7
+ import { a as p, c as m, d as h, i as g, l as _, n as v, o as y, p as b, r as x, s as S, t as C, u as w } from "../useModuleLoader-BorXPR87.js";
8
8
  import { getDeviceClass as T } from "@incodetech/core/device";
9
9
  import { getRequiredWasmPipelines as E } from "@incodetech/core/flow";
10
10
  import { QrValidationError as D, bootstrapSession as O, refreshQrUrlUuid as k } from "@incodetech/core/session";
@@ -144,6 +144,7 @@ function A(e) {
144
144
  if (e === "INCODE_WATCHLIST") return () => import("@incodetech/core/custom-watchlist").then((e) => e.customWatchlistMachine);
145
145
  if (e === "AE_SIGNATURE") return () => import("@incodetech/core/ae-signature").then((e) => e.aeSignatureMachine);
146
146
  if (e === "QE_SIGNATURE") return () => import("@incodetech/core/qe-signature").then((e) => e.qeSignatureMachine);
147
+ if (e === "CROSS_DOCUMENT_DATA_MATCH") return () => import("@incodetech/core/cross-document-data-match").then((e) => e.crossDocumentDataMatchMachine);
147
148
  }
148
149
  function j(e) {
149
150
  let t = {};
@@ -5,7 +5,7 @@ import { o, t as s } from "../incodeComponent-DexcYK3Y.js";
5
5
  import "../spinner-BYktSnQZ.js";
6
6
  import { t as c } from "../transitionSpinner-DqDwaNM6.js";
7
7
  import { t as l } from "../incodeModule-CHzKl22Y.js";
8
- import { a as u, f as d, i as f, m as p, t as m } from "../useModuleLoader-BScoAkoR.js";
8
+ import { a as u, f as d, i as f, m as p, t as m } from "../useModuleLoader-BorXPR87.js";
9
9
  import { resolveWasmConfig as h, warmupWasm as g } from "@incodetech/core/wasm";
10
10
  import { QrValidationError as _, refreshQrUrlUuid as v } from "@incodetech/core/session";
11
11
  import { createWorkflowManager as y } from "@incodetech/core/workflow";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260428-a6473dd",
3
+ "version": "0.0.0-dev-20260428-33984c2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -230,7 +230,7 @@
230
230
  "qrcode": "^1.5.4",
231
231
  "signature_pad": "^5.1.3",
232
232
  "tailwindcss": "^4.1.17",
233
- "@incodetech/core": "0.0.0-dev-20260428-a6473dd"
233
+ "@incodetech/core": "0.0.0-dev-20260428-33984c2"
234
234
  },
235
235
  "devDependencies": {
236
236
  "@microsoft/api-extractor": "^7.53.3",