@maaxyz/maa-node 5.7.2 → 5.8.0-alpha.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.
@@ -102,6 +102,7 @@ declare global {
102
102
  index?: number
103
103
  only_rec?: boolean
104
104
  model?: string
105
+ color_filter?: string
105
106
  }
106
107
 
107
108
  type RecognitionNeuralNetworkClassify<Mode> = RequiredIfStrict<
package/package.json CHANGED
@@ -20,13 +20,13 @@
20
20
  "engines": {
21
21
  "node": ">= 20.0.0"
22
22
  },
23
- "version": "5.7.2",
23
+ "version": "5.8.0-alpha.1",
24
24
  "optionalDependencies": {
25
- "@maaxyz/maa-node-darwin-arm64": "5.7.2",
26
- "@maaxyz/maa-node-darwin-x64": "5.7.2",
27
- "@maaxyz/maa-node-linux-arm64": "5.7.2",
28
- "@maaxyz/maa-node-linux-x64": "5.7.2",
29
- "@maaxyz/maa-node-win32-arm64": "5.7.2",
30
- "@maaxyz/maa-node-win32-x64": "5.7.2"
25
+ "@maaxyz/maa-node-darwin-arm64": "5.8.0-alpha.1",
26
+ "@maaxyz/maa-node-darwin-x64": "5.8.0-alpha.1",
27
+ "@maaxyz/maa-node-linux-arm64": "5.8.0-alpha.1",
28
+ "@maaxyz/maa-node-linux-x64": "5.8.0-alpha.1",
29
+ "@maaxyz/maa-node-win32-arm64": "5.8.0-alpha.1",
30
+ "@maaxyz/maa-node-win32-x64": "5.8.0-alpha.1"
31
31
  }
32
32
  }