Comparing version 11.0.1 to 11.0.2
{ | ||
"name": "awilix", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"description": "Extremely powerful dependency injection container.", | ||
@@ -15,7 +15,9 @@ "main": "lib/awilix.js", | ||
"import": "./lib/awilix.module.mjs", | ||
"types": "./lib/awilix.d.ts" | ||
"types": "./lib/awilix.d.ts", | ||
"default": "./lib/awilix.js" | ||
}, | ||
"./browser": { | ||
"import": "./lib/awilix.browser.js", | ||
"types": "./lib/awilix.d.ts" | ||
"types": "./lib/awilix.d.ts", | ||
"default": "./lib/awilix.browser.js" | ||
} | ||
@@ -22,0 +24,0 @@ }, |
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
326111