appium-remote-debugger 11.1.1 → 11.1.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 +14 -0
- package/package.json +2 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [11.1.3](https://github.com/appium/appium-remote-debugger/compare/v11.1.2...v11.1.3) (2024-05-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Update dev dependendies ([f99850a](https://github.com/appium/appium-remote-debugger/commit/f99850a0ad4f000a3361a09f762e95995d857abd))
|
|
7
|
+
|
|
8
|
+
## [11.1.2](https://github.com/appium/appium-remote-debugger/compare/v11.1.1...v11.1.2) (2024-05-16)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Miscellaneous Chores
|
|
12
|
+
|
|
13
|
+
* **deps-dev:** bump sinon from 17.0.2 to 18.0.0 ([#379](https://github.com/appium/appium-remote-debugger/issues/379)) ([2cccea7](https://github.com/appium/appium-remote-debugger/commit/2cccea7c2c8b84531a4bc8cf3508f490539bd161))
|
|
14
|
+
|
|
1
15
|
## [11.1.1](https://github.com/appium/appium-remote-debugger/compare/v11.1.0...v11.1.1) (2024-04-19)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"keywords": [
|
|
5
5
|
"appium"
|
|
6
6
|
],
|
|
7
|
-
"version": "11.1.
|
|
7
|
+
"version": "11.1.3",
|
|
8
8
|
"author": "Appium Contributors",
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"repository": {
|
|
@@ -85,12 +85,6 @@
|
|
|
85
85
|
"chai": "^4.1.2",
|
|
86
86
|
"chai-as-promised": "^7.1.1",
|
|
87
87
|
"conventional-changelog-conventionalcommits": "^7.0.1",
|
|
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",
|
|
94
88
|
"mocha": "^10.0.0",
|
|
95
89
|
"mocha-junit-reporter": "^2.0.0",
|
|
96
90
|
"mocha-multi-reporters": "^1.5.1",
|
|
@@ -98,7 +92,7 @@
|
|
|
98
92
|
"prettier": "^3.0.0",
|
|
99
93
|
"serve-static": "^1.14.1",
|
|
100
94
|
"semantic-release": "^23.0.0",
|
|
101
|
-
"sinon": "^
|
|
95
|
+
"sinon": "^18.0.0",
|
|
102
96
|
"ts-node": "^10.9.1",
|
|
103
97
|
"typescript": "^5.4.2"
|
|
104
98
|
}
|