appium-espresso-driver 2.34.2 → 2.34.3

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
+ ## [2.34.3](https://github.com/appium/appium-espresso-driver/compare/v2.34.2...v2.34.3) (2024-02-04)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * remove precommit stuff as same as other repos ([#977](https://github.com/appium/appium-espresso-driver/issues/977)) ([01d18ab](https://github.com/appium/appium-espresso-driver/commit/01d18abb59ed1f1e1f0244c05e6cde7fe0e24b33))
7
+
1
8
  ## [2.34.2](https://github.com/appium/appium-espresso-driver/compare/v2.34.1...v2.34.2) (2024-02-02)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "2.34.2",
3
+ "version": "2.34.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "2.34.2",
9
+ "version": "2.34.3",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^12.0.0",
@@ -50,9 +50,7 @@
50
50
  "eslint-plugin-import": "^2.28.0",
51
51
  "eslint-plugin-mocha": "^10.1.0",
52
52
  "eslint-plugin-promise": "^6.1.1",
53
- "lint-staged": "^15.0.1",
54
53
  "mocha": "^10.0.0",
55
- "pre-commit": "^1.2.2",
56
54
  "rimraf": "^5.0.0",
57
55
  "semantic-release": "^23.0.0",
58
56
  "sinon": "^17.0.0",
@@ -630,9 +628,9 @@
630
628
  }
631
629
  },
632
630
  "node_modules/@types/express-serve-static-core": {
633
- "version": "4.17.42",
634
- "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.42.tgz",
635
- "integrity": "sha512-ckM3jm2bf/MfB3+spLPWYPUH573plBFwpOhqQ2WottxYV85j1HQFlxmnTq57X1yHY9awZPig06hL/cLMgNWHIQ==",
631
+ "version": "4.17.43",
632
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz",
633
+ "integrity": "sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==",
636
634
  "dependencies": {
637
635
  "@types/node": "*",
638
636
  "@types/qs": "*",
@@ -1311,15 +1309,6 @@
1311
1309
  "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1312
1310
  "extraneous": true
1313
1311
  },
1314
- "node_modules/cliui/node_modules/is-fullwidth-code-point": {
1315
- "version": "3.0.0",
1316
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
1317
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1318
- "extraneous": true,
1319
- "engines": {
1320
- "node": ">=8"
1321
- }
1322
- },
1323
1312
  "node_modules/cliui/node_modules/string-width": {
1324
1313
  "version": "4.2.3",
1325
1314
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
@@ -1632,6 +1621,14 @@
1632
1621
  "is-arrayish": "^0.2.1"
1633
1622
  }
1634
1623
  },
1624
+ "node_modules/es-errors": {
1625
+ "version": "1.0.0",
1626
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.0.0.tgz",
1627
+ "integrity": "sha512-yHV74THqMJUyFKkHyN7hyENcEZM3Dj2a2IrdClY+IT4BFQHkIVwlh8s6uZfjsFydMdNHv0F5mWgAA3ajFbsvVQ==",
1628
+ "engines": {
1629
+ "node": ">= 0.4"
1630
+ }
1631
+ },
1635
1632
  "node_modules/es6-error": {
1636
1633
  "version": "4.1.1",
1637
1634
  "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
@@ -1972,14 +1969,6 @@
1972
1969
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1973
1970
  "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
1974
1971
  },
1975
- "node_modules/gauge/node_modules/is-fullwidth-code-point": {
1976
- "version": "3.0.0",
1977
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
1978
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1979
- "engines": {
1980
- "node": ">=8"
1981
- }
1982
- },
1983
1972
  "node_modules/gauge/node_modules/signal-exit": {
1984
1973
  "version": "4.1.0",
1985
1974
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2014,15 +2003,19 @@
2014
2003
  }
2015
2004
  },
