@fastkit/tiny-logger
Advanced tools
Comparing version 0.8.18 to 0.9.0
@@ -15,3 +15,3 @@ /// <reference types="node" /> | ||
stack?: string | undefined; | ||
cause?: Error | undefined; | ||
cause?: unknown; | ||
}; | ||
@@ -18,0 +18,0 @@ captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void; |
{ | ||
"name": "@fastkit/tiny-logger", | ||
"version": "0.8.18", | ||
"description": "@fastkit/tiny-logger", | ||
"version": "0.9.0", | ||
"description": "A small logger to display the application logs just a little bit nicer.", | ||
"buildOptions": { | ||
"name": "TinyLogger" | ||
}, | ||
"_docs": { | ||
"scope": "", | ||
"feature": "log", | ||
"description": { | ||
"en": "A small logger to display the application logs just a little bit nicer.", | ||
"ja": "アプリケーションログをほんの少し綺麗に表示するための小さなロガー。" | ||
} | ||
}, | ||
"main": "index.js", | ||
@@ -20,3 +28,5 @@ "module": "dist/tiny-logger.mjs", | ||
"keywords": [ | ||
"fastkit" | ||
"fastkit", | ||
"logger", | ||
"log" | ||
], | ||
@@ -30,4 +40,4 @@ "author": "dadajam4", | ||
"dependencies": { | ||
"@fastkit/helpers": "0.8.18" | ||
"@fastkit/helpers": "0.9.0" | ||
} | ||
} |
@@ -1,1 +0,4 @@ | ||
# @fastkit/tiny-logger | ||
# @fastkit/tiny-logger | ||
## Documentation | ||
https://dadajam4.github.io/fastkit/tiny-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
9310
8
5
+ Added@fastkit/helpers@0.9.0(transitive)
- Removed@fastkit/helpers@0.8.18(transitive)
Updated@fastkit/helpers@0.9.0