@appium/logger 1.7.1 → 2.0.0

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 +26 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,32 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.0](https://github.com/appium/appium/compare/@appium/logger@2.0.0-rc.1...@appium/logger@2.0.0) (2025-08-18)
7
+
8
+ **Note:** Version bump only for package @appium/logger
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.0-rc.1](https://github.com/appium/appium/compare/@appium/logger@1.6.1...@appium/logger@2.0.0-rc.1) (2025-08-14)
15
+
16
+
17
+ ### ⚠ BREAKING CHANGES
18
+
19
+ * set minimum Node.js version to v20.19.0 (#21394)
20
+
21
+ ### Bug Fixes
22
+
23
+ * **appium:** Return hostname as web socket url for BiDi if a broadcast address is assigned to the server ([#20603](https://github.com/appium/appium/issues/20603)) ([f0de55d](https://github.com/appium/appium/commit/f0de55da0da2fc0305876a948704c1f0a2a5990f))
24
+
25
+
26
+ ### Miscellaneous Chores
27
+
28
+ * set minimum Node.js version to v20.19.0 ([#21394](https://github.com/appium/appium/issues/21394)) ([37e22c4](https://github.com/appium/appium/commit/37e22c4f9c9920cea3f340841ab1b7c60e3147e9))
29
+
30
+
31
+
6
32
  ## [1.7.1](https://github.com/appium/appium/compare/@appium/logger@1.7.0...@appium/logger@1.7.1) (2025-06-01)
7
33
 
8
34
  **Note:** Version bump only for package @appium/logger
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appium/logger",
3
- "version": "1.7.1",
3
+ "version": "2.0.0",
4
4
  "author": "https://github.com/appium",
5
5
  "description": "A Universal Logger For The Appium Ecosystem",
6
6
  "repository": {
@@ -29,13 +29,13 @@
29
29
  "dependencies": {
30
30
  "console-control-strings": "1.1.0",
31
31
  "lodash": "4.17.21",
32
- "lru-cache": "10.4.3",
32
+ "lru-cache": "11.1.0",
33
33
  "set-blocking": "2.0.0"
34
34
  },
35
35
  "license": "ISC",
36
36
  "engines": {
37
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
38
- "npm": ">=8"
37
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
38
+ "npm": ">=10"
39
39
  },
40
40
  "bugs": {
41
41
  "url": "https://github.com/appium/appium/issues"
@@ -44,7 +44,7 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "c8fe4412525f7e1fa237813cf83fe7d98f0125eb",
47
+ "gitHead": "284da50353921343fa5a7f82574e64ce0c146db7",
48
48
  "keywords": [
49
49
  "automation",
50
50
  "javascript",