@incodetech/core 0.0.0-dev-20260616-e026f0c8 → 0.0.0-dev-20260616-ac25cc2c

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.
Files changed (38) hide show
  1. package/dist/ae-signature.d.ts +1 -1
  2. package/dist/certificate-issuance.d.ts +71 -29
  3. package/dist/certificate-issuance.esm.js +8 -1
  4. package/dist/{certificateIssuanceStateMachine-DB2r-cpB.esm.js → certificateIssuanceStateMachine-bhWVYKYV.esm.js} +6 -1
  5. package/dist/consent.d.ts +1 -1
  6. package/dist/{consentManager-DWB0fOnC.d.ts → consentManager-C7RMZy5x.d.ts} +52 -52
  7. package/dist/cpf-ocr.d.ts +1 -1
  8. package/dist/{cpfOcrManager-DZudorH5.d.ts → cpfOcrManager-BAT8zE9Q.d.ts} +23 -23
  9. package/dist/document-capture.d.ts +231 -231
  10. package/dist/document-upload.d.ts +49 -49
  11. package/dist/ekyb.esm.js +3 -3
  12. package/dist/{ekybStateMachine-iBJaSAJs.esm.js → ekybStateMachine-9t9jMUFT.esm.js} +1 -1
  13. package/dist/electronic-signature.d.ts +1 -1
  14. package/dist/extensibility.d.ts +4 -4
  15. package/dist/extensibility.esm.js +3 -3
  16. package/dist/flow.esm.js +2 -2
  17. package/dist/{flowServices-BRfa1_9p.esm.js → flowServices-4fUZhkAk.esm.js} +1 -1
  18. package/dist/home.d.ts +10 -10
  19. package/dist/id-ocr.d.ts +52 -52
  20. package/dist/id-verification.d.ts +25 -25
  21. package/dist/id.esm.js +3 -3
  22. package/dist/{idCaptureManager-Cm-IXB70.esm.js → idCaptureManager-C7yhDl26.esm.js} +1 -1
  23. package/dist/{idCaptureStateMachine-CU3F89Pn.esm.js → idCaptureStateMachine-Bz5bCRoq.esm.js} +1 -1
  24. package/dist/identity-reuse.d.ts +1 -1
  25. package/dist/{identityReuseManager-mEnl2R8N.d.ts → identityReuseManager-DAPEjILf.d.ts} +34 -34
  26. package/dist/{index-B1r8U5de.d.ts → index-CO4FBpAu.d.ts} +168 -168
  27. package/dist/index.esm.js +2 -2
  28. package/dist/mandatory-consent.d.ts +1 -1
  29. package/dist/{mandatoryConsentManager-HAXD0YGt.d.ts → mandatoryConsentManager-CcQshPE2.d.ts} +53 -53
  30. package/dist/qe-signature.d.ts +1 -1
  31. package/dist/session.esm.js +1 -1
  32. package/dist/{sessionInitializer-Qlg7EwTl.esm.js → sessionInitializer-DDIttcbx.esm.js} +1 -1
  33. package/dist/{setup-wZGxwi9m.esm.js → setup-fYMp8WIL.esm.js} +1 -1
  34. package/dist/trust-graph.d.ts +2 -2
  35. package/dist/wasm.esm.js +2 -2
  36. package/dist/workflow.d.ts +85 -85
  37. package/dist/workflow.esm.js +5 -5
  38. package/package.json +1 -1
package/dist/index.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./WasmUtilProvider-CAZ4AD98.esm.js";
2
- import { a as setup, n as isConfigured, r as reset } from "./setup-wZGxwi9m.esm.js";
2
+ import { a as setup, n as isConfigured, r as reset } from "./setup-fYMp8WIL.esm.js";
3
3
  import "./BrowserTimerProvider-BVgutW_b.esm.js";
4
4
  import "./api-DUZwyz0o.esm.js";
