@maaxyz/maa-node 5.10.2 → 5.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.
@@ -196,6 +196,7 @@ declare global {
196
196
  * @returns true if successful, false otherwise
197
197
  */
198
198
  set mouse_lock_follow(enabled: boolean)
199
+ set background_managed_keys(keycodes: number[])
199
200
  post_key_down(keycode: number): Job<CtrlId, Controller>
200
201
  post_key_up(keycode: number): Job<CtrlId, Controller>
201
202
  /**
package/package.json CHANGED
@@ -20,13 +20,13 @@
20
20
  "engines": {
21
21
  "node": ">= 20.0.0"
22
22
  },
23
- "version": "5.10.2",
23
+ "version": "5.10.3",
24
24
  "optionalDependencies": {
25
- "@maaxyz/maa-node-darwin-arm64": "5.10.2",
26
- "@maaxyz/maa-node-darwin-x64": "5.10.2",
27
- "@maaxyz/maa-node-linux-arm64": "5.10.2",
28
- "@maaxyz/maa-node-linux-x64": "5.10.2",
29
- "@maaxyz/maa-node-win32-arm64": "5.10.2",
30
- "@maaxyz/maa-node-win32-x64": "5.10.2"
25
+ "@maaxyz/maa-node-darwin-arm64": "5.10.3",
26
+ "@maaxyz/maa-node-darwin-x64": "5.10.3",
27
+ "@maaxyz/maa-node-linux-arm64": "5.10.3",
28
+ "@maaxyz/maa-node-linux-x64": "5.10.3",
29
+ "@maaxyz/maa-node-win32-arm64": "5.10.3",
30
+ "@maaxyz/maa-node-win32-x64": "5.10.3"
31
31
  }
32
32
  }