2016
2005
  "node_modules/get-intrinsic": {
2017
- "version": "1.2.2",
2018
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz",
2019
- "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==",
2006
+ "version": "1.2.3",
2007
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.3.tgz",
2008
+ "integrity": "sha512-JIcZczvcMVE7AUOP+X72bh8HqHBRxFdz5PDHYtNG/lE3yk9b3KZBJlwFcTyPYjg3L4RLLmZJzvjxhaZVapxFrQ==",
2020
2009
  "dependencies": {
2010
+ "es-errors": "^1.0.0",
2021
2011
  "function-bind": "^1.1.2",
2022
2012
  "has-proto": "^1.0.1",
2023
2013
  "has-symbols": "^1.0.3",
2024
2014
  "hasown": "^2.0.0"
2025
2015
  },
2016
+ "engines": {
2017
+ "node": ">= 0.4"
2018
+ },
2026
2019
  "funding": {
2027
2020
  "url": "https://github.com/sponsors/ljharb"
2028
2021
  }
@@ -2312,6 +2305,14 @@
2312
2305
  "url": "https://github.com/sponsors/ljharb"
2313
2306
  }
2314
2307
  },
2308
+ "node_modules/is-fullwidth-code-point": {
2309
+ "version": "3.0.0",
2310
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
2311
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
2312
+ "engines": {
2313
+ "node": ">=8"
2314
+ }
2315
+ },
2315
2316
  "node_modules/is-number-like": {
2316
2317
  "version": "1.0.8",
2317
2318
  "resolved": "https://registry.npmjs.org/is-number-like/-/is-number-like-1.0.8.tgz",
@@ -2458,15 +2459,6 @@
2458
2459
  "safe-buffer": "~5.1.0"
2459
2460
  }
2460
2461
  },
2461
- "node_modules/lilconfig": {
2462
- "version": "3.0.0",
2463
- "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz",
2464
- "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==",
2465
- "extraneous": true,
2466
- "engines": {
2467
- "node": ">=14"
2468
- }
2469
- },
2470
2462
  "node_modules/lines-and-columns": {
2471
2463
  "version": "1.2.4",
2472
2464
  "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
@@ -2671,9 +2663,9 @@
2671
2663
  }
2672
2664
  },
2673
2665
  "node_modules/moment-timezone": {
2674
- "version": "0.5.44",
2675
- "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.44.tgz",
2676
- "integrity": "sha512-nv3YpzI/8lkQn0U6RkLd+f0W/zy/JnoR5/EyPz/dNkPTBjA2jNLCVxaiQ8QpeLymhSZvX0wCL5s27NQWdOPwAw==",
2666
+ "version": "0.5.45",
2667
+ "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.45.tgz",
2668
+ "integrity": "sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==",
2677
2669
  "dependencies": {
2678
2670
  "moment": "^2.29.4"
2679
2671
  },
@@ -3292,11 +3284,6 @@
3292
3284
  "node": ">=10"
3293
3285
  }
3294
3286
  },
3295
- "node_modules/semver/node_modules/yallist": {
3296
- "version": "4.0.0",
3297
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
3298
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
3299
- },
3300
3287
  "node_modules/send": {
3301
3288
  "version": "0.18.0",
3302
3289
  "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
@@ -3663,14 +3650,6 @@
3663
3650
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
3664
3651
  "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
3665
3652
  },
3666
- "node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": {
3667
- "version": "3.0.0",
3668
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
3669
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
3670
- "engines": {
3671
- "node": ">=8"
3672
- }
3673
- },
3674
3653
  "node_modules/string-width/node_modules/ansi-regex": {
3675
3654
  "version": "6.0.1",
3676
3655
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
@@ -3949,14 +3928,6 @@
3949
3928
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
3950
3929
  "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
3951
3930
  },
3952
- "node_modules/wide-align/node_modules/is-fullwidth-code-point": {
3953
- "version": "3.0.0",
3954
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
3955
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
3956
- "engines": {
3957
- "node": ">=8"
3958
- }
3959
- },
3960
3931
  "node_modules/wide-align/node_modules/string-width": {
3961
3932
  "version": "4.2.3",
3962
3933
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
@@ -4009,14 +3980,6 @@
4009
3980
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
4010
3981
  "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
4011
3982
  },
