@spinajs/internal-logger
Advanced tools
Comparing version 2.0.86 to 2.0.87
{ | ||
"name": "@spinajs/internal-logger", | ||
"version": "2.0.86", | ||
"version": "2.0.87", | ||
"description": "internal logger used by some packages. do not use it in production environment", | ||
"homepage": "https://github.com/spinajs/main#readme", | ||
"license": "MIT", | ||
"exports": "./lib/index.js", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/mjs/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./lib/mjs/index.js", | ||
"require": "./lib/cjs/index.js" | ||
} | ||
}, | ||
"type": "module", | ||
@@ -28,5 +35,5 @@ "private": false, | ||
"dependencies": { | ||
"@spinajs/di": "^2.0.86", | ||
"@spinajs/log-common": "^2.0.86", | ||
"@spinajs/configuration-common": "^2.0.86", | ||
"@spinajs/di": "^2.0.87", | ||
"@spinajs/log-common": "^2.0.87", | ||
"@spinajs/configuration-common": "^2.0.87", | ||
"lodash": "^4.17.21", | ||
@@ -38,2 +45,3 @@ "chalk": "5.2.0" | ||
"compile": "tsc -b tsconfig.json", | ||
"compile:cjs": "tsc -b tsconfig.cjs.json", | ||
"rimraf": "./node_modules/rimraf/bin.js", | ||
@@ -40,0 +48,0 @@ "clean": "rimraf lib/ && rimraf tsconfig.tsbuildinfo", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
184275
12
663
1
Updated@spinajs/di@^2.0.87
Updated@spinajs/log-common@^2.0.87