@midscene/android 0.18.1-beta-20250611082446.0 → 0.18.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/dist/es/index.js +1 -0
- package/dist/lib/index.js +1 -0
- package/package.json +5 -5
package/dist/es/index.js
CHANGED
|
@@ -136,6 +136,7 @@ ${Object.keys(size).filter((key) => size[key]).map(
|
|
|
136
136
|
`app_process -Djava.class.path=/data/local/tmp/yadb /data/local/tmp com.ysbing.yadb.Main -keyboard "${keyboardContent}"`
|
|
137
137
|
);
|
|
138
138
|
}
|
|
139
|
+
// @deprecated
|
|
139
140
|
async getElementsInfo() {
|
|
140
141
|
return [];
|
|
141
142
|
}
|
package/dist/lib/index.js
CHANGED
|
@@ -172,6 +172,7 @@ ${Object.keys(size).filter((key) => size[key]).map(
|
|
|
172
172
|
`app_process -Djava.class.path=/data/local/tmp/yadb /data/local/tmp com.ysbing.yadb.Main -keyboard "${keyboardContent}"`
|
|
173
173
|
);
|
|
174
174
|
}
|
|
175
|
+
// @deprecated
|
|
175
176
|
async getElementsInfo() {
|
|
176
177
|
return [];
|
|
177
178
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/android",
|
|
3
|
-
"version": "0.18.1
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"description": "Android automation library for Midscene",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Android UI automation",
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"appium-adb": "12.12.1",
|
|
27
|
-
"@midscene/core": "0.18.1
|
|
28
|
-
"@midscene/
|
|
29
|
-
"@midscene/
|
|
27
|
+
"@midscene/core": "0.18.1",
|
|
28
|
+
"@midscene/web": "0.18.1",
|
|
29
|
+
"@midscene/shared": "0.18.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@modern-js/module-tools": "2.60.6",
|
|
33
33
|
"@types/node": "^18.0.0",
|
|
34
34
|
"dotenv": "16.4.5",
|
|
35
|
-
"typescript": "^5.8.
|
|
35
|
+
"typescript": "^5.8.3",
|
|
36
36
|
"vitest": "3.0.5"
|
|
37
37
|
},
|
|
38
38
|
"license": "MIT",
|