@embroider/shared-internals
Advanced tools
Comparing version 2.2.3 to 2.2.4-unstable.1cdd50c
{ | ||
"name": "@embroider/shared-internals", | ||
"version": "2.2.3", | ||
"version": "2.2.4-unstable.1cdd50c", | ||
"private": false, | ||
@@ -27,2 +27,5 @@ "description": "Utilities shared among the other embroider packages", | ||
], | ||
"scripts": { | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
@@ -40,2 +43,3 @@ "babel-import-util": "^1.1.0", | ||
"broccoli-node-api": "^1.7.0", | ||
"@embroider/test-support": "workspace:*", | ||
"@types/babel__core": "^7.1.14", | ||
@@ -50,4 +54,3 @@ "@types/babel__traverse": "^7.18.5", | ||
"tmp": "^0.1.0", | ||
"typescript": "^5.1.6", | ||
"@embroider/test-support": "0.36.0" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -59,6 +62,3 @@ "engines": { | ||
"extends": "../../package.json" | ||
}, | ||
"scripts": { | ||
"test": "jest" | ||
} | ||
} | ||
} |
@@ -39,2 +39,6 @@ "use strict"; | ||
exports.emberVirtualPeerDeps.add('@embroider/macros'); | ||
// while people don't manually import from ember-source, our v1-to-v2 conversion | ||
// of ember-source can send requests to here, and therefore any addon might need | ||
// to see it as a peer. | ||
exports.emberVirtualPeerDeps.add('ember-source'); | ||
// rfc176-data only covers things up to the point where Ember stopped needing | ||
@@ -41,0 +45,0 @@ // the modules-api-polyfill. Newer APIs need to be added here. |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1372
133412
55
2