appium-xcuitest-driver 4.32.5 → 4.32.7
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 +14 -0
- package/package.json +9 -9
- package/npm-shrinkwrap.json +0 -17956
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.32.7](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.6...v4.32.7) (2023-06-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency semver to v7.5.3 ([5f35e37](https://github.com/appium/appium-xcuitest-driver/commit/5f35e37946b8e0643b7fc5117858ee98f3219327))
|
|
7
|
+
|
|
8
|
+
## [4.32.6](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.5...v4.32.6) (2023-06-23)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* trigger release based on package.json update ([b40c8f4](https://github.com/appium/appium-xcuitest-driver/commit/b40c8f45e4aa9ca4cc0da8ace0fc83f1c79b691a))
|
|
14
|
+
|
|
1
15
|
## [4.32.5](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.4...v4.32.5) (2023-06-17)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.32.
|
|
11
|
+
"version": "4.32.7",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"moment-timezone": "0.5.43",
|
|
88
88
|
"node-simctl": "7.1.16",
|
|
89
89
|
"portscanner": "2.2.0",
|
|
90
|
-
"semver": "7.5.
|
|
90
|
+
"semver": "7.5.3",
|
|
91
91
|
"source-map-support": "0.5.21",
|
|
92
92
|
"teen_process": "2.0.4",
|
|
93
93
|
"ws": "8.13.0"
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"singleQuote": true
|
|
129
129
|
},
|
|
130
130
|
"peerDependencies": {
|
|
131
|
-
"appium": "2.0.0-rc.2"
|
|
131
|
+
"appium": "^2.0.0-rc.2"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
134
|
"@appium/docutils": "0.4.1",
|
|
@@ -151,15 +151,15 @@
|
|
|
151
151
|
"@types/sinon": "10.0.15",
|
|
152
152
|
"@types/sinon-chai": "3.2.9",
|
|
153
153
|
"@types/teen_process": "2.0.0",
|
|
154
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
155
|
-
"@typescript-eslint/parser": "5.
|
|
154
|
+
"@typescript-eslint/eslint-plugin": "5.60.0",
|
|
155
|
+
"@typescript-eslint/parser": "5.60.0",
|
|
156
156
|
"appium": "2.0.0-rc.2",
|
|
157
157
|
"axios": "1.4.0",
|
|
158
158
|
"chai": "4.3.7",
|
|
159
159
|
"chai-as-promised": "7.1.1",
|
|
160
160
|
"chai-subset": "1.6.0",
|
|
161
|
-
"conventional-changelog-conventionalcommits": "6.
|
|
162
|
-
"eslint": "8.
|
|
161
|
+
"conventional-changelog-conventionalcommits": "6.1.0",
|
|
162
|
+
"eslint": "8.43.0",
|
|
163
163
|
"eslint-config-prettier": "8.8.0",
|
|
164
164
|
"eslint-import-resolver-typescript": "3.5.5",
|
|
165
165
|
"eslint-plugin-import": "2.27.5",
|
|
@@ -178,10 +178,10 @@
|
|
|
178
178
|
"rimraf": "5.0.1",
|
|
179
179
|
"semantic-release": "20.1.3",
|
|
180
180
|
"sharp": "0.32.1",
|
|
181
|
-
"sinon": "15.
|
|
181
|
+
"sinon": "15.2.0",
|
|
182
182
|
"sinon-chai": "3.7.0",
|
|
183
183
|
"ts-node": "10.9.1",
|
|
184
|
-
"type-fest": "3.
|
|
184
|
+
"type-fest": "3.12.0",
|
|
185
185
|
"typescript": "4.9.5",
|
|
186
186
|
"webdriverio": "8.10.7"
|
|
187
187
|
},
|