@embroider/shared-internals
Advanced tools
Comparing version 0.44.0-alpha.1 to 0.44.0-alpha.2
{ | ||
"name": "@embroider/shared-internals", | ||
"version": "0.44.0-alpha.1", | ||
"version": "0.44.0-alpha.2", | ||
"private": false, | ||
@@ -15,3 +15,4 @@ "description": "Utilities shared among the other embroider packages", | ||
"default": "./src/index.js" | ||
} | ||
}, | ||
"./src/babel-plugin-cache-busting.js": "./src/babel-plugin-cache-busting.js" | ||
}, | ||
@@ -18,0 +19,0 @@ "license": "MIT", |
@@ -31,3 +31,3 @@ "use strict"; | ||
// breaking the deeper v2 addon. | ||
exports.emberVirtualPeerDeps = new Set(['@glimmer/component']); | ||
exports.emberVirtualPeerDeps = new Set(['@glimmer/component', 'ember-source']); | ||
// this is a real package, even though it's still listed in rfc176 | ||
@@ -34,0 +34,0 @@ exports.emberVirtualPackages.delete('@ember/string'); |
Sorry, the diff of this file is not supported yet
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
46699
43
739