@aiscene/android 1.8.0 → 1.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiscene/android",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Android automation library for Midscene",
5
5
  "keywords": [
6
6
  "Android UI automation",
@@ -42,8 +42,8 @@
42
42
  "test:ai:cache": "MIDSCENE_CACHE=true AI_TEST_TYPE=android npm run test"
43
43
  },
44
44
  "dependencies": {
45
- "@midscene/core": "workspace:*",
46
- "@midscene/shared": "workspace:*",
45
+ "@aiscene/core": "1.6.2",
46
+ "@aiscene/shared": "workspace:*",
47
47
  "@yume-chan/adb": "2.5.1",
48
48
  "@yume-chan/adb-scrcpy": "2.3.2",
49
49
  "@yume-chan/adb-server-node-tcp": "2.5.2",