idmission-web-sdk 2.3.228 → 2.3.229
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/lib/models/VisionRuntime.d.ts.map +1 -1
- package/dist/sdk2.cjs.development.js +6 -3
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +6 -3
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +6 -3
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VisionRuntime.d.ts","sourceRoot":"","sources":["../../../src/lib/models/VisionRuntime.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,mBAAmB,4EAA4E,CAAA;AAC5G,eAAO,MAAM,iBAAiB,qEACsC,CAAA;AAepE;;;;;;;GAOG;AACH,wBAAsB,aAAa,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAiBvE;AAID,wBAAsB,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"VisionRuntime.d.ts","sourceRoot":"","sources":["../../../src/lib/models/VisionRuntime.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,mBAAmB,4EAA4E,CAAA;AAC5G,eAAO,MAAM,iBAAiB,qEACsC,CAAA;AAepE;;;;;;;GAOG;AACH,wBAAsB,aAAa,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAiBvE;AAID,wBAAsB,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC,CAqC1D"}
|
|
@@ -236,7 +236,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
236
236
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
237
237
|
};
|
|
238
238
|
|
|
239
|
-
var webSdkVersion = '2.3.
|
|
239
|
+
var webSdkVersion = '2.3.229';
|
|
240
240
|
|
|
241
241
|
function getPlatform() {
|
|
242
242
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -25725,8 +25725,11 @@ function preloadVisionRuntime() {
|
|
|
25725
25725
|
switch (_a.label) {
|
|
25726
25726
|
case 0:
|
|
25727
25727
|
if (visionRuntimePreloading) return [2 /*return*/, new Promise(function (resolve) {
|
|
25728
|
-
setInterval(function () {
|
|
25729
|
-
if (!visionRuntimePreloading)
|
|
25728
|
+
var id = setInterval(function () {
|
|
25729
|
+
if (!visionRuntimePreloading) {
|
|
25730
|
+
clearInterval(id);
|
|
25731
|
+
resolve();
|
|
25732
|
+
}
|
|
25730
25733
|
}, 100);
|
|
25731
25734
|
})];
|
|
25732
25735
|
visionRuntimePreloading = true;
|