appium-xcode 5.1.3 → 5.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.
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [5.1.5](https://github.com/appium/appium-xcode/compare/v5.1.4...v5.1.5) (2023-08-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* **deps-dev:** bump lint-staged from 13.3.0 to 14.0.0 ([#93](https://github.com/appium/appium-xcode/issues/93)) ([9784d60](https://github.com/appium/appium-xcode/commit/9784d60ac9ae45475f36acba4076ba2774f87029))
|
|
7
|
+
|
|
8
|
+
## [5.1.4](https://github.com/appium/appium-xcode/compare/v5.1.3...v5.1.4) (2023-07-06)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Miscellaneous Chores
|
|
12
|
+
|
|
13
|
+
* **deps-dev:** bump prettier from 2.8.8 to 3.0.0 ([#92](https://github.com/appium/appium-xcode/issues/92)) ([4ae26f4](https://github.com/appium/appium-xcode/commit/4ae26f420f5fc5ad4e31d93caca3c68c96526b70))
|
|
14
|
+
|
|
1
15
|
## [5.1.3](https://github.com/appium/appium-xcode/compare/v5.1.2...v5.1.3) (2023-07-06)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"ios",
|
|
7
7
|
"xcode"
|
|
8
8
|
],
|
|
9
|
-
"version": "5.1.
|
|
9
|
+
"version": "5.1.5",
|
|
10
10
|
"author": "Appium Contributors",
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"repository": {
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
"eslint-plugin-import": "^2.26.0",
|
|
92
92
|
"eslint-plugin-mocha": "^9.0.0",
|
|
93
93
|
"eslint-plugin-promise": "^6.0.0",
|
|
94
|
-
"lint-staged": "^
|
|
94
|
+
"lint-staged": "^14.0.0",
|
|
95
95
|
"mocha": "^10.0.0",
|
|
96
96
|
"pre-commit": "^1.1.3",
|
|
97
|
-
"prettier": "^
|
|
97
|
+
"prettier": "^3.0.0",
|
|
98
98
|
"semantic-release": "^20.0.2",
|
|
99
99
|
"typescript": "^5.0.2"
|
|
100
100
|
},
|