appium-xcuitest-driver 7.11.4 → 7.12.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [7.12.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.11.4...v7.12.0) (2024-04-17)
2
+
3
+
4
+ ### Features
5
+
6
+ * update Atoms in remtoe debugger to selenium 4.19.0 basis ([#2385](https://github.com/appium/appium-xcuitest-driver/issues/2385)) ([0c45843](https://github.com/appium/appium-xcuitest-driver/commit/0c458437240ea2ab367e2aa2915aa053fb01481b))
7
+
1
8
  ## [7.11.4](https://github.com/appium/appium-xcuitest-driver/compare/v7.11.3...v7.11.4) (2024-04-15)
2
9
 
3
10
 
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.11.4",
3
+ "version": "7.12.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.11.4",
9
+ "version": "7.12.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
13
13
  "appium-idb": "^1.6.13",
14
14
  "appium-ios-device": "^2.5.4",
15
15
  "appium-ios-simulator": "^6.1.2",
16
- "appium-remote-debugger": "^11.0.0",
16
+ "appium-remote-debugger": "^11.1.0",
17
17
  "appium-webdriveragent": "^8.5.0",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
@@ -87,11 +87,11 @@
87
87
  }
88
88
  },
89
89
  "node_modules/@appium/base-driver": {
90
- "version": "9.5.3",
91
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.5.3.tgz",
92
- "integrity": "sha512-zs9C/L1YKWIsKVgLg6jA9lv4nMX4C7CxzqKpczFFOO05ymgv0ZrcybIIeQf1i/oRcUrdYkLItrafuPBgBRmijQ==",
90
+ "version": "9.5.4",
91
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.5.4.tgz",
92
+ "integrity": "sha512-kYBYyfXu15RAvAaJ/FUR2gosm74E5Nl9N6A3AzX1SZVDqm7mLojSgBZCGrRsd/oMVE1vpMcwHWJt4JpYXkrbhw==",
93
93
  "dependencies": {
94
- "@appium/support": "^4.2.3",
94
+ "@appium/support": "^4.2.4",
95
95
  "@appium/types": "^0.16.2",
96
96
  "@colors/colors": "1.6.0",
97
97
  "@types/async-lock": "1.4.2",
@@ -137,11 +137,11 @@
137
137
  }
138
138
  },
139
139
  "node_modules/@appium/docutils": {
140
- "version": "1.0.5",
141
- "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.5.tgz",
142
- "integrity": "sha512-q6RcxnpJbr2x6hzd8KWl9vcQ3yJm7oE1IjOttKjaps3uaW/Xp+SODv0xmGO7g7X/NifxYfKkm5WRAglRfZPFSA==",
140
+ "version": "1.0.6",
141
+ "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.6.tgz",
142
+ "integrity": "sha512-I7irwTyBlMfNPfhFAcNkGLsJdZxNvWXsbcgV/oW4PU5dBN0wfwqrfLJQrrfHGTDpgDukpaTl7J+Ro82WgATWfA==",
143
143
  "dependencies": {
144
- "@appium/support": "^4.2.3",
144
+ "@appium/support": "^4.2.4",
145
145
  "@appium/tsconfig": "^0.3.3",
146
146
  "@sliphua/lilconfig-ts-loader": "3.2.2",
147
147
  "@types/which": "3.0.3",
@@ -157,7 +157,7 @@
157
157
  "source-map-support": "0.5.21",
158
158
  "teen_process": "2.1.1",
159
159
  "type-fest": "4.10.1",
160
- "typescript": "5.4.4",
160
+ "typescript": "5.4.5",
161
161
  "yaml": "2.4.1",
162
162
  "yargs": "17.7.2",
163
163
  "yargs-parser": "21.1.1"
@@ -181,18 +181,6 @@
181
181
  "url": "https://github.com/sponsors/sindresorhus"
182
182
  }
183
183
  },
184
- "node_modules/@appium/docutils/node_modules/typescript": {
185
- "version": "5.4.4",
186
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
187
- "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
188
- "bin": {
189
- "tsc": "bin/tsc",
190
- "tsserver": "bin/tsserver"
191
- },
192
- "engines": {
193
- "node": ">=14.17"
194
- }
195
- },
196
184
  "node_modules/@appium/schema": {
197
185
  "version": "0.5.0",
198
186
  "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
@@ -221,9 +209,9 @@
221
209
  }
222
210
  },
223
211
  "node_modules/@appium/support": {
224
- "version": "4.2.3",
225
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.2.3.tgz",
226
- "integrity": "sha512-ZQLzIk0X8BhZln5l89Jk9fAZ7FQaoKckM0ssTSVbTjiyCqZ17MbF2ADC6yWrH7kuHlNjtMClMf1bv0D1pppDSA==",
212
+ "version": "4.2.4",
213
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.2.4.tgz",
214
+ "integrity": "sha512-TfZ+sIm295EQzL89ympDwwWfuzRHnkiZv5SPDMBcrCJHXcJVcL7BhuQhkiPkHaZvNgKvyvcEb9kGNC+L2UtN+g==",
227
215
  "dependencies": {
228
216
  "@appium/tsconfig": "^0.3.3",
229
217
  "@appium/types": "^0.16.2",
@@ -735,9 +723,9 @@
735
723
  "integrity": "sha512-JOqsl+ZoCpP4e8TDke9W79FDcSgPAR0l6pixx2JHkhnRjvShyYiAYw2LVsnA7K08Y6DeOnaU6ujmENO4os/cYg=="
736
724
  },
737
725
  "node_modules/@types/qs": {
738
- "version": "6.9.14",
739
- "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.14.tgz",
740
- "integrity": "sha512-5khscbd3SwWMhFqylJBLQ0zIu7c1K6Vz0uBIt915BI3zV0q1nfjRQD3RqSBcPaO6PHEF4ov/t9y89fSiyThlPA=="
726
+ "version": "6.9.15",
727
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz",
728
+ "integrity": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg=="
741
729
  },
742
730
  "node_modules/@types/range-parser": {
743
731
  "version": "1.2.7",
@@ -934,9 +922,9 @@
934
922
  }
935
923
  },
936
924
  "node_modules/appium-remote-debugger": {
937
- "version": "11.0.9",
938
- "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-11.0.9.tgz",
939
- "integrity": "sha512-f9KfLTl6lnrSgKiQape56H6mdIktR1TY6G6iPaPu4lCVl0/sYlisItzcxWYRFPxR1sypatfMbx5H4USMy2G1lg==",
925
+ "version": "11.1.0",
926
+ "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-11.1.0.tgz",
927
+ "integrity": "sha512-Hexj1V8e7BnnfhfDbUU+jDOd6ChK8lSZktm8eXXfaobABXo/0/pkfoyo6S5Gt/o9bmualQOLzjcsEWJOJEedtg==",
940
928
  "dependencies": {
941
929
  "@appium/base-driver": "^9.0.0",
942
930
  "@appium/support": "^4.0.0",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "7.11.4",
11
+ "version": "7.12.0",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -80,7 +80,7 @@
80
80
  "appium-idb": "^1.6.13",
81
81
  "appium-ios-device": "^2.5.4",
82
82
  "appium-ios-simulator": "^6.1.2",
83
- "appium-remote-debugger": "^11.0.0",
83
+ "appium-remote-debugger": "^11.1.0",
84
84
  "appium-webdriveragent": "^8.5.0",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",