@appium/base-driver 9.14.1 → 9.16.0
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/build/lib/basedriver/commands/execute.d.ts.map +1 -1
- package/build/lib/basedriver/commands/execute.js +24 -2
- package/build/lib/basedriver/commands/execute.js.map +1 -1
- package/build/lib/basedriver/core.d.ts +4 -10
- package/build/lib/basedriver/core.d.ts.map +1 -1
- package/build/lib/basedriver/core.js +4 -68
- package/build/lib/basedriver/core.js.map +1 -1
- package/build/lib/basedriver/driver.d.ts +7 -1
- package/build/lib/basedriver/driver.d.ts.map +1 -1
- package/build/lib/basedriver/driver.js +8 -0
- package/build/lib/basedriver/driver.js.map +1 -1
- package/build/lib/basedriver/extension-core.d.ts +16 -0
- package/build/lib/basedriver/extension-core.d.ts.map +1 -0
- package/build/lib/basedriver/extension-core.js +103 -0
- package/build/lib/basedriver/extension-core.js.map +1 -0
- package/build/lib/basedriver/helpers.d.ts +2 -2
- package/build/lib/basedriver/helpers.d.ts.map +1 -1
- package/build/lib/basedriver/helpers.js +1 -1
- package/build/lib/express/server.d.ts +23 -17
- package/build/lib/express/server.d.ts.map +1 -1
- package/build/lib/express/server.js +15 -3
- package/build/lib/express/server.js.map +1 -1
- package/build/lib/index.d.ts +3 -0
- package/build/lib/index.d.ts.map +1 -1
- package/build/lib/index.js +8 -1
- package/build/lib/index.js.map +1 -1
- package/build/lib/jsonwp-proxy/proxy.d.ts +17 -1
- package/build/lib/jsonwp-proxy/proxy.d.ts.map +1 -1
- package/build/lib/jsonwp-proxy/proxy.js +20 -3
- package/build/lib/jsonwp-proxy/proxy.js.map +1 -1
- package/build/lib/protocol/bidi-commands.js +3 -2
- package/build/lib/protocol/bidi-commands.js.map +1 -1
- package/build/lib/protocol/index.d.ts +3 -1
- package/build/lib/protocol/index.d.ts.map +1 -1
- package/build/lib/protocol/index.js +3 -1
- package/build/lib/protocol/index.js.map +1 -1
- package/build/lib/protocol/protocol.d.ts +5 -3
- package/build/lib/protocol/protocol.d.ts.map +1 -1
- package/build/lib/protocol/protocol.js +10 -11
- package/build/lib/protocol/protocol.js.map +1 -1
- package/build/lib/protocol/routes.d.ts +637 -602
- package/build/lib/protocol/routes.d.ts.map +1 -1
- package/build/lib/protocol/routes.js +370 -351
- package/build/lib/protocol/routes.js.map +1 -1
- package/lib/basedriver/commands/execute.ts +27 -2
- package/lib/basedriver/core.ts +6 -96
- package/lib/basedriver/driver.ts +10 -0
- package/lib/basedriver/extension-core.ts +128 -0
- package/lib/basedriver/helpers.js +1 -1
- package/lib/express/server.js +24 -6
- package/lib/index.js +6 -0
- package/lib/jsonwp-proxy/proxy.js +20 -3
- package/lib/protocol/bidi-commands.js +1 -3
- package/lib/protocol/index.js +4 -0
- package/lib/protocol/protocol.js +5 -6
- package/lib/protocol/routes.js +452 -437
- package/package.json +6 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appium/base-driver",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.16.0",
|
|
4
4
|
"description": "Base driver class for Appium drivers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"automation",
|
|
@@ -44,21 +44,16 @@
|
|
|
44
44
|
"test:types": "tsd"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@appium/support": "^6.0.
|
|
48
|
-
"@appium/types": "^0.
|
|
47
|
+
"@appium/support": "^6.0.4",
|
|
48
|
+
"@appium/types": "^0.25.0",
|
|
49
49
|
"@colors/colors": "1.6.0",
|
|
50
|
-
"@types/async-lock": "1.4.2",
|
|
51
|
-
"@types/bluebird": "3.5.42",
|
|
52
|
-
"@types/express": "5.0.0",
|
|
53
|
-
"@types/lodash": "4.17.14",
|
|
54
|
-
"@types/method-override": "3.0.0",
|
|
55
|
-
"@types/serve-favicon": "2.5.7",
|
|
56
50
|
"async-lock": "1.4.1",
|
|
57
51
|
"asyncbox": "3.0.0",
|
|
58
52
|
"axios": "1.7.9",
|
|
59
53
|
"bluebird": "3.7.2",
|
|
60
54
|
"body-parser": "1.20.3",
|
|
61
55
|
"express": "4.21.2",
|
|
56
|
+
"fastest-levenshtein": "1.0.16",
|
|
62
57
|
"http-status-codes": "2.3.0",
|
|
63
58
|
"lodash": "4.17.21",
|
|
64
59
|
"lru-cache": "10.4.3",
|
|
@@ -67,7 +62,7 @@
|
|
|
67
62
|
"path-to-regexp": "8.2.0",
|
|
68
63
|
"serve-favicon": "2.5.0",
|
|
69
64
|
"source-map-support": "0.5.21",
|
|
70
|
-
"type-fest": "4.
|
|
65
|
+
"type-fest": "4.35.0",
|
|
71
66
|
"validate.js": "0.13.1"
|
|
72
67
|
},
|
|
73
68
|
"optionalDependencies": {
|
|
@@ -80,7 +75,7 @@
|
|
|
80
75
|
"publishConfig": {
|
|
81
76
|
"access": "public"
|
|
82
77
|
},
|
|
83
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "ea00e3aa18aff3c51d1c19eea6c4d1c8c2483740",
|
|
84
79
|
"tsd": {
|
|
85
80
|
"directory": "test/types"
|
|
86
81
|
}
|