4012
- "node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": {
4013
- "version": "3.0.0",
4014
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
4015
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
4016
- "engines": {
4017
- "node": ">=8"
4018
- }
4019
- },
4020
3983
  "node_modules/wrap-ansi-cjs/node_modules/string-width": {
4021
3984
  "version": "4.2.3",
4022
3985
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
@@ -4036,15 +3999,6 @@
4036
3999
  "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
4037
4000
  "extraneous": true
4038
4001
  },
4039
- "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
4040
- "version": "3.0.0",
4041
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
4042
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
4043
- "extraneous": true,
4044
- "engines": {
4045
- "node": ">=8"
4046
- }
4047
- },
4048
4002
  "node_modules/wrap-ansi/node_modules/string-width": {
4049
4003
  "version": "4.2.3",
4050
4004
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
@@ -4109,14 +4063,10 @@
4109
4063
  "node": ">=10"
4110
4064
  }
4111
4065
  },
4112
- "node_modules/yaml": {
4113
- "version": "2.3.4",
4114
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz",
4115
- "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==",
4116
- "extraneous": true,
4117
- "engines": {
4118
- "node": ">= 14"
4119
- }
4066
+ "node_modules/yallist": {
4067
+ "version": "4.0.0",
4068
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
4069
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
4120
4070
  },
4121
4071
  "node_modules/yargs": {
4122
4072
  "version": "17.7.2",
@@ -4151,15 +4101,6 @@
4151
4101
  "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
4152
4102
  "extraneous": true
4153
4103
  },
4154
- "node_modules/yargs/node_modules/is-fullwidth-code-point": {
4155
- "version": "3.0.0",
4156
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
4157
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
4158
- "extraneous": true,
4159
- "engines": {
4160
- "node": ">=8"
4161
- }
4162
- },
4163
4104
  "node_modules/yargs/node_modules/string-width": {
4164
4105
  "version": "4.2.3",
4165
4106
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "2.34.2",
10
+ "version": "2.34.3",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -21,11 +21,6 @@
21
21
  "node": ">=14",
22
22
  "npm": ">=8"
23
23
  },
24
- "lint-staged": {
25
- "*.js": [
26
- "eslint --fix"
27
- ]
28
- },
29
24
  "prettier": {
30
25
  "bracketSpacing": false,
31
26
  "printWidth": 100,
@@ -100,18 +95,12 @@
100
95
  "lint": "eslint .",
101
96
  "lint:server": "cd espresso-server && ./gradlew lint || cd ..",
102
97
  "lint:fix": "npm run lint -- --fix",
103
- "precommit-msg": "echo 'Pre-commit checks...' && exit 0",
104
- "precommit-lint": "lint-staged",
105
98
  "prepare": "npm run rebuild",
106
99
  "test": "npm run test:node",
107
100
  "test:node": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",
108
101
  "test:server": "cd espresso-server && ./gradlew test --stacktrace || cd ..",
109
102
  "e2e-test": "mocha --exit --timeout 5m \"./test/functional/**/*-specs.js\""
110
103
  },
111
- "pre-commit": [
112
- "precommit-msg",
113
- "precommit-lint"
114
- ],
115
104
  "peerDependencies": {
116
105
  "appium": "^2.4.1"
117
106
  },
@@ -146,9 +135,7 @@
146
135
  "eslint-plugin-import": "^2.28.0",
147
136
  "eslint-plugin-mocha": "^10.1.0",
148
137
  "eslint-plugin-promise": "^6.1.1",
149
- "lint-staged": "^15.0.1",
150
138
  "mocha": "^10.0.0",
151
- "pre-commit": "^1.2.2",
152
139
  "rimraf": "^5.0.0",
153
140
  "semantic-release": "^23.0.0",
154
141
  "sinon": "^17.0.0",