idmission-web-sdk 2.2.22 → 2.2.24

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.
@@ -1,3 +1,3 @@
1
- export declare const visionTasksBasePath = "https://cdn.jsdelivr.net/npm/@mediapipe/tasks-vision@0.10.11/wasm";
1
+ export declare const visionTasksBasePath = "https://cdn.jsdelivr.net/npm/@mediapipe/tasks-vision@0.10.7/wasm";
2
2
  export declare function preloadVisionRuntime(): Promise<void>;
3
3
  //# sourceMappingURL=VisionRuntime.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VisionRuntime.d.ts","sourceRoot":"","sources":["../../../src/lib/models/VisionRuntime.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,mBAAmB,sEAAsE,CAAA;AAItG,wBAAsB,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC,CAkC1D"}
1
+ {"version":3,"file":"VisionRuntime.d.ts","sourceRoot":"","sources":["../../../src/lib/models/VisionRuntime.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,mBAAmB,qEAAqE,CAAA;AAIrG,wBAAsB,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC,CAkC1D"}
@@ -232,7 +232,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
232
232
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
233
233
  };
234
234
 
235
- var webSdkVersion = '2.2.22';
235
+ var webSdkVersion = '2.2.24';
236
236
 
237
237
  function getPlatform() {
238
238
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -2519,7 +2519,7 @@ var CameraProvider = function CameraProvider(_a) {
2519
2519
  }, children);
2520
2520
  };
2521
2521
 
2522
- var visionTasksBasePath = "https://cdn.jsdelivr.net/npm/@mediapipe/tasks-vision@0.10.11/wasm";
2522
+ var visionTasksBasePath = "https://cdn.jsdelivr.net/npm/@mediapipe/tasks-vision@0.10.7/wasm";
2523
2523
  var visionRuntimePreloading = false;
2524
2524
  function preloadVisionRuntime() {
2525
2525
  return __awaiter(this, void 0, void 0, function () {