appium-xcuitest-driver 4.12.4 → 4.13.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,17 @@
1
+ ## [4.13.1](https://github.com/appium/appium-xcuitest-driver/compare/v4.13.0...v4.13.1) (2022-12-01)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * update releaserc ([#1458](https://github.com/appium/appium-xcuitest-driver/issues/1458)) ([c818934](https://github.com/appium/appium-xcuitest-driver/commit/c81893450bdf48be8cb9406e06a3a99b6f826ba3))
7
+
8
+ # [4.13.0](https://github.com/appium/appium-xcuitest-driver/compare/v4.12.4...v4.13.0) (2022-12-01)
9
+
10
+
11
+ ### Features
12
+
13
+ * Add a script to open WDA in Xcode ([#1457](https://github.com/appium/appium-xcuitest-driver/issues/1457)) ([e2255fe](https://github.com/appium/appium-xcuitest-driver/commit/e2255fe92d1a4e3bb129b840b06a61fc312d1a11))
14
+
1
15
  ## [4.12.4](https://github.com/appium/appium-xcuitest-driver/compare/v4.12.3...v4.12.4) (2022-11-29)
2
16
 
3
17
  ## [4.12.3](https://github.com/appium/appium-xcuitest-driver/compare/v4.12.2...v4.12.3) (2022-11-25)
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "4.12.4",
3
+ "version": "4.13.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "4.12.4",
9
+ "version": "4.13.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.0.0",
@@ -21,6 +21,7 @@
21
21
  "asyncbox": "^2.3.1",
22
22
  "bluebird": "^3.5.1",
23
23
  "css-selector-parser": "^1.4.1",
24
+ "fancy-log": "^2.0.0",
24
25
  "js2xmlparser2": "^0.x",
25
26
  "lodash": "^4.17.10",
26
27
  "lru-cache": "^7.0.1",
@@ -49,6 +50,7 @@
49
50
  "chai": "^4.1.2",
50
51
  "chai-as-promised": "^7.1.1",
51
52
  "chai-subset": "^1.6.0",
53
+ "conventional-changelog-conventionalcommits": "^5.0.0",
52
54
  "eslint": "^7.32.0",
53
55
  "eslint-config-prettier": "^8.5.0",
54
56
  "eslint-plugin-import": "^2.26.0",
@@ -996,7 +998,7 @@
996
998
  }
997
999
  },
998
1000
  "node_modules/@types/node": {
999
- "version": "18.11.9",
1001
+ "version": "18.11.10",
1000
1002
  "license": "MIT"
1001
1003
  },
1002
1004
  "node_modules/@types/normalize-package-data": {
@@ -1181,7 +1183,7 @@
1181
1183
  "license": "MIT"
1182
1184
  },
1183
1185
  "node_modules/appium-idb": {
1184
- "version": "1.6.4",
1186
+ "version": "1.6.5",
1185
1187
  "license": "Apache-2.0",
1186
1188
  "dependencies": {
1187
1189
  "@appium/support": "^2.55.3",
@@ -1198,7 +1200,7 @@
1198
1200
  }
1199
1201
  },
1200
1202
  "node_modules/appium-ios-device": {
1201
- "version": "2.4.6",
1203
+ "version": "2.4.7",
1202
1204
  "license": "Apache-2.0",
1203
1205
  "dependencies": {
1204
1206
  "@appium/support": "^2.55.3",
@@ -1225,7 +1227,7 @@
1225
1227
  }
1226
1228
  },
1227
1229
  "node_modules/appium-ios-simulator": {
1228
- "version": "4.1.5",
1230
+ "version": "4.1.6",
1229
1231
  "license": "Apache-2.0",
1230
1232
  "dependencies": {
1231
1233
  "@appium/support": "^2.55.3",
@@ -1247,7 +1249,7 @@
1247
1249
  }
1248
1250
  },
1249
1251
  "node_modules/appium-remote-debugger": {
1250
- "version": "9.1.8",
1252
+ "version": "9.1.9",
1251
1253
  "license": "Apache-2.0",
1252
1254
  "dependencies": {
1253
1255
  "@appium/base-driver": "^8.7.3",
@@ -1269,7 +1271,7 @@
1269
1271
  }
1270
1272
  },
1271
1273
  "node_modules/appium-webdriveragent": {
1272
- "version": "4.10.10",
1274
+ "version": "4.10.11",
1273
1275
  "license": "Apache-2.0",
1274
1276
  "dependencies": {
1275
1277
  "@appium/base-driver": "^8.7.3",
@@ -2476,7 +2478,7 @@
2476
2478
  }
2477
2479
  },
2478
2480
  "node_modules/glob/node_modules/minimatch": {
2479
- "version": "5.1.0",
2481
+ "version": "5.1.1",
2480
2482
  "license": "ISC",
2481
2483
  "dependencies": {
2482
2484
  "brace-expansion": "^2.0.1"
@@ -3521,7 +3523,7 @@
3521
3523
  }
3522
3524
  },
