@maaxyz/maa-node 5.1.0 → 5.1.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.
Files changed (2) hide show
  1. package/dist/tasker.d.ts +5 -1
  2. package/package.json +7 -7
package/dist/tasker.d.ts CHANGED
@@ -88,7 +88,11 @@ declare global {
88
88
  msg: NotifyMessage<'NextList'>
89
89
  task_id: number // TaskId
90
90
  name: string
91
- list: { name: string; jump_back: boolean; anchor: boolean }[]
91
+ list: {
92
+ name: string
93
+ jump_back: boolean
94
+ anchor: boolean
95
+ }[]
92
96
  focus: unknown
93
97
  }
94
98
 
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.0",
31
+ "version": "5.1.1",
32
32
  "optionalDependencies": {
33
- "@maaxyz/maa-node-darwin-arm64": "5.1.0",
34
- "@maaxyz/maa-node-darwin-x64": "5.1.0",
35
- "@maaxyz/maa-node-linux-arm64": "5.1.0",
36
- "@maaxyz/maa-node-linux-x64": "5.1.0",
37
- "@maaxyz/maa-node-win32-arm64": "5.1.0",
38
- "@maaxyz/maa-node-win32-x64": "5.1.0"
33
+ "@maaxyz/maa-node-darwin-arm64": "5.1.1",
34
+ "@maaxyz/maa-node-darwin-x64": "5.1.1",
35
+ "@maaxyz/maa-node-linux-arm64": "5.1.1",
36
+ "@maaxyz/maa-node-linux-x64": "5.1.1",
37
+ "@maaxyz/maa-node-win32-arm64": "5.1.1",
38
+ "@maaxyz/maa-node-win32-x64": "5.1.1"
39
39
  }
40
40
  }