@loglayer/transport-consola 1.0.12 → 1.0.13
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/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/@loglayer/transport-consola)
|
|
5
5
|
[](http://www.typescriptlang.org/)
|
|
6
6
|
|
|
7
|
-
The Consola transport for [LogLayer](https://loglayer.dev).
|
|
7
|
+
The Consola transport for the [LogLayer](https://loglayer.dev) logging library.
|
|
8
8
|
|
|
9
9
|
[Consola](https://github.com/unjs/consola) is an elegant and configurable console logger for Node.js and browser.
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loglayer/transport-consola",
|
|
3
|
-
"description": "consola transport for
|
|
4
|
-
"version": "1.0.
|
|
3
|
+
"description": "consola transport for the LogLayer logging library.",
|
|
4
|
+
"version": "1.0.13",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"transport"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@loglayer/transport": "1.2.
|
|
30
|
+
"@loglayer/transport": "1.2.3"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"hash-runner": "2.0.1",
|
|
34
|
-
"@types/node": "22.10.
|
|
34
|
+
"@types/node": "22.10.10",
|
|
35
35
|
"tsup": "8.3.5",
|
|
36
36
|
"typescript": "5.7.3",
|
|
37
|
-
"vitest": "3.0.
|
|
37
|
+
"vitest": "3.0.4",
|
|
38
38
|
"tsx": "4.19.2",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
39
|
+
"loglayer": "5.5.0",
|
|
40
|
+
"@internal/tsconfig": "1.0.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"consola": "*"
|