@spinajs/configuration-common
Advanced tools
Comparing version 2.0.86 to 2.0.87
{ | ||
"name": "@spinajs/configuration-common", | ||
"version": "2.0.86", | ||
"version": "2.0.87", | ||
"description": "> TODO: description", | ||
@@ -8,3 +8,10 @@ "author": "Grzegorz Beń <grzegorz.ben@coderush.pl>", | ||
"license": "ISC", | ||
"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", | ||
@@ -18,3 +25,2 @@ "private": false, | ||
], | ||
"types": "lib", | ||
"publishConfig": { | ||
@@ -30,2 +36,3 @@ "access": "public" | ||
"compile": "tsc -b tsconfig.json", | ||
"compile:cjs": "tsc -b tsconfig.cjs.json", | ||
"rimraf": "./node_modules/rimraf/bin.js", | ||
@@ -46,5 +53,5 @@ "clean": "rimraf lib/ && rimraf tsconfig.tsbuildinfo", | ||
"dependencies": { | ||
"@spinajs/di": "^2.0.86" | ||
"@spinajs/di": "^2.0.87" | ||
}, | ||
"gitHead": "002dc553b0ffffd72193d0121ac425a4083bc9ee" | ||
} |
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
163432
20
650
4
1
Updated@spinajs/di@^2.0.87