3523
3525
  "node_modules/node-simctl": {
3524
- "version": "7.1.6",
3526
+ "version": "7.1.8",
3525
3527
  "license": "Apache-2.0",
3526
3528
  "dependencies": {
3527
3529
  "@babel/runtime": "^7.0.0",
@@ -4105,7 +4107,7 @@
4105
4107
  }
4106
4108
  },
4107
4109
  "node_modules/readdir-glob/node_modules/minimatch": {
4108
- "version": "5.1.0",
4110
+ "version": "5.1.1",
4109
4111
  "license": "ISC",
4110
4112
  "dependencies": {
4111
4113
  "brace-expansion": "^2.0.1"
@@ -5754,7 +5756,7 @@
5754
5756
  }
5755
5757
  },
5756
5758
  "@types/node": {
5757
- "version": "18.11.9"
5759
+ "version": "18.11.10"
5758
5760
  },
5759
5761
  "@types/normalize-package-data": {
5760
5762
  "version": "2.4.1"
@@ -5878,7 +5880,7 @@
5878
5880
  "version": "1.1.0"
5879
5881
  },
5880
5882
  "appium-idb": {
5881
- "version": "1.6.4",
5883
+ "version": "1.6.5",
5882
5884
  "requires": {
5883
5885
  "@appium/support": "^2.55.3",
5884
5886
  "@babel/runtime": "^7.0.0",
@@ -5890,7 +5892,7 @@
5890
5892
  }
5891
5893
  },
5892
5894
  "appium-ios-device": {
5893
- "version": "2.4.6",
5895
+ "version": "2.4.7",
5894
5896
  "requires": {
5895
5897
  "@appium/support": "^2.55.3",
5896
5898
  "@babel/runtime": "^7.0.0",
@@ -5910,7 +5912,7 @@
5910
5912
  }
5911
5913
  },
5912
5914
  "appium-ios-simulator": {
5913
- "version": "4.1.5",
5915
+ "version": "4.1.6",
5914
5916
  "requires": {
5915
5917
  "@appium/support": "^2.55.3",
5916
5918
  "@babel/runtime": "^7.0.0",
@@ -5927,7 +5929,7 @@
5927
5929
  }
5928
5930
  },
5929
5931
  "appium-remote-debugger": {
5930
- "version": "9.1.8",
5932
+ "version": "9.1.9",
5931
5933
  "requires": {
5932
5934
  "@appium/base-driver": "^8.7.3",
5933
5935
  "@appium/support": "^2.61.0",
@@ -5944,7 +5946,7 @@
5944
5946
  }
5945
5947
  },
5946
5948
  "appium-webdriveragent": {
5947
- "version": "4.10.10",
5949
+ "version": "4.10.11",
5948
5950
  "requires": {
5949
5951
  "@appium/base-driver": "^8.7.3",
5950
5952
  "@appium/support": "^2.61.0",
@@ -6741,7 +6743,7 @@
6741
6743
  }
6742
6744
  },
6743
6745
  "minimatch": {
6744
- "version": "5.1.0",
6746
+ "version": "5.1.1",
6745
6747
  "requires": {
6746
6748
  "brace-expansion": "^2.0.1"
6747
6749
  }
@@ -7410,7 +7412,7 @@
7410
7412
  "version": "0.6.3"
7411
7413
  },
7412
7414
  "node-simctl": {
7413
- "version": "7.1.6",
7415
+ "version": "7.1.8",
7414
7416
  "requires": {
7415
7417
  "@babel/runtime": "^7.0.0",
7416
7418
  "asyncbox": "^2.3.1",
@@ -7773,7 +7775,7 @@
7773
7775
  }
7774
7776
  },
7775
7777
  "minimatch": {
7776
- "version": "5.1.0",
7778
+ "version": "5.1.1",
7777
7779
  "requires": {
7778
7780
  "brace-expansion": "^2.0.1"
7779
7781
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.12.4",
11
+ "version": "4.13.1",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -31,7 +31,8 @@
31
31
  ],
32
32
  "mainClass": "XCUITestDriver",
33
33
  "scripts": {
34
- "build-wda": "./build/lib/build-wda.js"
34
+ "build-wda": "./build/lib/build-wda.js",
35
+ "open-wda": "./scripts/open-wda.js"
35
36
  },
36
37
  "schema": {
37
38
  "$schema": "http://json-schema.org/draft-07/schema",
@@ -77,6 +78,7 @@
77
78
  "asyncbox": "^2.3.1",
78
79
  "bluebird": "^3.5.1",
79
80
  "css-selector-parser": "^1.4.1",
81
+ "fancy-log": "^2.0.0",
80
82
  "js2xmlparser2": "^0.x",
81
83
  "lodash": "^4.17.10",
82
84
  "lru-cache": "^7.0.1",
@@ -140,6 +142,7 @@
140
142
  "chai": "^4.1.2",
141
143
  "chai-as-promised": "^7.1.1",
142
144
  "chai-subset": "^1.6.0",
145
+ "conventional-changelog-conventionalcommits": "^5.0.0",
143
146
  "eslint": "^7.32.0",
144
147
  "eslint-config-prettier": "^8.5.0",
145
148
  "eslint-plugin-import": "^2.26.0",