@maaxyz/maa-node 5.1.3 → 5.1.4

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/context.d.ts CHANGED
@@ -28,10 +28,10 @@ declare global {
28
28
  get task_id(): TaskId
29
29
  get tasker(): Tasker
30
30
  clone(): Context
31
- set_anchor(anchor_name: string, node_name: string): boolean
31
+ set_anchor(anchor_name: string, node_name: string): void
32
32
  get_anchor(anchor_name: string): string | null
33
33
  get_hit_count(node_name: string): number
34
- clear_hit_count(node_name: string): boolean
34
+ clear_hit_count(node_name: string): void
35
35
  }
36
36
  }
37
37
  }
package/package.json CHANGED
@@ -28,13 +28,13 @@
28
28
  "prettier": "^3.5.2",
29
29
  "typescript": "^5.8.2"
30
30
  },
31
- "version": "5.1.3",
31
+ "version": "5.1.4",
32
32
  "optionalDependencies": {
33
- "@maaxyz/maa-node-darwin-arm64": "5.1.3",
34
- "@maaxyz/maa-node-darwin-x64": "5.1.3",
35
- "@maaxyz/maa-node-linux-arm64": "5.1.3",
36
- "@maaxyz/maa-node-linux-x64": "5.1.3",
37
- "@maaxyz/maa-node-win32-arm64": "5.1.3",
38
- "@maaxyz/maa-node-win32-x64": "5.1.3"
33
+ "@maaxyz/maa-node-darwin-arm64": "5.1.4",
34
+ "@maaxyz/maa-node-darwin-x64": "5.1.4",
35
+ "@maaxyz/maa-node-linux-arm64": "5.1.4",
36
+ "@maaxyz/maa-node-linux-x64": "5.1.4",
37
+ "@maaxyz/maa-node-win32-arm64": "5.1.4",
38
+ "@maaxyz/maa-node-win32-x64": "5.1.4"
39
39
  }
40
40
  }