appium 3.0.0-rc.1 → 3.0.0-rc.2
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 +10 -0
- package/build/lib/bidi-commands.js +2 -2
- package/build/lib/bidi-commands.js.map +1 -1
- package/build/lib/cli/extension-command.d.ts.map +1 -1
- package/build/lib/cli/extension-command.js +31 -4
- package/build/lib/cli/extension-command.js.map +1 -1
- package/build/lib/extension/driver-config.d.ts.map +1 -1
- package/build/lib/extension/driver-config.js +12 -14
- package/build/lib/extension/driver-config.js.map +1 -1
- package/build/lib/extension/extension-config.d.ts.map +1 -1
- package/build/lib/extension/extension-config.js +4 -6
- package/build/lib/extension/extension-config.js.map +1 -1
- package/build/lib/extension/manifest.d.ts.map +1 -1
- package/build/lib/extension/manifest.js +5 -7
- package/build/lib/extension/manifest.js.map +1 -1
- package/build/lib/logsink.d.ts +10 -0
- package/build/lib/logsink.d.ts.map +1 -1
- package/build/lib/logsink.js +17 -18
- package/build/lib/logsink.js.map +1 -1
- package/build/lib/utils.d.ts +11 -1
- package/build/lib/utils.d.ts.map +1 -1
- package/build/lib/utils.js +27 -9
- package/build/lib/utils.js.map +1 -1
- package/lib/bidi-commands.ts +2 -2
- package/lib/cli/extension-command.js +35 -5
- package/lib/extension/driver-config.js +11 -13
- package/lib/extension/extension-config.js +10 -13
- package/lib/extension/manifest.js +10 -12
- package/lib/logsink.js +17 -18
- package/lib/utils.js +26 -8
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.2",
|
|
4
4
|
"description": "Automation for Apps.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"automation",
|
|
@@ -60,43 +60,43 @@
|
|
|
60
60
|
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@appium/base-driver": "^10.0.0-
|
|
64
|
-
"@appium/base-plugin": "^3.0.0-
|
|
65
|
-
"@appium/docutils": "^
|
|
66
|
-
"@appium/logger": "^
|
|
67
|
-
"@appium/schema": "^0.
|
|
68
|
-
"@appium/support": "^
|
|
69
|
-
"@appium/types": "^0.
|
|
70
|
-
"@sidvind/better-ajv-errors": "
|
|
63
|
+
"@appium/base-driver": "^10.0.0-rc.2",
|
|
64
|
+
"@appium/base-plugin": "^3.0.0-rc.2",
|
|
65
|
+
"@appium/docutils": "^2.0.0-rc.1",
|
|
66
|
+
"@appium/logger": "^2.0.0-rc.1",
|
|
67
|
+
"@appium/schema": "^1.0.0-rc.1",
|
|
68
|
+
"@appium/support": "^7.0.0-rc.1",
|
|
69
|
+
"@appium/types": "^1.0.0-rc.1",
|
|
70
|
+
"@sidvind/better-ajv-errors": "4.0.0",
|
|
71
71
|
"ajv": "8.17.1",
|
|
72
72
|
"ajv-formats": "3.0.1",
|
|
73
73
|
"argparse": "2.0.1",
|
|
74
74
|
"async-lock": "1.4.1",
|
|
75
75
|
"asyncbox": "3.0.0",
|
|
76
|
-
"axios": "1.
|
|
76
|
+
"axios": "1.11.0",
|
|
77
77
|
"bluebird": "3.7.2",
|
|
78
78
|
"lilconfig": "3.1.3",
|
|
79
79
|
"lodash": "4.17.21",
|
|
80
|
-
"lru-cache": "
|
|
80
|
+
"lru-cache": "11.1.0",
|
|
81
81
|
"ora": "5.4.1",
|
|
82
82
|
"package-changed": "3.0.0",
|
|
83
83
|
"resolve-from": "5.0.0",
|
|
84
84
|
"semver": "7.7.2",
|
|
85
85
|
"source-map-support": "0.5.21",
|
|
86
|
-
"teen_process": "2.3.
|
|
86
|
+
"teen_process": "2.3.3",
|
|
87
87
|
"type-fest": "4.41.0",
|
|
88
88
|
"winston": "3.17.0",
|
|
89
89
|
"wrap-ansi": "7.0.0",
|
|
90
|
-
"ws": "8.18.
|
|
91
|
-
"yaml": "2.8.
|
|
90
|
+
"ws": "8.18.3",
|
|
91
|
+
"yaml": "2.8.1"
|
|
92
92
|
},
|
|
93
93
|
"engines": {
|
|
94
|
-
"node": "^20.19.0 ||
|
|
94
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
95
95
|
"npm": ">=10"
|
|
96
96
|
},
|
|
97
97
|
"publishConfig": {
|
|
98
98
|
"access": "public",
|
|
99
|
-
"tag": "
|
|
99
|
+
"tag": "rc"
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "157425ce6aa01c009533f5bf6a56b14570222b00"
|
|
102
102
|
}
|