nightingale-console 14.2.1 → 15.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 +19 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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
+ ## [15.0.0](https://github.com/christophehurpeau/nightingale/compare/v14.2.1...v15.0.0) (2023-12-25)
7
+
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * update babel and drop browser modern version
12
+
13
+ ### Features
14
+
15
+ * update babel and drop browser modern version ([5c76abc](https://github.com/christophehurpeau/nightingale/commit/5c76abc8bfb595a617fc4c8b795dae7e674ea664))
16
+
17
+ Version bump for dependency: nightingale-ansi-formatter
18
+ Version bump for dependency: nightingale-console-output
19
+ Version bump for dependency: nightingale-debug
20
+ Version bump for dependency: nightingale-json-formatter
21
+ Version bump for dependency: nightingale-levels
22
+ Version bump for dependency: nightingale-types
23
+
24
+
6
25
  ## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)
7
26
 
8
27
  Note: no notable changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightingale-console",
3
- "version": "14.2.1",
3
+ "version": "15.0.0",
4
4
  "description": "Console handler for nightingale",
5
5
  "keywords": [
6
6
  "nightingale",
@@ -57,16 +57,16 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@types/node": ">=18.0.0",
60
- "nightingale-ansi-formatter": "14.2.1",
61
- "nightingale-console-output": "14.2.1",
62
- "nightingale-debug": "14.2.1",
63
- "nightingale-json-formatter": "14.2.1",
64
- "nightingale-levels": "14.2.1",
65
- "nightingale-types": "14.2.1"
60
+ "nightingale-ansi-formatter": "15.0.0",
61
+ "nightingale-console-output": "15.0.0",
62
+ "nightingale-debug": "15.0.0",
63
+ "nightingale-json-formatter": "15.0.0",
64
+ "nightingale-levels": "15.0.0",
65
+ "nightingale-types": "15.0.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@babel/core": "7.23.2",
69
- "pob-babel": "36.6.1",
70
- "typescript": "5.2.2"
68
+ "@babel/core": "7.23.6",
69
+ "pob-babel": "38.0.0",
70
+ "typescript": "5.3.3"
71
71
  }
72
72
  }