@embroider/macros
Advanced tools
Comparing version
{ | ||
"name": "@embroider/macros", | ||
"version": "1.10.1-unstable.e35628d", | ||
"version": "1.10.1-unstable.f004d11", | ||
"private": false, | ||
@@ -26,3 +26,3 @@ "description": "Standardized build-time macros for ember apps.", | ||
"dependencies": { | ||
"@embroider/shared-internals": "2.0.1-unstable.e35628d", | ||
"@embroider/shared-internals": "2.0.1-unstable.f004d11", | ||
"assert-never": "^1.2.1", | ||
@@ -40,3 +40,3 @@ "babel-import-util": "^1.1.0", | ||
"@babel/traverse": "^7.14.5", | ||
"@embroider/core": "2.1.2-unstable.e35628d", | ||
"@embroider/core": "2.1.2-unstable.f004d11", | ||
"@embroider/test-support": "0.36.0", | ||
@@ -43,0 +43,0 @@ "@types/babel__core": "^7.1.14", |
@@ -9,3 +9,3 @@ # @embroider/macros | ||
The [Embroider package spec](../../SPEC.md) proposes fixing this by making Ember addons much more static. But they will still need the ability to change themselves in certain ways at app compilation time. Hence this package. | ||
The [Embroider package spec](../../docs/spec.md) proposes fixing this by making Ember addons much more static. But they will still need the ability to change themselves in certain ways at app compilation time. Hence this package. | ||
@@ -12,0 +12,0 @@ This package works in both Embroider and Classical builds, so that addon authors can switch to this newer pattern without disruption. |
258799
0+ Added
- Removed