@loglayer/log-level-manager-one-way 1.0.1 → 1.0.2
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 +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loglayer/log-level-manager-one-way",
|
|
3
3
|
"description": "Log level manager for loglayer that keeps log levels synchronized between parent and children (parent changes affect children, but child changes don't affect parents).",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"log level manager"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@loglayer/log-level-manager": "1.0.
|
|
35
|
+
"@loglayer/log-level-manager": "1.0.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/node": "24.10.1",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"typescript": "5.9.3",
|
|
41
41
|
"vitest": "4.0.9",
|
|
42
42
|
"@internal/tsconfig": "2.1.0",
|
|
43
|
-
"loglayer": "8.0
|
|
43
|
+
"loglayer": "8.1.0"
|
|
44
44
|
},
|
|
45
45
|
"bugs": "https://github.com/loglayer/loglayer/issues",
|
|
46
46
|
"engines": {
|