@embroider/macros
Advanced tools
Comparing version 0.7.1 to 0.8.0
{ | ||
"name": "@embroider/macros", | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"description": "Standardized build-time macros for ember apps.", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"@babel/plugin-transform-modules-commonjs": "^7.2.0", | ||
"@embroider/test-support": "0.7.1", | ||
"@embroider/test-support": "0.8.0", | ||
"@types/babel__core": "^7.0.4", | ||
@@ -39,3 +39,3 @@ "@types/babel__generator": "^7.0.1", | ||
"@babel/types": "^7.3.2", | ||
"@embroider/core": "0.7.1", | ||
"@embroider/core": "0.8.0", | ||
"resolve": "^1.8.1", | ||
@@ -42,0 +42,0 @@ "semver": "^5.6.0" |
@@ -175,16 +175,17 @@ # @embroider/macros | ||
let app = new EmberApp(defaults, { | ||
'@embroider/macros': { | ||
// this is how you configure your own package | ||
setOwnConfig: { | ||
// your config goes here | ||
}, | ||
// this is how you can optionally send configuration into your | ||
// dependencies, if those dependencies choose to use | ||
// @embroider/macros configs. | ||
setConfig: { | ||
'some-dependency': { | ||
// config for some-dependency | ||
'@embroider/macros': { | ||
// this is how you configure your own package | ||
setOwnConfig: { | ||
// your config goes here | ||
}, | ||
// this is how you can optionally send configuration into your | ||
// dependencies, if those dependencies choose to use | ||
// @embroider/macros configs. | ||
setConfig: { | ||
'some-dependency': { | ||
// config for some-dependency | ||
} | ||
} | ||
} | ||
} | ||
}); | ||
``` | ||
@@ -191,0 +192,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
228
93427
56
1230
+ Added@embroider/core@0.8.0(transitive)
- Removed@embroider/core@0.7.1(transitive)
Updated@embroider/core@0.8.0