5
5
  import "./events-CmarQoum.esm.js";
@@ -7,7 +7,7 @@ import "./endpoints-B2t80MAM.esm.js";
7
7
  import "./stats-32mOt6D8.esm.js";
8
8
  import "./IpifyProvider-oZf7Ke1O.esm.js";
9
9
  import "./browserSimulation-CGjpdNA1.esm.js";
10
- import "./sessionInitializer-Qlg7EwTl.esm.js";
10
+ import "./sessionInitializer-DDIttcbx.esm.js";
11
11
  import "./platform-BfoqeM61.esm.js";
12
12
  import "./getBrowser-Dv8LZyHE.esm.js";
13
13
  import "./tri-Bn_ESCop.esm.js";
@@ -4,5 +4,5 @@ import "./camera-D0c7ez3w.js";
4
4
  import "./types-DR2YKE_o.js";
5
5
  import "./types-C1ixFPzO.js";
6
6
  import "./types-D8y52YD5.js";
7
- import { a as MandatoryConsentActor, i as createMandatoryConsentManagerFromActor, n as MandatoryConsentState, o as mandatoryConsentMachine, r as createMandatoryConsentManager, s as MandatoryConsentConfig, t as MandatoryConsentManager } from "./mandatoryConsentManager-HAXD0YGt.js";
7
+ import { a as MandatoryConsentActor, i as createMandatoryConsentManagerFromActor, n as MandatoryConsentState, o as mandatoryConsentMachine, r as createMandatoryConsentManager, s as MandatoryConsentConfig, t as MandatoryConsentManager } from "./mandatoryConsentManager-CcQshPE2.js";
8
8
  export { type MandatoryConsentActor, type MandatoryConsentConfig, type MandatoryConsentManager, type MandatoryConsentState, createMandatoryConsentManager, createMandatoryConsentManagerFromActor, mandatoryConsentMachine };
@@ -1,7 +1,7 @@
1
1
  import { t as Manager } from "./Manager-CHiHBvMT.js";
2
2
  import { t as ActorRefFrom } from "./Actor-CeqUTqL9.js";
3
3
  import { a as RegulationTypes } from "./types-D8y52YD5.js";
4
- import * as xstate1205 from "xstate";
4
+ import * as xstate243 from "xstate";
5
5
 
6
6
  //#region src/modules/mandatory-consent/types.d.ts
7
7
  type RegulatoryConsentType = 'MANDATORY' | 'ML';
