appium-xcuitest-driver 5.14.1 → 5.14.2
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 +30 -50
- package/package.json +3 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [5.14.2](https://github.com/appium/appium-xcuitest-driver/compare/v5.14.1...v5.14.2) (2024-01-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Remove husky and commitlint ([#2307](https://github.com/appium/appium-xcuitest-driver/issues/2307)) ([8142e96](https://github.com/appium/appium-xcuitest-driver/commit/8142e96376630b3f5811532216a686eacc66495e))
|
|
7
|
+
|
|
1
8
|
## [5.14.1](https://github.com/appium/appium-xcuitest-driver/compare/v5.14.0...v5.14.1) (2024-01-24)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "5.14.
|
|
3
|
+
"version": "5.14.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "5.14.
|
|
9
|
+
"version": "5.14.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
@@ -40,8 +40,6 @@
|
|
|
40
40
|
"@appium/test-support": "^3.0.20",
|
|
41
41
|
"@appium/tsconfig": "^0.x",
|
|
42
42
|
"@appium/types": "^0.x",
|
|
43
|
-
"@commitlint/cli": "^18.0.0",
|
|
44
|
-
"@commitlint/config-conventional": "^18.0.0",
|
|
45
43
|
"@semantic-release/changelog": "^6.0.3",
|
|
46
44
|
"@semantic-release/git": "^10.0.1",
|
|
47
45
|
"@types/bluebird": "^3.5.38",
|
|
@@ -68,8 +66,6 @@
|
|
|
68
66
|
"eslint-plugin-import": "^2.28.0",
|
|
69
67
|
"eslint-plugin-mocha": "^10.1.0",
|
|
70
68
|
"eslint-plugin-promise": "^6.1.1",
|
|
71
|
-
"husky": "^8.0.3",
|
|
72
|
-
"lint-staged": "^15.0.1",
|
|
73
69
|
"mocha": "^10.2.0",
|
|
74
70
|
"mocha-junit-reporter": "^2.2.1",
|
|
75
71
|
"mocha-multi-reporters": "^1.5.1",
|
|
@@ -143,6 +139,14 @@
|
|
|
143
139
|
"proxy-from-env": "^1.1.0"
|
|
144
140
|
}
|
|
145
141
|
},
|
|
142
|
+
"node_modules/@appium/base-driver/node_modules/lru-cache": {
|
|
143
|
+
"version": "10.1.0",
|
|
144
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
|
|
145
|
+
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
|
|
146
|
+
"engines": {
|
|
147
|
+
"node": "14 || >=16.14"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
146
150
|
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
147
151
|
"version": "4.9.0",
|
|
148
152
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.9.0.tgz",
|
|
@@ -747,9 +751,9 @@
|
|
|
747
751
|
}
|
|
748
752
|
},
|
|
749
753
|
"node_modules/@types/express-serve-static-core": {
|
|
750
|
-
"version": "4.17.
|
|
751
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.
|
|
752
|
-
"integrity": "sha512-
|
|
754
|
+
"version": "4.17.42",
|
|
755
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.42.tgz",
|
|
756
|
+
"integrity": "sha512-ckM3jm2bf/MfB3+spLPWYPUH573plBFwpOhqQ2WottxYV85j1HQFlxmnTq57X1yHY9awZPig06hL/cLMgNWHIQ==",
|
|
753
757
|
"dependencies": {
|
|
754
758
|
"@types/node": "*",
|
|
755
759
|
"@types/qs": "*",
|
|
@@ -825,9 +829,9 @@
|
|
|
825
829
|
}
|
|
826
830
|
},
|
|
827
831
|
"node_modules/@types/node": {
|
|
828
|
-
"version": "20.11.
|
|
829
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.
|
|
830
|
-
"integrity": "sha512
|
|
832
|
+
"version": "20.11.7",
|
|
833
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.7.tgz",
|
|
834
|
+
"integrity": "sha512-GPmeN1C3XAyV5uybAf4cMLWT9fDWcmQhZVtMFu7OR32WjrqGG+Wnk2V1d0bmtUyE/Zy1QJ9BxyiTih9z8Oks8A==",
|
|
831
835
|
"dependencies": {
|
|
832
836
|
"undici-types": "~5.26.4"
|
|
833
837
|
}
|
|
@@ -1212,9 +1216,9 @@
|
|
|
1212
1216
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
|
|
1213
1217
|
},
|
|
1214
1218
|
"node_modules/axios": {
|
|
1215
|
-
"version": "1.6.
|
|
1216
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.
|
|
1217
|
-
"integrity": "sha512
|
|
1219
|
+
"version": "1.6.7",
|
|
1220
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz",
|
|
1221
|
+
"integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==",
|
|
1218
1222
|
"dependencies": {
|
|
1219
1223
|
"follow-redirects": "^1.15.4",
|
|
1220
1224
|
"form-data": "^4.0.0",
|
|
@@ -2035,14 +2039,6 @@
|
|
|
2035
2039
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
2036
2040
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
2037
2041
|
},
|
|
2038
|
-
"node_modules/gauge/node_modules/is-fullwidth-code-point": {
|
|
2039
|
-
"version": "3.0.0",
|
|
2040
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
2041
|
-
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
2042
|
-
"engines": {
|
|
2043
|
-
"node": ">=8"
|
|
2044
|
-
}
|
|
2045
|
-
},
|
|
2046
2042
|
"node_modules/gauge/node_modules/signal-exit": {
|
|
2047
2043
|
"version": "4.1.0",
|
|
2048
2044
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2320,6 +2316,14 @@
|
|
|
2320
2316
|
"url": "https://github.com/sponsors/ljharb"
|
|
2321
2317
|
}
|
|
2322
2318
|
},
|
|
2319
|
+
"node_modules/is-fullwidth-code-point": {
|
|
2320
|
+
"version": "3.0.0",
|
|
2321
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
2322
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
2323
|
+
"engines": {
|
|
2324
|
+
"node": ">=8"
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2323
2327
|
"node_modules/is-number-like": {
|
|
2324
2328
|
"version": "1.0.8",
|
|
2325
2329
|
"resolved": "https://registry.npmjs.org/is-number-like/-/is-number-like-1.0.8.tgz",
|
|
@@ -2512,9 +2516,9 @@
|
|
|
2512
2516
|
}
|
|
2513
2517
|
},
|
|
2514
2518
|
"node_modules/lru-cache": {
|
|
2515
|
-
"version": "10.
|
|
2516
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.
|
|
2517
|
-
"integrity": "sha512
|
|
2519
|
+
"version": "10.2.0",
|
|
2520
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
2521
|
+
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
2518
2522
|
"engines": {
|
|
2519
2523
|
"node": "14 || >=16.14"
|
|
2520
2524
|
}
|
|
@@ -3604,14 +3608,6 @@
|
|
|
3604
3608
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
3605
3609
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
3606
3610
|
},
|
|
3607
|
-
"node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": {
|
|
3608
|
-
"version": "3.0.0",
|
|
3609
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
3610
|
-
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
3611
|
-
"engines": {
|
|
3612
|
-
"node": ">=8"
|
|
3613
|
-
}
|
|
3614
|
-
},
|
|
3615
3611
|
"node_modules/string-width/node_modules/ansi-regex": {
|
|
3616
3612
|
"version": "6.0.1",
|
|
3617
3613
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
@@ -3858,14 +3854,6 @@
|
|
|
3858
3854
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
3859
3855
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
3860
3856
|
},
|
|
3861
|
-
"node_modules/wide-align/node_modules/is-fullwidth-code-point": {
|
|
3862
|
-
"version": "3.0.0",
|
|
3863
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
3864
|
-
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
3865
|
-
"engines": {
|
|
3866
|
-
"node": ">=8"
|
|
3867
|
-
}
|
|
3868
|
-
},
|
|
3869
3857
|
"node_modules/wide-align/node_modules/string-width": {
|
|
3870
3858
|
"version": "4.2.3",
|
|
3871
3859
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -3901,14 +3889,6 @@
|
|
|
3901
3889
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
3902
3890
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
3903
3891
|
},
|
|
3904
|
-
"node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": {
|
|
3905
|
-
"version": "3.0.0",
|
|
3906
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
3907
|
-
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
3908
|
-
"engines": {
|
|
3909
|
-
"node": ">=8"
|
|
3910
|
-
}
|
|
3911
|
-
},
|
|
3912
3892
|
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
|
|
3913
3893
|
"version": "4.2.3",
|
|
3914
3894
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "5.14.
|
|
11
|
+
"version": "5.14.2",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -110,10 +110,9 @@
|
|
|
110
110
|
"lint": "eslint .",
|
|
111
111
|
"lint:commit": "commitlint",
|
|
112
112
|
"lint:fix": "npm run lint -- --fix",
|
|
113
|
-
"
|
|
114
|
-
"format": "prettier --check './**/*.(js|ts)'",
|
|
113
|
+
"format": "prettier -w ./lib",
|
|
115
114
|
"install-docs-deps": "appium-docs init --no-mkdocs",
|
|
116
|
-
"prepare": "
|
|
115
|
+
"prepare": "npm run rebuild",
|
|
117
116
|
"rebuild": "npm run clean; npm run build",
|
|
118
117
|
"test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",
|
|
119
118
|
"e2e-test": "mocha --exit --timeout 10m \"./test/functional/**/*-specs.js\"",
|
|
@@ -126,11 +125,6 @@
|
|
|
126
125
|
"e2e-test:native-web-tap": "mocha \"./test/functional/web/safari-nativewebtap-e2e-specs.js\" --exit --timeout 10m",
|
|
127
126
|
"start": "appium --relaxed-security --port 4567 --keep-alive-timeout 1200"
|
|
128
127
|
},
|
|
129
|
-
"lint-staged": {
|
|
130
|
-
"*.(js|ts)": [
|
|
131
|
-
"eslint --fix"
|
|
132
|
-
]
|
|
133
|
-
},
|
|
134
128
|
"prettier": {
|
|
135
129
|
"bracketSpacing": false,
|
|
136
130
|
"printWidth": 100,
|
|
@@ -146,8 +140,6 @@
|
|
|
146
140
|
"@appium/test-support": "^3.0.20",
|
|
147
141
|
"@appium/tsconfig": "^0.x",
|
|
148
142
|
"@appium/types": "^0.x",
|
|
149
|
-
"@commitlint/cli": "^18.0.0",
|
|
150
|
-
"@commitlint/config-conventional": "^18.0.0",
|
|
151
143
|
"@semantic-release/changelog": "^6.0.3",
|
|
152
144
|
"@semantic-release/git": "^10.0.1",
|
|
153
145
|
"@types/bluebird": "^3.5.38",
|
|
@@ -174,8 +166,6 @@
|
|
|
174
166
|
"eslint-plugin-import": "^2.28.0",
|
|
175
167
|
"eslint-plugin-mocha": "^10.1.0",
|
|
176
168
|
"eslint-plugin-promise": "^6.1.1",
|
|
177
|
-
"husky": "^8.0.3",
|
|
178
|
-
"lint-staged": "^15.0.1",
|
|
179
169
|
"mocha": "^10.2.0",
|
|
180
170
|
"mocha-junit-reporter": "^2.2.1",
|
|
181
171
|
"mocha-multi-reporters": "^1.5.1",
|