appium-webdriveragent 4.10.12 → 4.10.14
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/CHANGELOG.md +10 -0
- package/package.json +4 -5
- package/WebDriverAgentRunner-Runner.app.zip +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [4.10.14](https://github.com/appium/WebDriverAgent/compare/v4.10.13...v4.10.14) (2022-12-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* **deps-dev:** bump @appium/test-support from 2.0.2 to 3.0.0 ([#644](https://github.com/appium/WebDriverAgent/issues/644)) ([ab84580](https://github.com/appium/WebDriverAgent/commit/ab8458027457563b7faaeef36d9019b7ac1921b0))
|
|
7
|
+
* **deps:** bump @appium/support from 2.61.1 to 3.0.0 ([#643](https://github.com/appium/WebDriverAgent/issues/643)) ([3ca197a](https://github.com/appium/WebDriverAgent/commit/3ca197ac7526036e408584207b26129847a615ca))
|
|
8
|
+
|
|
9
|
+
## [4.10.13](https://github.com/appium/WebDriverAgent/compare/v4.10.12...v4.10.13) (2022-12-13)
|
|
10
|
+
|
|
1
11
|
## [4.10.12](https://github.com/appium/WebDriverAgent/compare/v4.10.11...v4.10.12) (2022-12-08)
|
|
2
12
|
|
|
3
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-webdriveragent",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.14",
|
|
4
4
|
"description": "Package bundling WebDriverAgent",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
"prepare": "npm run build",
|
|
14
14
|
"test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",
|
|
15
15
|
"e2e-test": "mocha --exit --timeout 10m \"./test/functional/**/*-specs.js\"",
|
|
16
|
-
"prepublishOnly": "npm run bundle",
|
|
17
16
|
"bundle": "node ./Scripts/build-webdriveragent.js",
|
|
18
17
|
"fetch-prebuilt-wda": "node ./Scripts/fetch-prebuilt-wda.js"
|
|
19
18
|
},
|
|
@@ -54,7 +53,7 @@
|
|
|
54
53
|
"homepage": "https://github.com/appium/WebDriverAgent#readme",
|
|
55
54
|
"devDependencies": {
|
|
56
55
|
"@appium/eslint-config-appium": "^6.0.0",
|
|
57
|
-
"@appium/test-support": "^
|
|
56
|
+
"@appium/test-support": "^3.0.0",
|
|
58
57
|
"@babel/cli": "^7.18.10",
|
|
59
58
|
"@babel/core": "^7.18.10",
|
|
60
59
|
"@babel/eslint-parser": "^7.18.9",
|
|
@@ -67,6 +66,7 @@
|
|
|
67
66
|
"appium-xcode": "^4.0.1",
|
|
68
67
|
"chai": "^4.2.0",
|
|
69
68
|
"chai-as-promised": "^7.1.1",
|
|
69
|
+
"conventional-changelog-conventionalcommits": "^5.0.0",
|
|
70
70
|
"eslint": "^7.32.0",
|
|
71
71
|
"eslint-config-prettier": "^8.5.0",
|
|
72
72
|
"glob": "^8.0.1",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
84
|
"@appium/base-driver": "^8.7.3",
|
|
85
|
-
"@appium/support": "^
|
|
85
|
+
"@appium/support": "^3.0.0",
|
|
86
86
|
"@babel/runtime": "^7.0.0",
|
|
87
87
|
"appium-ios-simulator": "^4.0.0",
|
|
88
88
|
"async-lock": "^1.0.0",
|
|
@@ -109,7 +109,6 @@
|
|
|
109
109
|
"WebDriverAgentRunner",
|
|
110
110
|
"WebDriverAgentTests",
|
|
111
111
|
"XCTWebDriverAgentLib",
|
|
112
|
-
"WebDriverAgentRunner-Runner.app.zip",
|
|
113
112
|
"CHANGELOG.md"
|
|
114
113
|
]
|
|
115
114
|
}
|
|
Binary file
|