@mediapipe/tasks-text 0.10.2 → 0.10.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediapipe/tasks-text",
3
- "version": "0.10.2",
3
+ "version": "0.10.3",
4
4
  "description": "MediaPipe Text Tasks",
5
5
  "main": "text_bundle.cjs",
6
6
  "browser": "text_bundle.mjs",
package/text.d.ts CHANGED
@@ -528,6 +528,8 @@ declare interface WasmFileset {
528
528
  wasmLoaderPath: string;
529
529
  /** The path to the Wasm binary. */
530
530
  wasmBinaryPath: string;
531
+ /** The optional path to the asset loader script. */
532
+ assetLoaderPath?: string;
531
533
  }
532
534
 
533
535
  export { }