@ngx-smz/core 21.1.13 → 21.1.14

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngx-smz/core",
3
- "version": "21.1.13",
3
+ "version": "21.1.14",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=21.0.0",
6
6
  "@angular/common": ">=21.0.0",
@@ -124,7 +124,7 @@ declare class LoggingService {
124
124
  private levelRank;
125
125
  /** expose current settings */
126
126
  readonly isEnabled: i0.Signal<boolean>;
127
- readonly currentLevel: i0.Signal<"error" | "debug" | "info" | "warn">;
127
+ readonly currentLevel: i0.Signal<"debug" | "info" | "warn" | "error">;
128
128
  readonly activeScopes: i0.Signal<string[]>;
129
129
  /** toggle logging global */
130
130
  enable(): void;