appium-xcuitest-driver 7.15.3 → 7.16.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.16.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.15.3...v7.16.0) (2024-05-21)
2
+
3
+
4
+ ### Features
5
+
6
+ * add maxTypingFrequency to settings api ([#2399](https://github.com/appium/appium-xcuitest-driver/issues/2399)) ([c1810c3](https://github.com/appium/appium-xcuitest-driver/commit/c1810c362ecc46e98b0cd01a196211017457c2ac))
7
+
1
8
  ## [7.15.3](https://github.com/appium/appium-xcuitest-driver/compare/v7.15.2...v7.15.3) (2024-05-16)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.15.3",
3
+ "version": "7.16.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.15.3",
9
+ "version": "7.16.0",
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": "^6.1.2",
16
16
  "appium-remote-debugger": "^11.1.0",
17
- "appium-webdriveragent": "^8.5.0",
17
+ "appium-webdriveragent": "^8.6.0",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -124,6 +124,16 @@
124
124
  "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz",
125
125
  "integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA=="
126
126
  },
127
+ "node_modules/@appium/base-driver/node_modules/axios": {
128
+ "version": "1.6.8",
129
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
130
+ "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
131
+ "dependencies": {
132
+ "follow-redirects": "^1.15.6",
133
+ "form-data": "^4.0.0",
134
+ "proxy-from-env": "^1.1.0"
135
+ }
136
+ },
127
137
  "node_modules/@appium/base-driver/node_modules/lru-cache": {
128
138
  "version": "10.2.0",
129
139
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
@@ -202,6 +212,21 @@
202
212
  "node": ">=10"
203
213
  }
204
214
  },
215
+ "node_modules/@appium/docutils/node_modules/teen_process": {
216
+ "version": "2.1.1",
217
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.1.tgz",
218
+ "integrity": "sha512-PIX+PyH6h52uJeGpXfjLdIBRim5pPkJTkO/PPeLCa5NlofqlasTjcvNUUYo6XurnxSTl0o17sBzIrVoXNuqwGg==",
219
+ "dependencies": {
220
+ "bluebird": "^3.7.2",
221
+ "lodash": "^4.17.21",
222
+ "shell-quote": "^1.8.1",
223
+ "source-map-support": "^0.x"
224
+ },
225
+ "engines": {
226
+ "node": "^16.13.0 || >=18.0.0",
227
+ "npm": ">=8"
228
+ }
229
+ },
205
230
  "node_modules/@appium/docutils/node_modules/type-fest": {
206
231
  "version": "4.10.1",
207
232
  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
@@ -332,6 +357,16 @@
332
357
  "@img/sharp-libvips-linux-x64": "1.0.2"
333
358
  }
334
359
  },
360
+ "node_modules/@appium/support/node_modules/axios": {
361
+ "version": "1.6.8",
362
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
363
+ "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
364
+ "dependencies": {
365
+ "follow-redirects": "^1.15.6",
366
+ "form-data": "^4.0.0",
367
+ "proxy-from-env": "^1.1.0"
368
+ }
369
+ },
335
370
  "node_modules/@appium/support/node_modules/lru-cache": {
336
371
  "version": "6.0.0",
337
372
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -397,6 +432,21 @@
397
432
  "@img/sharp-win32-x64": "0.33.3"
398
433
  }
399
434
  },
435
+ "node_modules/@appium/support/node_modules/teen_process": {
436
+ "version": "2.1.1",
437
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.1.tgz",
438
+ "integrity": "sha512-PIX+PyH6h52uJeGpXfjLdIBRim5pPkJTkO/PPeLCa5NlofqlasTjcvNUUYo6XurnxSTl0o17sBzIrVoXNuqwGg==",
439
+ "dependencies": {
440
+ "bluebird": "^3.7.2",
441
+ "lodash": "^4.17.21",
442
+ "shell-quote": "^1.8.1",
443
+ "source-map-support": "^0.x"
444
+ },
445
+ "engines": {
446
+ "node": "^16.13.0 || >=18.0.0",
447
+ "npm": ">=8"
448
+ }
449
+ },
400
450
  "node_modules/@appium/support/node_modules/type-fest": {
401
451
  "version": "4.10.1",
402
452
  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
@@ -555,9 +605,9 @@
555
605
  }
556
606
  },
