@incodetech/core 0.0.0-dev-20260528-7fc5569f → 0.0.0-dev-20260528-e63e949b
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/dist/{ae-signature-D7ly9LQj.esm.js → ae-signature-CivqvR_p.esm.js} +1 -1
- package/dist/ae-signature.d.ts +1 -1
- package/dist/ae-signature.esm.js +2 -2
- package/dist/consent.d.ts +50 -50
- package/dist/cpf-ocr.d.ts +20 -20
- package/dist/document-capture.d.ts +71 -71
- package/dist/document-upload.d.ts +46 -46
- package/dist/ekyb.esm.js +3 -3
- package/dist/{ekybStateMachine-By7vMFMF.esm.js → ekybStateMachine-C5ltktXS.esm.js} +1 -1
- package/dist/electronic-signature.d.ts +1 -1
- package/dist/electronic-signature.esm.js +1 -1
- package/dist/{electronicSignatureManager-pIu5whcV.esm.js → electronicSignatureManager-BrYYnB75.esm.js} +3 -5
- package/dist/extensibility.esm.js +3 -3
- package/dist/flow.d.ts +2 -2
- package/dist/flow.esm.js +2 -2
- package/dist/{flowServices-ClPEvOcU.esm.js → flowServices-COymzUKZ.esm.js} +1 -1
- package/dist/home.d.ts +10 -10
- package/dist/id-ocr.d.ts +52 -52
- package/dist/id-verification.d.ts +25 -25
- package/dist/id.esm.js +3 -3
- package/dist/{idCaptureManager-D5GTm52K.esm.js → idCaptureManager-nxl5oVU4.esm.js} +1 -1
- package/dist/{idCaptureStateMachine-CiclshcZ.esm.js → idCaptureStateMachine-DgFRxPVY.esm.js} +1 -1
- package/dist/identity-reuse.d.ts +34 -34
- package/dist/{index-Di3zn8Cw.d.ts → index-DJ3x-352.d.ts} +133 -128
- package/dist/index.esm.js +2 -2
- package/dist/mandatory-consent.d.ts +51 -51
- package/dist/{qe-signature-9vz60fLv.esm.js → qe-signature-BFRMDOsL.esm.js} +1 -1
- package/dist/qe-signature.d.ts +1 -1
- package/dist/qe-signature.esm.js +2 -2
- package/dist/session.esm.js +1 -1
- package/dist/{sessionInitializer-BHxeb5Ei.esm.js → sessionInitializer-M0Y3g4Eo.esm.js} +1 -1
- package/dist/{setup--mejGeLg.esm.js → setup-DvAreQVf.esm.js} +1 -1
- package/dist/wasm.esm.js +2 -2
- package/dist/workflow.d.ts +123 -123
- package/dist/workflow.esm.js +7 -7
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./WasmUtilProvider-Va_i-eMT.esm.js";
|
|
2
|
-
import { a as setup, n as isConfigured, r as reset } from "./setup
|
|
2
|
+
import { a as setup, n as isConfigured, r as reset } from "./setup-DvAreQVf.esm.js";
|
|
3
3
|
import "./BrowserTimerProvider-BESs49g_.esm.js";
|
|
4
4
|
import "./api-YxPMtty2.esm.js";
|
|
5
5
|
import "./events-Bsw1l0pH.esm.js";
|
|
@@ -7,7 +7,7 @@ import "./endpoints-BPHddOTi.esm.js";
|
|
|
7
7
|
import "./stats-AwLva7-C.esm.js";
|
|
8
8
|
import "./IpifyProvider-BQKB2PR-.esm.js";
|
|
9
9
|
import "./browserSimulation-DCzZRn_y.esm.js";
|
|
10
|
-
import "./sessionInitializer-
|
|
10
|
+
import "./sessionInitializer-M0Y3g4Eo.esm.js";
|
|
11
11
|
import "./platform-D871crJL.esm.js";
|
|
12
12
|
import "./getBrowser-CMJJeBF8.esm.js";
|
|
13
13
|
|
|
@@ -4,7 +4,7 @@ import "./camera-CNP8dDBl.js";
|
|
|
4
4
|
import "./types-Csl38fHI.js";
|
|
5
5
|
import "./types-BR5zXpWs.js";
|
|
6
6
|
import { a as RegulationTypes } from "./types-DFW7rqck.js";
|
|
7
|
-
import * as
|
|
7
|
+
import * as xstate524 from "xstate";
|
|
8
8
|
|
|
9
9
|
//#region src/modules/mandatory-consent/types.d.ts
|
|
10
10
|
type MandatoryConsentConfig = {
|
|
@@ -31,7 +31,7 @@ type MandatoryConsentContext = {
|
|
|
31
31
|
type MandatoryConsentInput = {
|
|
32
32
|
config: MandatoryConsentConfig;
|
|
33
33
|
};
|
|
34
|
-
declare const mandatoryConsentMachine:
|
|
34
|
+
declare const mandatoryConsentMachine: xstate524.StateMachine<MandatoryConsentContext, {
|
|
35
35
|
type: "LOAD";
|
|
36
36
|
} | {
|
|
37
37
|
type: "TOGGLE";
|
|
@@ -44,53 +44,53 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
|
|
|
44
44
|
} | {
|
|
45
45
|
type: "RESET";
|
|
46
46
|
}, {
|
|
47
|
-
[x: string]:
|
|
47
|
+
[x: string]: xstate524.ActorRefFromLogic<xstate524.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
48
48
|
config: MandatoryConsentConfig;
|
|
49
|
-
},
|
|
49
|
+
}, xstate524.EventObject>> | xstate524.ActorRefFromLogic<xstate524.PromiseActorLogic<void, {
|
|
50
50
|
consentId: string;
|
|
51
51
|
isSigned: boolean;
|
|
52
|
-
},
|
|
53
|
-
},
|
|
52
|
+
}, xstate524.EventObject>> | undefined;
|
|
53
|
+
}, xstate524.Values<{
|
|
54
54
|
fetchConsent: {
|
|
55
55
|
src: "fetchConsent";
|
|
56
|
-
logic:
|
|
56
|
+
logic: xstate524.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
57
57
|
config: MandatoryConsentConfig;
|
|
58
|
-
},
|
|
58
|
+
}, xstate524.EventObject>;
|
|
59
59
|
id: string | undefined;
|
|
60
60
|
};
|
|
61
61
|
submitConsent: {
|
|
62
62
|
src: "submitConsent";
|
|
63
|
-
logic:
|
|
63
|
+
logic: xstate524.PromiseActorLogic<void, {
|
|
64
64
|
consentId: string;
|
|
65
65
|
isSigned: boolean;
|
|
66
|
-
},
|
|
66
|
+
}, xstate524.EventObject>;
|
|
67
67
|
id: string | undefined;
|
|
68
68
|
};
|
|
69
|
-
}>,
|
|
69
|
+
}>, xstate524.Values<{
|
|
70
70
|
setConsent: {
|
|
71
71
|
type: "setConsent";
|
|
72
|
-
params:
|
|
72
|
+
params: xstate524.NonReducibleUnknown;
|
|
73
73
|
};
|
|
74
|
-
|
|
75
|
-
type: "
|
|
76
|
-
params:
|
|
74
|
+
clearError: {
|
|
75
|
+
type: "clearError";
|
|
76
|
+
params: xstate524.NonReducibleUnknown;
|
|
77
77
|
};
|
|
78
78
|
setError: {
|
|
79
79
|
type: "setError";
|
|
80
|
-
params:
|
|
80
|
+
params: xstate524.NonReducibleUnknown;
|
|
81
81
|
};
|
|
82
|
-
|
|
83
|
-
type: "
|
|
84
|
-
params:
|
|
82
|
+
toggleSigned: {
|
|
83
|
+
type: "toggleSigned";
|
|
84
|
+
params: xstate524.NonReducibleUnknown;
|
|
85
85
|
};
|
|
86
86
|
resetContext: {
|
|
87
87
|
type: "resetContext";
|
|
88
|
-
params:
|
|
88
|
+
params: xstate524.NonReducibleUnknown;
|
|
89
89
|
};
|
|
90
90
|
}>, {
|
|
91
91
|
type: "canSubmit";
|
|
92
92
|
params: unknown;
|
|
93
|
-
}, never, "error" | "idle" | "closed" | "finished" | "loading" | "
|
|
93
|
+
}, never, "error" | "idle" | "closed" | "finished" | "loading" | "submitting" | "display", string, MandatoryConsentInput, xstate524.NonReducibleUnknown, xstate524.EventObject, xstate524.MetaObject, {
|
|
94
94
|
readonly id: "mandatoryConsent";
|
|
95
95
|
readonly initial: "idle";
|
|
96
96
|
readonly context: ({
|
|
@@ -99,70 +99,70 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
|
|
|
99
99
|
spawn: {
|
|
100
100
|
<TSrc extends "fetchConsent" | "submitConsent">(logic: TSrc, ...[options]: ({
|
|
101
101
|
src: "fetchConsent";
|
|
102
|
-
logic:
|
|
102
|
+
logic: xstate524.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
103
103
|
config: MandatoryConsentConfig;
|
|
104
|
-
},
|
|
104
|
+
}, xstate524.EventObject>;
|
|
105
105
|
id: string | undefined;
|
|
106
106
|
} extends infer T ? T extends {
|
|
107
107
|
src: "fetchConsent";
|
|
108
|
-
logic:
|
|
108
|
+
logic: xstate524.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
109
109
|
config: MandatoryConsentConfig;
|
|
110
|
-
},
|
|
110
|
+
}, xstate524.EventObject>;
|
|
111
111
|
id: string | undefined;
|
|
112
112
|
} ? T extends {
|
|
113
113
|
src: TSrc;
|
|
114
|
-
} ?
|
|
114
|
+
} ? xstate524.ConditionalRequired<[options?: ({
|
|
115
115
|
id?: T["id"] | undefined;
|
|
116
116
|
systemId?: string;
|
|
117
|
-
input?:
|
|
117
|
+
input?: xstate524.InputFrom<T["logic"]> | undefined;
|
|
118
118
|
syncSnapshot?: boolean;
|
|
119
|
-
} & { [K in
|
|
119
|
+
} & { [K in xstate524.RequiredActorOptions<T>]: unknown }) | undefined], xstate524.IsNotNever<xstate524.RequiredActorOptions<T>>> : never : never : never) | ({
|
|
120
120
|
src: "submitConsent";
|
|
121
|
-
logic:
|
|
121
|
+
logic: xstate524.PromiseActorLogic<void, {
|
|
122
122
|
consentId: string;
|
|
123
123
|
isSigned: boolean;
|
|
124
|
-
},
|
|
124
|
+
}, xstate524.EventObject>;
|
|
125
125
|
id: string | undefined;
|
|
126
126
|
} extends infer T_1 ? T_1 extends {
|
|
127
127
|
src: "submitConsent";
|
|
128
|
-
logic:
|
|
128
|
+
logic: xstate524.PromiseActorLogic<void, {
|
|
129
129
|
consentId: string;
|
|
130
130
|
isSigned: boolean;
|
|
131
|
-
},
|
|
131
|
+
}, xstate524.EventObject>;
|
|
132
132
|
id: string | undefined;
|
|
133
133
|
} ? T_1 extends {
|
|
134
134
|
src: TSrc;
|
|
135
|
-
} ?
|
|
135
|
+
} ? xstate524.ConditionalRequired<[options?: ({
|
|
136
136
|
id?: T_1["id"] | undefined;
|
|
137
137
|
systemId?: string;
|
|
138
|
-
input?:
|
|
138
|
+
input?: xstate524.InputFrom<T_1["logic"]> | undefined;
|
|
139
139
|
syncSnapshot?: boolean;
|
|
140
|
-
} & { [K_1 in
|
|
140
|
+
} & { [K_1 in xstate524.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate524.IsNotNever<xstate524.RequiredActorOptions<T_1>>> : never : never : never)): xstate524.ActorRefFromLogic<xstate524.GetConcreteByKey<xstate524.Values<{
|
|
141
141
|
fetchConsent: {
|
|
142
142
|
src: "fetchConsent";
|
|
143
|
-
logic:
|
|
143
|
+
logic: xstate524.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
144
144
|
config: MandatoryConsentConfig;
|
|
145
|
-
},
|
|
145
|
+
}, xstate524.EventObject>;
|
|
146
146
|
id: string | undefined;
|
|
147
147
|
};
|
|
148
148
|
submitConsent: {
|
|
149
149
|
src: "submitConsent";
|
|
150
|
-
logic:
|
|
150
|
+
logic: xstate524.PromiseActorLogic<void, {
|
|
151
151
|
consentId: string;
|
|
152
152
|
isSigned: boolean;
|
|
153
|
-
},
|
|
153
|
+
}, xstate524.EventObject>;
|
|
154
154
|
id: string | undefined;
|
|
155
155
|
};
|
|
156
156
|
}>, "src", TSrc>["logic"]>;
|
|
157
|
-
<TLogic extends
|
|
157
|
+
<TLogic extends xstate524.AnyActorLogic>(src: TLogic, ...[options]: xstate524.ConditionalRequired<[options?: ({
|
|
158
158
|
id?: never;
|
|
159
159
|
systemId?: string;
|
|
160
|
-
input?:
|
|
160
|
+
input?: xstate524.InputFrom<TLogic> | undefined;
|
|
161
161
|
syncSnapshot?: boolean;
|
|
162
|
-
} & { [K in
|
|
162
|
+
} & { [K in xstate524.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate524.IsNotNever<xstate524.RequiredLogicInput<TLogic>>>): xstate524.ActorRefFromLogic<TLogic>;
|
|
163
163
|
};
|
|
164
164
|
input: MandatoryConsentInput;
|
|
165
|
-
self:
|
|
165
|
+
self: xstate524.ActorRef<xstate524.MachineSnapshot<MandatoryConsentContext, {
|
|
166
166
|
type: "LOAD";
|
|
167
167
|
} | {
|
|
168
168
|
type: "TOGGLE";
|
|
@@ -174,7 +174,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
|
|
|
174
174
|
type: "RETRY";
|
|
175
175
|
} | {
|
|
176
176
|
type: "RESET";
|
|
177
|
-
}, Record<string,
|
|
177
|
+
}, Record<string, xstate524.AnyActorRef | undefined>, xstate524.StateValue, string, unknown, any, any>, {
|
|
178
178
|
type: "LOAD";
|
|
179
179
|
} | {
|
|
180
180
|
type: "TOGGLE";
|
|
@@ -186,7 +186,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
|
|
|
186
186
|
type: "RETRY";
|
|
187
187
|
} | {
|
|
188
188
|
type: "RESET";
|
|
189
|
-
},
|
|
189
|
+
}, xstate524.AnyEventObject>;
|
|
190
190
|
}) => {
|
|
191
191
|
config: MandatoryConsentConfig;
|
|
192
192
|
consent: undefined;
|
|
@@ -223,7 +223,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
|
|
|
223
223
|
} | {
|
|
224
224
|
type: "RESET";
|
|
225
225
|
};
|
|
226
|
-
self:
|
|
226
|
+
self: xstate524.ActorRef<xstate524.MachineSnapshot<MandatoryConsentContext, {
|
|
227
227
|
type: "LOAD";
|
|
228
228
|
} | {
|
|
229
229
|
type: "TOGGLE";
|
|
@@ -235,7 +235,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
|
|
|
235
235
|
type: "RETRY";
|
|
236
236
|
} | {
|
|
237
237
|
type: "RESET";
|
|
238
|
-
}, Record<string,
|
|
238
|
+
}, Record<string, xstate524.AnyActorRef>, xstate524.StateValue, string, unknown, any, any>, {
|
|
239
239
|
type: "LOAD";
|
|
240
240
|
} | {
|
|
241
241
|
type: "TOGGLE";
|
|
@@ -247,7 +247,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
|
|
|
247
247
|
type: "RETRY";
|
|
248
248
|
} | {
|
|
249
249
|
type: "RESET";
|
|
250
|
-
},
|
|
250
|
+
}, xstate524.AnyEventObject>;
|
|
251
251
|
}) => {
|
|
252
252
|
config: MandatoryConsentConfig;
|
|
253
253
|
};
|
|
@@ -300,7 +300,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
|
|
|
300
300
|
} | {
|
|
301
301
|
type: "RESET";
|
|
302
302
|
};
|
|
303
|
-
self:
|
|
303
|
+
self: xstate524.ActorRef<xstate524.MachineSnapshot<MandatoryConsentContext, {
|
|
304
304
|
type: "LOAD";
|
|
305
305
|
} | {
|
|
306
306
|
type: "TOGGLE";
|
|
@@ -312,7 +312,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
|
|
|
312
312
|
type: "RETRY";
|
|
313
313
|
} | {
|
|
314
314
|
type: "RESET";
|
|
315
|
-
}, Record<string,
|
|
315
|
+
}, Record<string, xstate524.AnyActorRef>, xstate524.StateValue, string, unknown, any, any>, {
|
|
316
316
|
type: "LOAD";
|
|
317
317
|
} | {
|
|
318
318
|
type: "TOGGLE";
|
|
@@ -324,7 +324,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
|
|
|
324
324
|
type: "RETRY";
|
|
325
325
|
} | {
|
|
326
326
|
type: "RESET";
|
|
327
|
-
},
|
|
327
|
+
}, xstate524.AnyEventObject>;
|
|
328
328
|
}) => {
|
|
329
329
|
consentId: string;
|
|
330
330
|
isSigned: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as createElectronicSignatureManager } from "./electronicSignatureManager-
|
|
1
|
+
import { t as createElectronicSignatureManager } from "./electronicSignatureManager-BrYYnB75.esm.js";
|
|
2
2
|
|
|
3
3
|
//#region src/modules/qe-signature/index.ts
|
|
4
4
|
function createQeSignatureManager(options) {
|
package/dist/qe-signature.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as Manager } from "./Manager-1C7epU1z.js";
|
|
2
2
|
import "./Actor-C8MYPMPo.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-
|
|
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-DJ3x-352.js";
|
|
4
4
|
|
|
5
5
|
//#region src/modules/qe-signature/index.d.ts
|
|
6
6
|
|
package/dist/qe-signature.esm.js
CHANGED
|
@@ -3,7 +3,7 @@ import "./events-Bsw1l0pH.esm.js";
|
|
|
3
3
|
import "./endpoints-BPHddOTi.esm.js";
|
|
4
4
|
import "./xstate.esm-CWoFJOio.esm.js";
|
|
5
5
|
import "./apiError-76Dulrw9.esm.js";
|
|
6
|
-
import { a as areAllConsented, i as QE_CONSENT_KEYS, n as electronicSignatureMachine, s as getDefaultConsentChecks } from "./electronicSignatureManager-
|
|
7
|
-
import { t as createQeSignatureManager } from "./qe-signature-
|
|
6
|
+
import { a as areAllConsented, i as QE_CONSENT_KEYS, n as electronicSignatureMachine, s as getDefaultConsentChecks } from "./electronicSignatureManager-BrYYnB75.esm.js";
|
|
7
|
+
import { t as createQeSignatureManager } from "./qe-signature-BFRMDOsL.esm.js";
|
|
8
8
|
|
|
9
9
|
export { QE_CONSENT_KEYS, areAllConsented, createQeSignatureManager, getDefaultConsentChecks, electronicSignatureMachine as qeSignatureMachine };
|
package/dist/session.esm.js
CHANGED
|
@@ -4,7 +4,7 @@ import "./endpoints-BPHddOTi.esm.js";
|
|
|
4
4
|
import "./stats-AwLva7-C.esm.js";
|
|
5
5
|
import "./IpifyProvider-BQKB2PR-.esm.js";
|
|
6
6
|
import "./browserSimulation-DCzZRn_y.esm.js";
|
|
7
|
-
import { r as initializeSession } from "./sessionInitializer-
|
|
7
|
+
import { r as initializeSession } from "./sessionInitializer-M0Y3g4Eo.esm.js";
|
|
8
8
|
import "./platform-D871crJL.esm.js";
|
|
9
9
|
import "./getBrowser-CMJJeBF8.esm.js";
|
|
10
10
|
import { t as IncodeApiError } from "./apiError-76Dulrw9.esm.js";
|
|
@@ -1378,7 +1378,7 @@ function resetFeatureConfigCache() {
|
|
|
1378
1378
|
|
|
1379
1379
|
//#endregion
|
|
1380
1380
|
//#region src/internal/version/sdkVersion.ts
|
|
1381
|
-
const SDK_VERSION = "0.0.0-dev-20260528-
|
|
1381
|
+
const SDK_VERSION = "0.0.0-dev-20260528-e63e949b";
|
|
1382
1382
|
|
|
1383
1383
|
//#endregion
|
|
1384
1384
|
//#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 resetAnalyticsBatcher, g as getAnalyticsBatcher, m as createAnalyticsBatchingService, v as setAnalyticsBatcher } from "./events-Bsw1l0pH.esm.js";
|
|
5
5
|
import { t as endpoints } from "./endpoints-BPHddOTi.esm.js";
|
|
6
6
|
import { r as resetDeviceStatsQueue, t as addDeviceStats } from "./stats-AwLva7-C.esm.js";
|
|
7
|
-
import { a as setClientIpLookupEnabled, i as resetSessionInit, r as initializeSession } from "./sessionInitializer-
|
|
7
|
+
import { a as setClientIpLookupEnabled, i as resetSessionInit, r as initializeSession } from "./sessionInitializer-M0Y3g4Eo.esm.js";
|
|
8
8
|
|
|
9
9
|
//#region ../infra/src/wasm/wasmDefaults.ts
|
|
10
10
|
const WASM_CDN_BASE_URL = "https://cdn.incodesmile.com/ml-wasm-kit-release";
|
package/dist/wasm.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as warmupWasm } from "./WasmUtilProvider-Va_i-eMT.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
|
|
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-DvAreQVf.esm.js";
|
|
3
3
|
import "./BrowserTimerProvider-BESs49g_.esm.js";
|
|
4
4
|
import "./api-YxPMtty2.esm.js";
|
|
5
5
|
import "./events-Bsw1l0pH.esm.js";
|
|
@@ -7,7 +7,7 @@ import "./endpoints-BPHddOTi.esm.js";
|
|
|
7
7
|
import "./stats-AwLva7-C.esm.js";
|
|
8
8
|
import "./IpifyProvider-BQKB2PR-.esm.js";
|
|
9
9
|
import "./browserSimulation-DCzZRn_y.esm.js";
|
|
10
|
-
import "./sessionInitializer-
|
|
10
|
+
import "./sessionInitializer-M0Y3g4Eo.esm.js";
|
|
11
11
|
import "./platform-D871crJL.esm.js";
|
|
12
12
|
import "./getBrowser-CMJJeBF8.esm.js";
|
|
13
13
|
|