appium-xcuitest-driver 7.3.0 → 7.3.1

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [7.3.1](https://github.com/appium/appium-xcuitest-driver/compare/v7.3.0...v7.3.1) (2024-03-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * respect defaultActiveApplication settings in activeApplication selection ([#2343](https://github.com/appium/appium-xcuitest-driver/issues/2343)) ([1837991](https://github.com/appium/appium-xcuitest-driver/commit/18379912c542ff619304476680005d4656f94de4))
7
+
1
8
  ## [7.3.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.2.0...v7.3.0) (2024-03-08)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.3.0",
9
+ "version": "7.3.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
@@ -14,7 +14,7 @@
14
14
  "appium-ios-device": "^2.5.4",
15
15
  "appium-ios-simulator": "^5.5.1",
16
16
  "appium-remote-debugger": "^11.0.0",
17
- "appium-webdriveragent": "^7.1.0",
17
+ "appium-webdriveragent": "^7.1.1",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -129,6 +129,11 @@
129
129
  "spdy": "4.0.2"
130
130
  }
131
131
  },
132
+ "node_modules/@appium/base-driver/node_modules/@types/lodash": {
133
+ "version": "4.14.202",
134
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz",
135
+ "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ=="
136
+ },
132
137
  "node_modules/@appium/base-driver/node_modules/type-fest": {
133
138
  "version": "4.10.1",
134
139
  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
@@ -638,9 +643,9 @@
638
643
  "integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ=="
639
644
  },
640
645
  "node_modules/@types/lodash": {
641
- "version": "4.14.202",
642
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz",
643
- "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ=="
646
+ "version": "4.17.0",
647
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz",
648
+ "integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA=="
644
649
  },
645
650
  "node_modules/@types/method-override": {
646
651
  "version": "0.0.35",
@@ -669,9 +674,9 @@
669
674
  }
670
675
  },
671
676
  "node_modules/@types/node": {
672
- "version": "20.11.25",
673
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.25.tgz",
674
- "integrity": "sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==",
677
+ "version": "20.11.27",
678
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.27.tgz",
679
+ "integrity": "sha512-qyUZfMnCg1KEz57r7pzFtSGt49f6RPkPBis3Vo4PbS7roQEDn22hiHzl/Lo1q4i4hDEgBJmBF/NTNg2XR0HbFg==",
675
680
  "dependencies": {
676
681
  "undici-types": "~5.26.4"
677
682
  }
@@ -905,9 +910,9 @@
905
910
  }
906
911
  },
907
912
  "node_modules/appium-webdriveragent": {
908
- "version": "7.1.0",
909
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-7.1.0.tgz",
910
- "integrity": "sha512-HHMIbfeu8SV6lKf7E9YyM8GQBPmEVLySe0KYRq9ciHiI/jrqt7xpoTqObSVz2YXUqgbNIiuIB8roEjsK674G5Q==",
913
+ "version": "7.1.1",
914
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-7.1.1.tgz",
915
+ "integrity": "sha512-ZdDHqAMm6PKChNST6/U7b8kQSZLd1g3FaSYdwGcd8SWiRsrQFXHbjfKlO4tFLgHFkRKaOAcF1NrMHGnVkWFOKQ==",
911
916
  "dependencies": {
912
917
  "@appium/base-driver": "^9.0.0",
913
918
  "@appium/strongbox": "^0.x",
@@ -2057,9 +2062,9 @@
2057
2062
  "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
2058
2063
  },
2059
2064
  "node_modules/hasown": {
2060
- "version": "2.0.1",
2061
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz",
2062
- "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==",
2065
+ "version": "2.0.2",
2066
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
2067
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
2063
2068
  "dependencies": {
2064
2069
  "function-bind": "^1.1.2"
2065
2070
  },
@@ -3248,16 +3253,16 @@
3248
3253
  "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
3249
3254
  },
3250
3255
  "node_modules/set-function-length": {
3251
- "version": "1.2.1",
3252
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.1.tgz",
3253
- "integrity": "sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==",
3256
+ "version": "1.2.2",
3257
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
3258
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
3254
3259
  "dependencies": {
3255
- "define-data-property": "^1.1.2",
3260
+ "define-data-property": "^1.1.4",
3256
3261
  "es-errors": "^1.3.0",
3257
3262
  "function-bind": "^1.1.2",
3258
- "get-intrinsic": "^1.2.3",
3263
+ "get-intrinsic": "^1.2.4",
3259
3264
  "gopd": "^1.0.1",
3260
- "has-property-descriptors": "^1.0.1"
3265
+ "has-property-descriptors": "^1.0.2"
3261
3266
  },
3262
3267
  "engines": {
3263
3268
  "node": ">= 0.4"
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "7.3.0",
11
+ "version": "7.3.1",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -81,7 +81,7 @@
81
81
  "appium-ios-device": "^2.5.4",
82
82
  "appium-ios-simulator": "^5.5.1",
83
83
  "appium-remote-debugger": "^11.0.0",
84
- "appium-webdriveragent": "^7.1.0",
84
+ "appium-webdriveragent": "^7.1.1",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",
87
87
  "asyncbox": "^3.0.0",