557
607
  "node_modules/@emnapi/runtime": {
558
- "version": "1.1.1",
559
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.1.1.tgz",
560
- "integrity": "sha512-3bfqkzuR1KLx57nZfjr2NLnFOobvyS0aTszaEGCGqmYMVDRaGvgIZbjGSV/MHSSmLgQ/b9JFHQ5xm5WRZYd+XQ==",
608
+ "version": "1.2.0",
609
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.2.0.tgz",
610
+ "integrity": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==",
561
611
  "extraneous": true,
562
612
  "dependencies": {
563
613
  "tslib": "^2.4.0"
@@ -818,9 +868,9 @@
818
868
  "integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ=="
819
869
  },
820
870
  "node_modules/@types/lodash": {
821
- "version": "4.17.3",
822
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.3.tgz",
823
- "integrity": "sha512-zmNrEJaBvNskZXQWaUQq6bktF4IDGVfDS78M+YEk5aCn9M/b94/mB/6WCyfH2/MjwBdc6QuOor95CIlKWYRL3A=="
871
+ "version": "4.17.4",
872
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz",
873
+ "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ=="
824
874
  },
825
875
  "node_modules/@types/method-override": {
826
876
  "version": "0.0.35",
@@ -1014,9 +1064,9 @@
1014
1064
  }
1015
1065
  },
1016
1066
  "node_modules/appium-idb": {
1017
- "version": "1.8.13",
1018
- "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.13.tgz",
1019
- "integrity": "sha512-Y3yWiW7Z1HU1BW6r8MmHGVdt5MBYm75j17sw8/HzzzWgI70AbDjR0k4nC5IeOJDzPm871VfVDh4431U5iSEY3w==",
1067
+ "version": "1.8.14",
1068
+ "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.14.tgz",
1069
+ "integrity": "sha512-NCgH+d4D8Omu6L29wAGBh9zCZ2MBN+haAx6jnvwXw+gMs81nZLlEx9d0qPBTyUYh1X45CPj9M6qhTbxrH1VVIQ==",
1020
1070
  "dependencies": {
1021
1071
  "@appium/support": "^4.0.0",
1022
1072
  "asyncbox": "^3.0.0",
@@ -1031,9 +1081,9 @@
1031
1081
  }
1032
1082
  },
1033
1083
  "node_modules/appium-ios-device": {
1034
- "version": "2.7.15",
1035
- "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.15.tgz",
1036
- "integrity": "sha512-XDYPd6A8kMGUYCSLB8NdboidpXNVcMsXrTZqdIjFjAhjeaywDVcvLW5GAR9onVrNWYeQqJLG6rZ4BqF+v6fkBA==",
1084
+ "version": "2.7.16",
1085
+ "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.16.tgz",
1086
+ "integrity": "sha512-DmmtT4Otqrhasi2cKK/dM0OUh/ueRle07It/6kvIB4W3Jj/G9ryjLmBX6IpbTkDKMtZ6XJ8CSYK9vKwdwpeMNw==",
1037
1087
  "dependencies": {
1038
1088
  "@appium/support": "^4.0.0",
1039
1089
  "asyncbox": "^3.0.0",
@@ -1096,9 +1146,9 @@
1096
1146
  }
1097
1147
  },
1098
1148
  "node_modules/appium-webdriveragent": {
1099
- "version": "8.5.6",
1100
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.5.6.tgz",
1101
- "integrity": "sha512-9cfqCfgQ4RmVI66jWuw71Xf1u9EErVaB8KVDGMtOaYxpS3QH6DoGRTWDEzUfmhvOfOZg0mtkHnh4WM1fvscI7w==",
1149
+ "version": "8.6.0",
1150
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.6.0.tgz",
1151
+ "integrity": "sha512-AeHSKEaGeQbq+9o0/BYXXOrCMwClAdH7y8hYNi3UppgpVE7i1/+dRFBWU4qJmDEoP0u5deeh2usvwHHuLi56JQ==",
1102
1152
  "dependencies": {
1103
1153
  "@appium/base-driver": "^9.0.0",
1104
1154
  "@appium/strongbox": "^0.x",
@@ -1119,9 +1169,9 @@
1119
1169
  }
1120
1170
  },
