@loglayer/log-level-manager-one-way 2.0.1 → 2.1.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Theo Gravity
3
+ Copyright (c) 2026 Theo Gravity / [Disaresta](https://disaresta.com)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.cjs CHANGED
@@ -1,3 +1,4 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
1
2
  let _loglayer_log_level_manager = require("@loglayer/log-level-manager");
2
3
 
3
4
  //#region src/OneWayLogLevelManager.ts
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": "2.0.1",
4
+ "version": "2.1.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -33,15 +33,15 @@
33
33
  "log level manager"
34
34
  ],
35
35
  "dependencies": {
36
- "@loglayer/log-level-manager": "2.0.1"
36
+ "@loglayer/log-level-manager": "2.1.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@types/node": "25.2.0",
40
- "tsdown": "0.20.1",
39
+ "@types/node": "25.2.3",
40
+ "tsdown": "0.20.3",
41
41
  "typescript": "5.9.3",
42
42
  "vitest": "4.0.18",
43
43
  "@internal/tsconfig": "2.1.0",
44
- "loglayer": "9.0.1"
44
+ "loglayer": "9.2.0"
45
45
  },
46
46
  "bugs": "https://github.com/loglayer/loglayer/issues",
47
47
  "engines": {