@vidavidorra/bunyan-pretty-stream 6.0.35 → 6.0.37
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/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vidavidorra/bunyan-pretty-stream",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.37",
|
4
4
|
"description": "Highly configurable Bunyan stream with pretty output",
|
5
5
|
"keywords": [
|
6
6
|
"bunyan-stream",
|
@@ -197,7 +197,7 @@
|
|
197
197
|
"chalk": "5.4.1",
|
198
198
|
"json-stringify-pretty-compact": "4.0.0",
|
199
199
|
"luxon": "3.6.1",
|
200
|
-
"zod": "3.25.
|
200
|
+
"zod": "3.25.58"
|
201
201
|
},
|
202
202
|
"devDependencies": {
|
203
203
|
"@ava/typescript": "5.0.0",
|
@@ -207,9 +207,9 @@
|
|
207
207
|
"@semantic-release/git": "10.0.1",
|
208
208
|
"@types/bunyan": "1.8.11",
|
209
209
|
"@types/luxon": "3.6.2",
|
210
|
-
"@types/node": "22.15.
|
210
|
+
"@types/node": "22.15.31",
|
211
211
|
"@vidavidorra/commitlint-config": "7.0.16",
|
212
|
-
"ava": "6.
|
212
|
+
"ava": "6.4.0",
|
213
213
|
"bunyan": "1.8.15",
|
214
214
|
"bunyan-1.x": "npm:bunyan@1.8.15",
|
215
215
|
"bunyan-2.x": "npm:bunyan@2.0.5",
|
@@ -221,7 +221,7 @@
|
|
221
221
|
"semantic-release": "24.2.5",
|
222
222
|
"strip-ansi": "7.1.0",
|
223
223
|
"typescript": "5.8.3",
|
224
|
-
"xo": "1.0
|
224
|
+
"xo": "1.1.0"
|
225
225
|
},
|
226
226
|
"peerDependencies": {
|
227
227
|
"bunyan": ">=1.8.15 <3"
|