appium-remote-debugger 11.1.2 → 11.1.4
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 +13 -0
- package/package.json +3 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [11.1.4](https://github.com/appium/appium-remote-debugger/compare/v11.1.3...v11.1.4) (2024-06-04)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump semantic-release from 23.1.1 to 24.0.0 and conventional-changelog-conventionalcommits to 8.0.0 ([#380](https://github.com/appium/appium-remote-debugger/issues/380)) ([7577471](https://github.com/appium/appium-remote-debugger/commit/757747102e224133819deaaa4bc005851e73724b))
|
|
6
|
+
|
|
7
|
+
## [11.1.3](https://github.com/appium/appium-remote-debugger/compare/v11.1.2...v11.1.3) (2024-05-16)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Miscellaneous Chores
|
|
11
|
+
|
|
12
|
+
* Update dev dependendies ([f99850a](https://github.com/appium/appium-remote-debugger/commit/f99850a0ad4f000a3361a09f762e95995d857abd))
|
|
13
|
+
|
|
1
14
|
## [11.1.2](https://github.com/appium/appium-remote-debugger/compare/v11.1.1...v11.1.2) (2024-05-16)
|
|
2
15
|
|
|
3
16
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"keywords": [
|
|
5
5
|
"appium"
|
|
6
6
|
],
|
|
7
|
-
"version": "11.1.
|
|
7
|
+
"version": "11.1.4",
|
|
8
8
|
"author": "Appium Contributors",
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"repository": {
|
|
@@ -84,20 +84,14 @@
|
|
|
84
84
|
"appium-ios-simulator": "^6.1.2",
|
|
85
85
|
"chai": "^4.1.2",
|
|
86
86
|
"chai-as-promised": "^7.1.1",
|
|
87
|
-
"conventional-changelog-conventionalcommits": "^
|
|
88
|
-
"eslint": "^8.46.0",
|
|
89
|
-
"eslint-config-prettier": "^9.0.0",
|
|
90
|
-
"eslint-import-resolver-typescript": "^3.5.5",
|
|
91
|
-
"eslint-plugin-import": "^2.28.0",
|
|
92
|
-
"eslint-plugin-mocha": "^10.1.0",
|
|
93
|
-
"eslint-plugin-promise": "^6.1.1",
|
|
87
|
+
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
94
88
|
"mocha": "^10.0.0",
|
|
95
89
|
"mocha-junit-reporter": "^2.0.0",
|
|
96
90
|
"mocha-multi-reporters": "^1.5.1",
|
|
97
91
|
"node-simctl": "^7.0.1",
|
|
98
92
|
"prettier": "^3.0.0",
|
|
99
93
|
"serve-static": "^1.14.1",
|
|
100
|
-
"semantic-release": "^
|
|
94
|
+
"semantic-release": "^24.0.0",
|
|
101
95
|
"sinon": "^18.0.0",
|
|
102
96
|
"ts-node": "^10.9.1",
|
|
103
97
|
"typescript": "^5.4.2"
|