@jsenv/import-map
Advanced tools
Comparing version 6.7.1 to 6.7.2
{ | ||
"name": "@jsenv/import-map", | ||
"version": "6.7.1", | ||
"version": "6.7.2", | ||
"description": "Helpers to implement importmaps.", | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"node": ">=12.8.0" | ||
}, | ||
@@ -20,6 +20,8 @@ "publishConfig": { | ||
"exports": { | ||
".": "./index.js", | ||
".": { | ||
"import": "./index.js", | ||
"require": "./dist/commonjs/main.cjs" | ||
}, | ||
"./": "./" | ||
}, | ||
"module": "index.js", | ||
"main": "dist/commonjs/main.cjs", | ||
@@ -51,17 +53,17 @@ "files": [ | ||
"devDependencies": { | ||
"@jsenv/assert": "1.2.1", | ||
"@jsenv/codecov-upload": "3.1.0", | ||
"@jsenv/core": "10.6.0-alpha.0", | ||
"@jsenv/eslint-config": "12.1.0", | ||
"@jsenv/assert": "1.2.2", | ||
"@jsenv/codecov-upload": "3.2.0", | ||
"@jsenv/core": "11.2.4", | ||
"@jsenv/eslint-config": "12.2.0", | ||
"@jsenv/git-hooks": "1.2.0", | ||
"@jsenv/github-release-package": "1.1.1", | ||
"@jsenv/node-module-import-map": "10.1.0", | ||
"@jsenv/package-publish": "1.4.0", | ||
"@jsenv/prettier-check-project": "5.3.0", | ||
"@jsenv/prettier-config": "1.1.0", | ||
"@jsenv/node-module-import-map": "11.0.0", | ||
"@jsenv/package-publish": "1.4.1", | ||
"@jsenv/prettier-check-project": "5.4.0", | ||
"@jsenv/prettier-config": "1.2.0", | ||
"babel-eslint": "11.0.0-beta.0", | ||
"eslint": "6.8.0", | ||
"prettier": "1.19.1", | ||
"rimraf": "3.0.0" | ||
"rimraf": "3.0.1" | ||
} | ||
} |
@@ -28,3 +28,3 @@ # import-map | ||
```console | ||
npm install --save-dev @jsenv/import-map@6.7.0 | ||
npm install --save-dev @jsenv/import-map@6.7.2 | ||
``` | ||
@@ -31,0 +31,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
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
61815
0
54