@appium/logger 1.1.0 → 1.3.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 +23 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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
+ ## [1.3.0](https://github.com/appium/appium/compare/@appium/logger@1.2.0...@appium/logger@1.3.0) (2024-06-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **appium:** Add session signature to all logs ([#20202](https://github.com/appium/appium/issues/20202)) ([b3f8a47](https://github.com/appium/appium/commit/b3f8a47c2d3fa029bdb5592d7130c6d1664e53b5))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **appium:** Revert changes in 20203 and 20202 ([#20209](https://github.com/appium/appium/issues/20209)) ([40def9d](https://github.com/appium/appium/commit/40def9dbdbde64706111900967d66735257b7404)), closes [#20202](https://github.com/appium/appium/issues/20202) [#20203](https://github.com/appium/appium/issues/20203)
17
+
18
+
19
+
20
+ ## [1.2.0](https://github.com/appium/appium/compare/@appium/logger@1.1.0...@appium/logger@1.2.0) (2024-06-06)
21
+
22
+
23
+ ### Features
24
+
25
+ * **logger:** Add the 'debug' level to the default logger ([#20203](https://github.com/appium/appium/issues/20203)) ([7fd9d5f](https://github.com/appium/appium/commit/7fd9d5f6261b385c234580c2bfee4d576905458b))
26
+
27
+
28
+
6
29
  ## 1.1.0 (2024-06-06)
7
30
 
8
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appium/logger",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
4
4
  "author": "https://github.com/appium",
5
5
  "description": "A Universal Logger For The Appium Ecosystem",
6
6
  "repository": {
@@ -30,7 +30,7 @@
30
30
  "console-control-strings": "1.1.0",
31
31
  "set-blocking": "2.0.0"
32
32
  },
33
- "license": "ISC",
33
+ "license": "Apache-2.0",
34
34
  "engines": {
35
35
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
36
36
  "npm": ">=8"
@@ -42,7 +42,7 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "339acd345fafa1292c8d286261553fcc6b440e46",
45
+ "gitHead": "d4ce2a82d9b70af7cecf5174ec2521b0911f737d",
46
46
  "keywords": [
47
47
  "automation",
48
48
  "javascript",