@embroider/shared-internals
Advanced tools
Comparing version 0.45.0 to 0.46.0
{ | ||
"name": "@embroider/shared-internals", | ||
"version": "0.45.0", | ||
"version": "0.46.0", | ||
"private": false, | ||
@@ -16,3 +16,4 @@ "description": "Utilities shared among the other embroider packages", | ||
}, | ||
"./src/babel-plugin-cache-busting.js": "./src/babel-plugin-cache-busting.js" | ||
"./src/babel-plugin-cache-busting.js": "./src/babel-plugin-cache-busting.js", | ||
"./src/template-colocation-plugin": "./src/template-colocation-plugin.js" | ||
}, | ||
@@ -32,2 +33,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"babel-import-util": "^0.2.0", | ||
"ember-rfc176-data": "^0.3.17", | ||
@@ -41,2 +43,3 @@ "resolve-package-path": "^4.0.1", | ||
"devDependencies": { | ||
"@embroider/test-support": "0.36.0", | ||
"@types/semver": "^7.3.6", | ||
@@ -43,0 +46,0 @@ "@types/tmp": "^0.1.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
89076
46
947
7
6
7
+ Addedbabel-import-util@^0.2.0
+ Addedbabel-import-util@0.2.0(transitive)