@thi.ng/logger
Advanced tools
Comparing version 0.1.0 to 1.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/logger@0.1.0...@thi.ng/logger@1.0.1) (2021-10-13) | ||
**Note:** Version bump only for package @thi.ng/logger | ||
# 0.1.0 (2021-10-12) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { ILogger, LogLevel } from "./api"; | ||
import { ILogger, LogLevel } from "./api.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * {@link ILogger} implementation writing messages via `console.log`. |
@@ -1,2 +0,2 @@ | ||
import { LogLevel } from "./api"; | ||
import { LogLevel } from "./api.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * {@link ILogger} implementation writing messages via `console.log`. |
@@ -1,4 +0,4 @@ | ||
export * from "./api"; | ||
export * from "./console"; | ||
export * from "./null"; | ||
export * from "./api.js"; | ||
export * from "./console.js"; | ||
export * from "./null.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,3 @@ | ||
export * from "./api"; | ||
export * from "./console"; | ||
export * from "./null"; | ||
export * from "./api.js"; | ||
export * from "./console.js"; | ||
export * from "./null.js"; |
@@ -1,2 +0,2 @@ | ||
import { ILogger } from "./api"; | ||
import { ILogger } from "./api.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * No-op {@link ILogger} implementation, used as default logger for most |
@@ -1,2 +0,2 @@ | ||
import { LogLevel } from "./api"; | ||
import { LogLevel } from "./api.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * No-op {@link ILogger} implementation, used as default logger for most |
{ | ||
"name": "@thi.ng/logger", | ||
"version": "0.1.0", | ||
"version": "1.0.1", | ||
"description": "Types & basis infrastructure for arbitrary logging (w/ default impls)", | ||
@@ -48,2 +48,5 @@ "type": "module", | ||
}, | ||
"engines": { | ||
"node": ">=12.7" | ||
}, | ||
"files": [ | ||
@@ -72,3 +75,3 @@ "*.js", | ||
}, | ||
"gitHead": "9ac1344b38b565eb894306fbf72233b6c0b2d115" | ||
"gitHead": "2e6b3d7c0f4c5686c1e9bdb4902ed7d3f90bcc19" | ||
} |
@@ -49,6 +49,7 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
For NodeJS (v14.6+): | ||
For Node.js REPL: | ||
```text | ||
node --experimental-specifier-resolution=node --experimental-repl-await | ||
# with flag only for < v16 | ||
node --experimental-repl-await | ||
@@ -55,0 +56,0 @@ > const logger = await import("@thi.ng/logger"); |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
18952
0
88