@embroider/shared-internals
Advanced tools
Comparing version 2.2.3-unstable.326562b to 2.2.3-unstable.67f82f3
{ | ||
"name": "@embroider/shared-internals", | ||
"version": "2.2.3-unstable.326562b", | ||
"version": "2.2.3-unstable.67f82f3", | ||
"private": false, | ||
@@ -52,3 +52,3 @@ "description": "Utilities shared among the other embroider packages", | ||
"tmp": "^0.1.0", | ||
"typescript": "^4.9.0" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -55,0 +55,0 @@ "engines": { |
@@ -43,2 +43,3 @@ "use strict"; | ||
exports.emberVirtualPackages.add('@glimmer/validator'); | ||
exports.emberVirtualPackages.add('@glimmer/reference'); | ||
exports.emberVirtualPackages.add('@glimmer/manager'); | ||
@@ -45,0 +46,0 @@ // These are the known names that people use to import template precomiplation |
@@ -195,2 +195,3 @@ "use strict"; | ||
} | ||
exports.default = Package; | ||
__decorate([ | ||
@@ -208,3 +209,2 @@ (0, typescript_memoize_1.Memoize)() | ||
], Package.prototype, "dependencies", null); | ||
exports.default = Package; | ||
//# sourceMappingURL=package.js.map |
Sorry, the diff of this file is not supported yet
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
132203
1362