@maaxyz/maa-node 5.3.1 → 5.3.2

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 +1 -1
  2. package/package.json +7 -7
package/dist/tasker.d.ts CHANGED
@@ -34,7 +34,7 @@ declare global {
34
34
  algorithm: string
35
35
  hit: boolean
36
36
  box: Rect
37
- detail: RecoDetailObject
37
+ detail: RecoDetailObject | RecoDetailWithoutDraws[]
38
38
  }
39
39
 
40
40
  type RecoDetail = RecoDetailWithoutDraws & {
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.3.1",
31
+ "version": "5.3.2",
32
32
  "optionalDependencies": {
33
- "@maaxyz/maa-node-darwin-arm64": "5.3.1",
34
- "@maaxyz/maa-node-darwin-x64": "5.3.1",
35
- "@maaxyz/maa-node-linux-arm64": "5.3.1",
36
- "@maaxyz/maa-node-linux-x64": "5.3.1",
37
- "@maaxyz/maa-node-win32-arm64": "5.3.1",
38
- "@maaxyz/maa-node-win32-x64": "5.3.1"
33
+ "@maaxyz/maa-node-darwin-arm64": "5.3.2",
34
+ "@maaxyz/maa-node-darwin-x64": "5.3.2",
35
+ "@maaxyz/maa-node-linux-arm64": "5.3.2",
36
+ "@maaxyz/maa-node-linux-x64": "5.3.2",
37
+ "@maaxyz/maa-node-win32-arm64": "5.3.2",
38
+ "@maaxyz/maa-node-win32-x64": "5.3.2"
39
39
  }
40
40
  }