1121
1171
  "node_modules/appium-xcode": {
1122
- "version": "5.2.12",
1123
- "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.12.tgz",
1124
- "integrity": "sha512-5A0G0zPC5G6/07fbmCVnMWJMRAMqT4oVK75nAVlmccmtwl+YrMP/BsCCCCEPoRCo3kPhGKMXom8VO+aJRNyCLw==",
1172
+ "version": "5.2.13",
1173
+ "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.13.tgz",
1174
+ "integrity": "sha512-RpHIjmFefc/NGlDP3Jr6FDf6ErZqWB2Ga8BM5hFk+CbIe1UE+JYv9wnyzLUc0Xtb75aE8AJ87a2vjgH3MIadnw==",
1125
1175
  "dependencies": {
1126
1176
  "@appium/support": "^4.0.0",
1127
1177
  "@types/lodash": "^4.14.192",
@@ -1182,6 +1232,7 @@
1182
1232
  "version": "4.0.2",
1183
1233
  "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-4.0.2.tgz",
1184
1234
  "integrity": "sha512-ncSWAawFhKMJDTdoAeOV+jyW1VCMj5QIAwULIBV0SSR7B/RLPPEQiknKcg/RIIZlUQrxELpsxMiTUoAQ4sIUyg==",
1235
+ "deprecated": "This package is no longer supported.",
1185
1236
  "engines": {
1186
1237
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1187
1238
  }
@@ -1231,9 +1282,9 @@
1231
1282
  "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
1232
1283
  },
1233
1284
  "node_modules/axios": {
1234
- "version": "1.6.8",
1235
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
1236
- "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
1285
+ "version": "1.7.1",
1286
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.1.tgz",
1287
+ "integrity": "sha512-+LV37nQcd1EpFalkXksWNBiA17NZ5m5/WspmHGmZmdx1qBOg/VNq/c4eRJiA9VQQHBOs+N0ZhhdU10h2TyNK7Q==",
1237
1288
  "dependencies": {
1238
1289
  "follow-redirects": "^1.15.6",
1239
1290
  "form-data": "^4.0.0",
@@ -2113,6 +2164,7 @@
2113
2164
  "version": "5.0.2",
2114
2165
  "resolved": "https://registry.npmjs.org/gauge/-/gauge-5.0.2.tgz",
2115
2166
  "integrity": "sha512-pMaFftXPtiGIHCJHdcUUx9Rby/rFT/Kkt3fIIGCs+9PMDIljSyRiqraTlxNtBReJRDfUefpa263RQ3vnp5G/LQ==",
2167
+ "deprecated": "This package is no longer supported.",
2116
2168
  "dependencies": {
2117
2169
  "aproba": "^1.0.3 || ^2.0.0",
2118
2170
  "color-support": "^1.1.3",
@@ -3003,6 +3055,7 @@
3003
3055
  "version": "7.0.1",
3004
3056
  "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-7.0.1.tgz",
3005
3057
  "integrity": "sha512-uJ0YFk/mCQpLBt+bxN88AKd+gyqZvZDbtiNxk6Waqcj2aPRyfVx8ITawkyQynxUagInjdYT1+qj4NfA5KJJUxg==",
3058
+ "deprecated": "This package is no longer supported.",
3006
3059
  "dependencies": {
3007
3060
  "are-we-there-yet": "^4.0.0",
3008
3061
  "console-control-strings": "^1.1.0",
@@ -3935,9 +3988,9 @@
3935
3988
  }
3936
3989
  },
3937
3990
  "node_modules/teen_process": {
3938
- "version": "2.1.1",
3939
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.1.tgz",
3940
- "integrity": "sha512-PIX+PyH6h52uJeGpXfjLdIBRim5pPkJTkO/PPeLCa5NlofqlasTjcvNUUYo6XurnxSTl0o17sBzIrVoXNuqwGg==",
3991
+ "version": "2.1.3",
3992
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.3.tgz",
3993
+ "integrity": "sha512-OBxmDvVOGavBQscCaKn365B5KuQ04uGRekAcKbwCu/2M1YvICpeNgVpqR+z9AhWSYOdB4zKLLwk4M1fyfAwPjw==",
3941
3994
  "dependencies": {
3942
3995
  "bluebird": "^3.7.2",
3943
3996
  "lodash": "^4.17.21",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "7.15.3",
11
+ "version": "7.16.0",
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": "^6.1.2",
83
83
  "appium-remote-debugger": "^11.1.0",
84
- "appium-webdriveragent": "^8.5.0",
84
+ "appium-webdriveragent": "^8.6.0",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",
87
87
  "asyncbox": "^3.0.0",