@mediapipe/tasks-vision 1.0.1-rc.20260730 → 1.0.1

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/README.md CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediapipe/tasks-vision",
3
- "version": "1.0.1-rc.20260730",
3
+ "version": "1.0.1",
4
4
  "description": "MediaPipe Vision Tasks. See the privacy notice at https://goo.gle/mediapipe-privacy.",
5
5
  "main": "vision_bundle.cjs",
6
6
  "browser": "vision_bundle.mjs",
package/vision.d.ts CHANGED
@@ -2823,7 +2823,7 @@ declare abstract class TaskRunner {
2823
2823
  protected constructor();
2824
2824
  /** Configures the task with custom options. */
2825
2825
  abstract setOptions(options: TaskRunnerOptions): Promise<void>;
2826
- enableLogging(taskName: string, options: TaskRunnerOptions): void;
2826
+ enableLogging(options: TaskRunnerOptions): void;
2827
2827
  /**
2828
2828
  * Closes and cleans up the resources held by this task.
2829
2829
  * @export