nightingale-console 14.0.2 → 14.2.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.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,28 @@
1
- # Change Log
1
+ # Changelog
2
2
 
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
+ ## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)
7
+
8
+ Note: no notable changes
9
+
10
+ Version bump for dependency: nightingale-ansi-formatter
11
+ Version bump for dependency: nightingale-console-output
12
+ Version bump for dependency: nightingale-debug
13
+ Version bump for dependency: nightingale-json-formatter
14
+ Version bump for dependency: nightingale-levels
15
+ Version bump for dependency: nightingale-types
16
+
17
+
18
+ ## [14.1.0](https://github.com/christophehurpeau/nightingale/compare/v14.0.2...v14.1.0) (2023-07-27)
19
+
20
+ **Note:** Version bump only for package nightingale-console
21
+
22
+
23
+
24
+
25
+
6
26
  ## [14.0.2](https://github.com/christophehurpeau/nightingale/compare/v14.0.1...v14.0.2) (2023-06-30)
7
27
 
8
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightingale-console",
3
- "version": "14.0.2",
3
+ "version": "14.2.0",
4
4
  "description": "Console handler for nightingale",
5
5
  "keywords": [
6
6
  "nightingale",
@@ -30,6 +30,10 @@
30
30
  }
31
31
  },
32
32
  "sideEffects": false,
33
+ "files": [
34
+ "src",
35
+ "dist"
36
+ ],
33
37
  "scripts": {
34
38
  "build": "yarn clean:build && rollup --config rollup.config.mjs && yarn run build:definitions",
35
39
  "build:definitions": "tsc -p tsconfig.json",
@@ -53,17 +57,16 @@
53
57
  },
54
58
  "dependencies": {
55
59
  "@types/node": ">=18.0.0",
56
- "nightingale-ansi-formatter": "14.0.2",
57
- "nightingale-console-output": "14.0.2",
58
- "nightingale-debug": "14.0.2",
59
- "nightingale-json-formatter": "14.0.2",
60
- "nightingale-levels": "14.0.2",
61
- "nightingale-types": "14.0.2"
60
+ "nightingale-ansi-formatter": "14.2.0",
61
+ "nightingale-console-output": "14.2.0",
62
+ "nightingale-debug": "14.2.0",
63
+ "nightingale-json-formatter": "14.2.0",
64
+ "nightingale-levels": "14.2.0",
65
+ "nightingale-types": "14.2.0"
62
66
  },
63
67
  "devDependencies": {
64
- "@babel/core": "7.22.5",
65
- "pob-babel": "36.1.0",
66
- "typescript": "5.1.6"
67
- },
68
- "gitHead": "0e7b4a98b0ea8135163c1f5f08108bbd36b1905f"
69
- }
68
+ "@babel/core": "7.23.2",
69
+ "pob-babel": "36.4.4",
70
+ "typescript": "5.2.2"
71
+ }
72
+ }
package/.editorconfig DELETED
@@ -1,13 +0,0 @@
1
- # EditorConfig helps developers define and maintain consistent
2
- # coding styles between different editors and IDEs
3
- # http://editorconfig.org
4
-
5
- root = true
6
-
7
- [*]
8
- indent_style = space
9
- indent_size = 2
10
- end_of_line = lf
11
- charset = utf-8
12
- trim_trailing_whitespace = true
13
- insert_final_newline = true
package/.eslintrc.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "root": true,
3
- "extends": ["@pob/eslint-config/root-module"],
4
- "ignorePatterns": ["*.d.ts", "/dist"]
5
- }
package/AUTHORS DELETED
@@ -1 +0,0 @@
1
- Christophe Hurpeau <christophe@hurpeau.com>