appium-ios-simulator 6.1.4 → 6.1.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -20
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [6.1.5](https://github.com/appium/appium-ios-simulator/compare/v6.1.4...v6.1.5) (2024-05-16)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Update dev dependencies ([b386580](https://github.com/appium/appium-ios-simulator/commit/b386580930d30cd26f2d76bd118419fa08e10abc))
7
+
1
8
  ## [6.1.4](https://github.com/appium/appium-ios-simulator/compare/v6.1.3...v6.1.4) (2024-05-16)
2
9
 
3
10
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "ios",
8
8
  "simctl"
9
9
  ],
10
- "version": "6.1.4",
10
+ "version": "6.1.5",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -53,26 +53,15 @@
53
53
  "dev": "npm run build -- --watch",
54
54
  "lint": "eslint .",
55
55
  "lint:fix": "npm run lint -- --fix",
56
- "precommit-msg": "echo 'Pre-commit checks...' && exit 0",
57
- "precommit-lint": "lint-staged",
58
56
  "prepare": "npm run build",
59
57
  "test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",
60
58
  "e2e-test": "mocha --exit --timeout 10m \"./test/functional/**/*-specs.js\""
61
59
  },
62
- "lint-staged": {
63
- "*.js": [
64
- "eslint --fix"
65
- ]
66
- },
67
60
  "prettier": {
68
61
  "bracketSpacing": false,
69
62
  "printWidth": 100,
70
63
  "singleQuote": true
71
64
  },
72
- "pre-commit": [
73
- "precommit-msg",
74
- "precommit-lint"
75
- ],
76
65
  "devDependencies": {
77
66
  "@appium/eslint-config-appium": "^8.0.4",
78
67
  "@appium/eslint-config-appium-ts": "^0.x",
@@ -93,16 +82,8 @@
93
82
  "chai": "^4.1.0",
94
83
  "chai-as-promised": "^7.1.1",
95
84
  "conventional-changelog-conventionalcommits": "^7.0.1",
96
- "eslint": "^8.46.0",
97
- "eslint-config-prettier": "^9.0.0",
98
- "eslint-import-resolver-typescript": "^3.5.5",
99
- "eslint-plugin-import": "^2.28.0",
100
- "eslint-plugin-mocha": "^10.1.0",
101
- "eslint-plugin-promise": "^6.1.1",
102
- "lint-staged": "^15.0.2",
103
85
  "mocha": "^10.0.0",
104
86
  "pem": "^1.8.3",
105
- "pre-commit": "^1.1.3",
106
87
  "prettier": "^3.0.0",
107
88
  "semantic-release": "^23.0.0",
108
89
  "sinon": "^18.0.0",