@aiscene/android 1.3.6 → 1.6.0-cache
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/README.md +3 -7
- package/bin/.yadb-version +1 -0
- package/bin/midscene-android +2 -0
- package/bin/scrcpy-server +0 -0
- package/bin/scrcpy-server.version +1 -0
- package/bin/yadb +0 -0
- package/dist/es/cli.mjs +1872 -0
- package/dist/es/index.mjs +126 -69
- package/dist/es/mcp-server.mjs +71 -69
- package/dist/lib/cli.js +1892 -0
- package/dist/lib/index.js +131 -67
- package/dist/lib/mcp-server.js +71 -68
- package/dist/types/cli.d.ts +1 -0
- package/dist/types/index.d.ts +204 -0
- package/package.json +12 -13
package/README.md
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
# @midscene/android
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Android automation library for Midscene, providing AI-powered testing and automation capabilities for Android devices.
|
|
4
4
|
|
|
5
|
-
See https://midscenejs.com/
|
|
6
|
-
|
|
7
|
-
## License
|
|
8
|
-
|
|
9
|
-
Midscene is MIT licensed.
|
|
5
|
+
See <https://midscenejs.com/android-introduction.html>.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v1.1.0
|
package/bin/scrcpy-server
CHANGED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v3.3.3
|
package/bin/yadb
CHANGED
|
Binary file
|