@vidavidorra/bunyan-pretty-stream 4.0.0 → 5.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.
- package/dist/bunyan/index.d.ts +1 -0
- package/dist/bunyan/index.js +1 -0
- package/dist/bunyan/levels.d.ts +2 -0
- package/dist/bunyan/levels.js +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +5 -5
package/dist/bunyan/index.d.ts
CHANGED
@@ -2,3 +2,4 @@ export { default as isBunyanRecord } from './is-record.js';
|
|
2
2
|
export { type default as BunyanRecord } from './record.js';
|
3
3
|
export { default as coreFields } from './core-fields.js';
|
4
4
|
export { default as fromJsonString } from './from-json-string.js';
|
5
|
+
export { default as levels } from './levels.js';
|
package/dist/bunyan/index.js
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export { default as isBunyanRecord } from './is-record.js';
|
2
2
|
export { default as coreFields } from './core-fields.js';
|
3
3
|
export { default as fromJsonString } from './from-json-string.js';
|
4
|
+
export { default as levels } from './levels.js';
|
4
5
|
//# sourceMappingURL=index.js.map
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vidavidorra/bunyan-pretty-stream",
|
3
|
-
"version": "
|
3
|
+
"version": "5.0.0",
|
4
4
|
"description": "Highly configurable Bunyan stream with pretty output",
|
5
5
|
"type": "module",
|
6
6
|
"exports": "./dist/index.js",
|
@@ -44,9 +44,9 @@
|
|
44
44
|
"node": ">=18"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@ava/typescript": "
|
47
|
+
"@ava/typescript": "4.0.0",
|
48
48
|
"@commitlint/cli": "17.4.4",
|
49
|
-
"@semantic-release/changelog": "6.0.
|
49
|
+
"@semantic-release/changelog": "6.0.3",
|
50
50
|
"@semantic-release/exec": "6.0.3",
|
51
51
|
"@semantic-release/git": "10.0.1",
|
52
52
|
"@types/bunyan": "1.8.8",
|
@@ -64,9 +64,9 @@
|
|
64
64
|
"lint-staged": "13.2.0",
|
65
65
|
"npm-run-all": "4.1.5",
|
66
66
|
"prettier": "2.8.4",
|
67
|
-
"semantic-release": "20.1.
|
67
|
+
"semantic-release": "20.1.3",
|
68
68
|
"strip-ansi": "7.0.1",
|
69
|
-
"typescript": "
|
69
|
+
"typescript": "5.0.3",
|
70
70
|
"xo": "0.53.1"
|
71
71
|
},
|
72
72
|
"peerDependencies": {
|