@maaxyz/maa-node 5.10.0-beta.5 → 5.10.0
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/controller.d.ts +1 -0
- package/package.json +7 -7
package/dist/controller.d.ts
CHANGED
|
@@ -151,6 +151,7 @@ declare global {
|
|
|
151
151
|
set screenshot_target_long_side(value: number)
|
|
152
152
|
set screenshot_target_short_side(value: number)
|
|
153
153
|
set screenshot_use_raw_size(value: boolean)
|
|
154
|
+
set screenshot_resize_method(value: number)
|
|
154
155
|
|
|
155
156
|
post_connection(): Job<CtrlId, Controller>
|
|
156
157
|
post_click(
|
package/package.json
CHANGED
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">= 20.0.0"
|
|
22
22
|
},
|
|
23
|
-
"version": "5.10.0
|
|
23
|
+
"version": "5.10.0",
|
|
24
24
|
"optionalDependencies": {
|
|
25
|
-
"@maaxyz/maa-node-darwin-arm64": "5.10.0
|
|
26
|
-
"@maaxyz/maa-node-darwin-x64": "5.10.0
|
|
27
|
-
"@maaxyz/maa-node-linux-arm64": "5.10.0
|
|
28
|
-
"@maaxyz/maa-node-linux-x64": "5.10.0
|
|
29
|
-
"@maaxyz/maa-node-win32-arm64": "5.10.0
|
|
30
|
-
"@maaxyz/maa-node-win32-x64": "5.10.0
|
|
25
|
+
"@maaxyz/maa-node-darwin-arm64": "5.10.0",
|
|
26
|
+
"@maaxyz/maa-node-darwin-x64": "5.10.0",
|
|
27
|
+
"@maaxyz/maa-node-linux-arm64": "5.10.0",
|
|
28
|
+
"@maaxyz/maa-node-linux-x64": "5.10.0",
|
|
29
|
+
"@maaxyz/maa-node-win32-arm64": "5.10.0",
|
|
30
|
+
"@maaxyz/maa-node-win32-x64": "5.10.0"
|
|
31
31
|
}
|
|
32
32
|
}
|