appium-xcuitest-driver 4.30.7 → 4.30.8
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 +7 -0
- package/npm-shrinkwrap.json +6 -31
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.30.8](https://github.com/appium/appium-xcuitest-driver/compare/v4.30.7...v4.30.8) (2023-06-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency appium-ios-simulator to v5.0.9 ([#1735](https://github.com/appium/appium-xcuitest-driver/issues/1735)) ([d6960ba](https://github.com/appium/appium-xcuitest-driver/commit/d6960ba5c3f0ce91aca4168abb59a03db990ba6a))
|
|
7
|
+
|
|
1
8
|
## [4.30.7](https://github.com/appium/appium-xcuitest-driver/compare/v4.30.6...v4.30.7) (2023-06-08)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "4.30.
|
|
3
|
+
"version": "4.30.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "4.30.
|
|
9
|
+
"version": "4.30.8",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@xmldom/xmldom": "0.8.8",
|
|
13
13
|
"appium-idb": "1.6.12",
|
|
14
14
|
"appium-ios-device": "2.5.3",
|
|
15
|
-
"appium-ios-simulator": "5.0.
|
|
15
|
+
"appium-ios-simulator": "5.0.9",
|
|
16
16
|
"appium-remote-debugger": "9.1.16",
|
|
17
17
|
"appium-webdriveragent": "5.3.1",
|
|
18
18
|
"appium-xcode": "5.1.2",
|
|
@@ -3557,9 +3557,9 @@
|
|
|
3557
3557
|
}
|
|
3558
3558
|
},
|
|
3559
3559
|
"node_modules/appium-ios-simulator": {
|
|
3560
|
-
"version": "5.0.
|
|
3561
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-5.0.
|
|
3562
|
-
"integrity": "sha512-
|
|
3560
|
+
"version": "5.0.9",
|
|
3561
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-5.0.9.tgz",
|
|
3562
|
+
"integrity": "sha512-1lwRa+wkrhsu83jKpu52cQajwm036z3T/ayNK9joCkIoFwAuj8l2WgTMQcRyNo0uwQsV2YeyXXr3AwfSOno9MQ==",
|
|
3563
3563
|
"dependencies": {
|
|
3564
3564
|
"@appium/support": "^4.0.0",
|
|
3565
3565
|
"@babel/runtime": "^7.0.0",
|
|
@@ -3579,31 +3579,6 @@
|
|
|
3579
3579
|
"npm": ">=8"
|
|
3580
3580
|
}
|
|
3581
3581
|
},
|
|
3582
|
-
"node_modules/appium-ios-simulator/node_modules/lru-cache": {
|
|
3583
|
-
"version": "6.0.0",
|
|
3584
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
3585
|
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
3586
|
-
"dependencies": {
|
|
3587
|
-
"yallist": "^4.0.0"
|
|
3588
|
-
},
|
|
3589
|
-
"engines": {
|
|
3590
|
-
"node": ">=10"
|
|
3591
|
-
}
|
|
3592
|
-
},
|
|
3593
|
-
"node_modules/appium-ios-simulator/node_modules/semver": {
|
|
3594
|
-
"version": "7.5.0",
|
|
3595
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
|
|
3596
|
-
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
|
|
3597
|
-
"dependencies": {
|
|
3598
|
-
"lru-cache": "^6.0.0"
|
|
3599
|
-
},
|
|
3600
|
-
"bin": {
|
|
3601
|
-
"semver": "bin/semver.js"
|
|
3602
|
-
},
|
|
3603
|
-
"engines": {
|
|
3604
|
-
"node": ">=10"
|
|
3605
|
-
}
|
|
3606
|
-
},
|
|
3607
3582
|
"node_modules/appium-remote-debugger": {
|
|
3608
3583
|
"version": "9.1.16",
|
|
3609
3584
|
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-9.1.16.tgz",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.30.
|
|
11
|
+
"version": "4.30.8",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@xmldom/xmldom": "0.8.8",
|
|
72
72
|
"appium-idb": "1.6.12",
|
|
73
73
|
"appium-ios-device": "2.5.3",
|
|
74
|
-
"appium-ios-simulator": "5.0.
|
|
74
|
+
"appium-ios-simulator": "5.0.9",
|
|
75
75
|
"appium-remote-debugger": "9.1.16",
|
|
76
76
|
"appium-webdriveragent": "5.3.1",
|
|
77
77
|
"appium-xcode": "5.1.2",
|