@equinor/fusion-log
Advanced tools
Comparing version 1.0.1 to 1.0.2
// Generated by genversion. | ||
export const version = '1.0.1'; | ||
export const version = '1.0.2'; | ||
//# sourceMappingURL=version.js.map |
@@ -17,3 +17,3 @@ import { Subject, type Observable } from 'rxjs'; | ||
level: LogLevel; | ||
readonly version = "1.0.1"; | ||
readonly version = "1.0.2"; | ||
protected readonly _log$: Subject<{ | ||
@@ -20,0 +20,0 @@ lvl: LogLevel; |
@@ -1,1 +0,1 @@ | ||
export declare const version = "1.0.1"; | ||
export declare const version = "1.0.2"; |
{ | ||
"name": "@equinor/fusion-log", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Log utils for Fusion front-end development", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"typescript": "^5.5.3", | ||
"vitest": "^2.0.1" | ||
"vitest": "^2.0.5" | ||
}, | ||
@@ -49,0 +49,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100999