@@ -32,7 +32,7 @@ type MandatoryConsentContext = {
32
32
  type MandatoryConsentInput = {
33
33
  config: MandatoryConsentConfig;
34
34
  };
35
- declare const mandatoryConsentMachine: xstate1205.StateMachine<MandatoryConsentContext, {
35
+ declare const mandatoryConsentMachine: xstate243.StateMachine<MandatoryConsentContext, {
36
36
  type: "LOAD";
37
37
  } | {
38
38
  type: "TOGGLE";
@@ -45,53 +45,53 @@ declare const mandatoryConsentMachine: xstate1205.StateMachine<MandatoryConsentC
45
45
  } | {
46
46
  type: "RESET";
47
47
  }, {
48
- [x: string]: xstate1205.ActorRefFromLogic<xstate1205.PromiseActorLogic<FetchMandatoryConsentResponse, {
48
+ [x: string]: xstate243.ActorRefFromLogic<xstate243.PromiseActorLogic<FetchMandatoryConsentResponse, {
49
49
  config: MandatoryConsentConfig;
50
- }, xstate1205.EventObject>> | xstate1205.ActorRefFromLogic<xstate1205.PromiseActorLogic<void, {
50
+ }, xstate243.EventObject>> | xstate243.ActorRefFromLogic<xstate243.PromiseActorLogic<void, {
51
51
  consentId: string;
52
52
  isSigned: boolean;
53
- }, xstate1205.EventObject>> | undefined;
54
- }, xstate1205.Values<{
53
+ }, xstate243.EventObject>> | undefined;
54
+ }, xstate243.Values<{
55
55
  fetchConsent: {
56
56
  src: "fetchConsent";
57
- logic: xstate1205.PromiseActorLogic<FetchMandatoryConsentResponse, {
57
+ logic: xstate243.PromiseActorLogic<FetchMandatoryConsentResponse, {
58
58
  config: MandatoryConsentConfig;
59
- }, xstate1205.EventObject>;
59
+ }, xstate243.EventObject>;
60
60
  id: string | undefined;
61
61
  };
62
62
  submitConsent: {
63
63
  src: "submitConsent";
64
- logic: xstate1205.PromiseActorLogic<void, {
64
+ logic: xstate243.PromiseActorLogic<void, {
65
65
  consentId: string;
66
66
  isSigned: boolean;
67
- }, xstate1205.EventObject>;
67
+ }, xstate243.EventObject>;
68
68
  id: string | undefined;
69
69
  };
70
- }>, xstate1205.Values<{
70
+ }>, xstate243.Values<{
71
71
  setConsent: {
72
72
  type: "setConsent";
73
- params: xstate1205.NonReducibleUnknown;
74
- };
75
- setError: {
76
- type: "setError";
77
- params: xstate1205.NonReducibleUnknown;
73
+ params: xstate243.NonReducibleUnknown;
78
74
  };
79
75
  clearError: {
80
76
  type: "clearError";
81
- params: xstate1205.NonReducibleUnknown;
82
- };
83
- resetContext: {
84
- type: "resetContext";
85
- params: xstate1205.NonReducibleUnknown;
77
+ params: xstate243.NonReducibleUnknown;
86
78
  };
87
79
  toggleSigned: {
88
80
  type: "toggleSigned";
89
- params: xstate1205.NonReducibleUnknown;
81
+ params: xstate243.NonReducibleUnknown;
82
+ };
83
+ setError: {
84
+ type: "setError";
85
+ params: xstate243.NonReducibleUnknown;
86
+ };
87
+ resetContext: {
88
+ type: "resetContext";
89
+ params: xstate243.NonReducibleUnknown;
90
90
  };
91
91
  }>, {
92
92
  type: "canSubmit";
93
93
  params: unknown;
94
- }, never, "error" | "idle" | "closed" | "finished" | "loading" | "submitting" | "display", string, MandatoryConsentInput, xstate1205.NonReducibleUnknown, xstate1205.EventObject, xstate1205.MetaObject, {
94
+ }, never, "error" | "idle" | "closed" | "finished" | "loading" | "display" | "submitting", string, MandatoryConsentInput, xstate243.NonReducibleUnknown, xstate243.EventObject, xstate243.MetaObject, {
95
95
  readonly id: "mandatoryConsent";
96
96
  readonly initial: "idle";
97
97
  readonly context: ({
@@ -100,70 +100,70 @@ declare const mandatoryConsentMachine: xstate1205.StateMachine<MandatoryConsentC
100
100
  spawn: {
101
101
  <TSrc extends "fetchConsent" | "submitConsent">(logic: TSrc, ...[options]: ({
102
102
  src: "fetchConsent";
103
- logic: xstate1205.PromiseActorLogic<FetchMandatoryConsentResponse, {
103
+ logic: xstate243.PromiseActorLogic<FetchMandatoryConsentResponse, {
104
104
  config: MandatoryConsentConfig;
105
- }, xstate1205.EventObject>;
105
+ }, xstate243.EventObject>;
106
106
  id: string | undefined;
107
107
  } extends infer T ? T extends {
108
108
  src: "fetchConsent";
109
- logic: xstate1205.PromiseActorLogic<FetchMandatoryConsentResponse, {
109
+ logic: xstate243.PromiseActorLogic<FetchMandatoryConsentResponse, {
110
110
  config: MandatoryConsentConfig;
111
- }, xstate1205.EventObject>;
111
+ }, xstate243.EventObject>;
112
112
  id: string | undefined;
113
113
  } ? T extends {
114
114
  src: TSrc;
115
- } ? xstate1205.ConditionalRequired<[options?: ({
115
+ } ? xstate243.ConditionalRequired<[options?: ({
116
116
  id?: T["id"] | undefined;
117
117
  systemId?: string;
118
- input?: xstate1205.InputFrom<T["logic"]> | undefined;
118
+ input?: xstate243.InputFrom<T["logic"]> | undefined;
119
119
  syncSnapshot?: boolean;
120
- } & { [K in xstate1205.RequiredActorOptions<T>]: unknown }) | undefined], xstate1205.IsNotNever<xstate1205.RequiredActorOptions<T>>> : never : never : never) | ({
120
+ } & { [K in xstate243.RequiredActorOptions<T>]: unknown }) | undefined], xstate243.IsNotNever<xstate243.RequiredActorOptions<T>>> : never : never : never) | ({
121
121
  src: "submitConsent";
122
- logic: xstate1205.PromiseActorLogic<void, {
122
+ logic: xstate243.PromiseActorLogic<void, {
123
123
  consentId: string;
124
124
  isSigned: boolean;
125
- }, xstate1205.EventObject>;
125
+ }, xstate243.EventObject>;
126
126
  id: string | undefined;
127
127
  } extends infer T_1 ? T_1 extends {
128
128
  src: "submitConsent";
129
- logic: xstate1205.PromiseActorLogic<void, {
129
+ logic: xstate243.PromiseActorLogic<void, {
130
130
  consentId: string;
131
131
  isSigned: boolean;
132
- }, xstate1205.EventObject>;
132
+ }, xstate243.EventObject>;
133
133
  id: string | undefined;
134
134
  } ? T_1 extends {
135
135
  src: TSrc;
136
- } ? xstate1205.ConditionalRequired<[options?: ({
136
+ } ? xstate243.ConditionalRequired<[options?: ({
137
137
  id?: T_1["id"] | undefined;
138
138
  systemId?: string;
139
- input?: xstate1205.InputFrom<T_1["logic"]> | undefined;
139
+ input?: xstate243.InputFrom<T_1["logic"]> | undefined;
140
140
  syncSnapshot?: boolean;
141
- } & { [K_1 in xstate1205.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate1205.IsNotNever<xstate1205.RequiredActorOptions<T_1>>> : never : never : never)): xstate1205.ActorRefFromLogic<xstate1205.GetConcreteByKey<xstate1205.Values<{
141
+ } & { [K_1 in xstate243.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate243.IsNotNever<xstate243.RequiredActorOptions<T_1>>> : never : never : never)): xstate243.ActorRefFromLogic<xstate243.GetConcreteByKey<xstate243.Values<{
142
142
  fetchConsent: {
143
143
  src: "fetchConsent";
144
- logic: xstate1205.PromiseActorLogic<FetchMandatoryConsentResponse, {
144
+ logic: xstate243.PromiseActorLogic<FetchMandatoryConsentResponse, {
145
145
  config: MandatoryConsentConfig;
146
- }, xstate1205.EventObject>;
146
+ }, xstate243.EventObject>;
147
147
  id: string | undefined;
148
148
  };
149
149
  submitConsent: {
150
150
  src: "submitConsent";
151
- logic: xstate1205.PromiseActorLogic<void, {
151
+ logic: xstate243.PromiseActorLogic<void, {
152
152
  consentId: string;
153
153
  isSigned: boolean;
154
- }, xstate1205.EventObject>;
154
+ }, xstate243.EventObject>;
155
155
  id: string | undefined;
156
156
  };
157
157
  }>, "src", TSrc>["logic"]>;
158
- <TLogic extends xstate1205.AnyActorLogic>(src: TLogic, ...[options]: xstate1205.ConditionalRequired<[options?: ({
158
+ <TLogic extends xstate243.AnyActorLogic>(src: TLogic, ...[options]: xstate243.ConditionalRequired<[options?: ({
159
159
  id?: never;
160
160
  systemId?: string;
161
- input?: xstate1205.InputFrom<TLogic> | undefined;
161
+ input?: xstate243.InputFrom<TLogic> | undefined;
162
162
  syncSnapshot?: boolean;
163
- } & { [K in xstate1205.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate1205.IsNotNever<xstate1205.RequiredLogicInput<TLogic>>>): xstate1205.ActorRefFromLogic<TLogic>;
163
+ } & { [K in xstate243.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate243.IsNotNever<xstate243.RequiredLogicInput<TLogic>>>): xstate243.ActorRefFromLogic<TLogic>;
164
164
  };
165
165
  input: MandatoryConsentInput;
166
- self: xstate1205.ActorRef<xstate1205.MachineSnapshot<MandatoryConsentContext, {
166
+ self: xstate243.ActorRef<xstate243.MachineSnapshot<MandatoryConsentContext, {
167
167
  type: "LOAD";
168
168
  } | {
169
169
  type: "TOGGLE";
@@ -175,7 +175,7 @@ declare const mandatoryConsentMachine: xstate1205.StateMachine<MandatoryConsentC
175
175
  type: "RETRY";
176
176
  } | {
177
177
  type: "RESET";
178
- }, Record<string, xstate1205.AnyActorRef | undefined>, xstate1205.StateValue, string, unknown, any, any>, {
178
+ }, Record<string, xstate243.AnyActorRef | undefined>, xstate243.StateValue, string, unknown, any, any>, {
179
179
  type: "LOAD";
180
180
  } | {
181
181
  type: "TOGGLE";
@@ -187,7 +187,7 @@ declare const mandatoryConsentMachine: xstate1205.StateMachine<MandatoryConsentC
187
187
  type: "RETRY";
188
188
  } | {
189
189
  type: "RESET";
190
- }, xstate1205.AnyEventObject>;
190
+ }, xstate243.AnyEventObject>;
191
191
  }) => {
192
192
  config: MandatoryConsentConfig;
193
193
  consent: undefined;
@@ -224,7 +224,7 @@ declare const mandatoryConsentMachine: xstate1205.StateMachine<MandatoryConsentC
224
224
  } | {
225
225
  type: "RESET";
226
226
  };
227
- self: xstate1205.ActorRef<xstate1205.MachineSnapshot<MandatoryConsentContext, {
227
+ self: xstate243.ActorRef<xstate243.MachineSnapshot<MandatoryConsentContext, {
228
228
  type: "LOAD";
229
229
  } | {
230
230
  type: "TOGGLE";
@@ -236,7 +236,7 @@ declare const mandatoryConsentMachine: xstate1205.StateMachine<MandatoryConsentC
236
236
  type: "RETRY";
237
237
  } | {
238
238
  type: "RESET";
239
- }, Record<string, xstate1205.AnyActorRef>, xstate1205.StateValue, string, unknown, any, any>, {
239
+ }, Record<string, xstate243.AnyActorRef>, xstate243.StateValue, string, unknown, any, any>, {
240
240
  type: "LOAD";
241
241
  } | {
242
242
  type: "TOGGLE";
@@ -248,7 +248,7 @@ declare const mandatoryConsentMachine: xstate1205.StateMachine<MandatoryConsentC
248
248
  type: "RETRY";
249
249
  } | {
250
250
  type: "RESET";
251
- }, xstate1205.AnyEventObject>;
251
+ }, xstate243.AnyEventObject>;
252
252
  }) => {
253
253
  config: MandatoryConsentConfig;
254
254
  };
@@ -301,7 +301,7 @@ declare const mandatoryConsentMachine: xstate1205.StateMachine<MandatoryConsentC
301
301
  } | {
302
302
  type: "RESET";
303
303
  };
304
- self: xstate1205.ActorRef<xstate1205.MachineSnapshot<MandatoryConsentContext, {
304
+ self: xstate243.ActorRef<xstate243.MachineSnapshot<MandatoryConsentContext, {
305
305
  type: "LOAD";
306
306
  } | {
307
307
  type: "TOGGLE";
@@ -313,7 +313,7 @@ declare const mandatoryConsentMachine: xstate1205.StateMachine<MandatoryConsentC
313
313
  type: "RETRY";
314
314
  } | {
315
315
  type: "RESET";
316
- }, Record<string, xstate1205.AnyActorRef>, xstate1205.StateValue, string, unknown, any, any>, {
316
+ }, Record<string, xstate243.AnyActorRef>, xstate243.StateValue, string, unknown, any, any>, {
317
317
  type: "LOAD";
318
318
  } | {
319
319
  type: "TOGGLE";
@@ -325,7 +325,7 @@ declare const mandatoryConsentMachine: xstate1205.StateMachine<MandatoryConsentC
325
325
  type: "RETRY";
326
326
  } | {
327
327
  type: "RESET";
328
- }, xstate1205.AnyEventObject>;
328
+ }, xstate243.AnyEventObject>;
329
329
  }) => {
330
330
  consentId: string;
331
331
  isSigned: boolean;
@@ -1,6 +1,6 @@
1
1
  import { t as Manager } from "./Manager-CHiHBvMT.js";
2
2
  import "./Actor-CeqUTqL9.js";
3
- import { c as ConsentKey, f as QE_CONSENT_KEYS, g as getDefaultConsentChecks, i as electronicSignatureMachine, l as ElectronicSignatureConfig, m as areAllConsented, n as ElectronicSignatureState, s as ConsentChecks, u as ElectronicSignatureDocument } from "./index-B1r8U5de.js";
3
+ import { c as ConsentKey, f as QE_CONSENT_KEYS, g as getDefaultConsentChecks, i as electronicSignatureMachine, l as ElectronicSignatureConfig, m as areAllConsented, n as ElectronicSignatureState, s as ConsentChecks, u as ElectronicSignatureDocument } from "./index-CO4FBpAu.js";
4
4
 
5
5
  //#region src/modules/qe-signature/index.d.ts
6
6
 
@@ -4,7 +4,7 @@ import "./endpoints-B2t80MAM.esm.js";
4
4
  import "./stats-32mOt6D8.esm.js";
5
5
  import "./IpifyProvider-oZf7Ke1O.esm.js";
6
6
  import "./browserSimulation-CGjpdNA1.esm.js";
7
- import { r as initializeSession } from "./sessionInitializer-Qlg7EwTl.esm.js";
7
+ import { r as initializeSession } from "./sessionInitializer-DDIttcbx.esm.js";
8
8
  import "./platform-BfoqeM61.esm.js";
9
9
  import "./getBrowser-Dv8LZyHE.esm.js";
10
10
  import { t as IncodeApiError } from "./apiError-D-GTvFrH.esm.js";
@@ -185,7 +185,7 @@ function resetFeatureConfigCache() {
185
185
 
186
186
  //#endregion
187
187
  //#region src/internal/version/sdkVersion.ts
188
- const SDK_VERSION = "0.0.0-dev-20260616-e026f0c8";
188
+ const SDK_VERSION = "0.0.0-dev-20260616-ac25cc2c";
189
189
 
190
190
  //#endregion
191
191
  //#region src/internal/fingerprint/fingerprintService.ts
@@ -4,7 +4,7 @@ import { a as resetApi, i as isApiConfigured, n as getApi, o as setClient, r as
4
4
  import { _ as getAnalyticsBatcher, h as createAnalyticsBatchingService, v as resetAnalyticsBatcher, y as setAnalyticsBatcher } from "./events-CmarQoum.esm.js";
5
5
  import { t as endpoints } from "./endpoints-B2t80MAM.esm.js";
6
6
  import { r as resetDeviceStatsQueue, t as addDeviceStats } from "./stats-32mOt6D8.esm.js";
7
- import { a as setClientIpLookupEnabled, i as resetSessionInit, r as initializeSession } from "./sessionInitializer-Qlg7EwTl.esm.js";
7
+ import { a as setClientIpLookupEnabled, i as resetSessionInit, r as initializeSession } from "./sessionInitializer-DDIttcbx.esm.js";
8
8
  import { i as resetTRIProviderInstance, n as initializeTRI, r as resetTRI } from "./tri-Bn_ESCop.esm.js";
9
9
 
10
10
  //#region ../infra/src/wasm/wasmDefaults.ts
@@ -1,5 +1,5 @@
1
1
  import { t as Manager } from "./Manager-CHiHBvMT.js";
2
- import * as xstate1199 from "xstate";
2
+ import * as xstate0 from "xstate";
3
3
 
4
4
  //#region src/modules/trust-graph/trustGraphManager.d.ts
5
5
  type TrustGraphIdleState = {
@@ -59,7 +59,7 @@ type TrustGraphContext = Record<string, never>;
59
59
  * Mirror the `noOpFlowModuleMachine` / `identitySearchMachine` headless pattern:
60
60
  * start directly in the `final` state.
61
61
  */
62
- declare const trustGraphMachine: xstate1199.StateMachine<TrustGraphContext, xstate1199.AnyEventObject, {}, never, never, never, never, "finished", string, xstate1199.NonReducibleUnknown, xstate1199.NonReducibleUnknown, xstate1199.EventObject, xstate1199.MetaObject, {
62
+ declare const trustGraphMachine: xstate0.StateMachine<TrustGraphContext, xstate0.AnyEventObject, {}, never, never, never, never, "finished", string, xstate0.NonReducibleUnknown, xstate0.NonReducibleUnknown, xstate0.EventObject, xstate0.MetaObject, {
63
63
  readonly id: "trust-graph";
64
64
  readonly initial: "finished";
65
65
  readonly context: {};
package/dist/wasm.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { r as warmupWasm } from "./WasmUtilProvider-CAZ4AD98.esm.js";
2
- import { c as buildDefaultWasmConfig, i as setWasmConfig, l as buildWasmConfigFromBasePath, o as upgradeToWasmHttpClient, s as DEFAULT_WASM_VERSION, t as initializeWasmUtil, u as resolveWasmConfig } from "./setup-wZGxwi9m.esm.js";
2
+ import { c as buildDefaultWasmConfig, i as setWasmConfig, l as buildWasmConfigFromBasePath, o as upgradeToWasmHttpClient, s as DEFAULT_WASM_VERSION, t as initializeWasmUtil, u as resolveWasmConfig } from "./setup-fYMp8WIL.esm.js";
3
3
  import "./BrowserTimerProvider-BVgutW_b.esm.js";
4
4
  import "./api-DUZwyz0o.esm.js";
5
5
  import "./events-CmarQoum.esm.js";
@@ -7,7 +7,7 @@ import "./endpoints-B2t80MAM.esm.js";
7
7
  import "./stats-32mOt6D8.esm.js";
8
8
  import "./IpifyProvider-oZf7Ke1O.esm.js";
9
9
  import "./browserSimulation-CGjpdNA1.esm.js";
10
- import "./sessionInitializer-Qlg7EwTl.esm.js";
10
+ import "./sessionInitializer-DDIttcbx.esm.js";
11
11
  import "./platform-BfoqeM61.esm.js";
12
12
  import "./getBrowser-Dv8LZyHE.esm.js";
13
13
  import "./tri-Bn_ESCop.esm.js";