@embroider/macros 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -200,7 +200,7 @@ import { isTesting, isDevelopingApp, macroCondition } from '@embroider/macros';
200
200
  if (macroCondition(isTesting()) {
201
201
  // some test code - stripped out when not running tests
202
202
  } else {
203
- // some none-test code
203
+ // some non-test code
204
204
  }
205
205
 
206
206
  if (macroCondition(isDevelopingApp()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embroider/macros",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "private": false,
5
5
  "description": "Standardized build-time macros for ember apps.",
6
6
  "keywords": [
@@ -24,7 +24,7 @@
24
24
  "test": "jest"
25
25
  },
26
26
  "dependencies": {
27
- "@embroider/shared-internals": "1.5.0",
27
+ "@embroider/shared-internals": "1.6.0",
28
28
  "assert-never": "^1.2.1",
29
29
  "babel-import-util": "^1.1.0",
30
30
  "ember-cli-babel": "^7.26.6",
@@ -36,7 +36,7 @@
36
36
  "devDependencies": {
37
37
  "@babel/core": "^7.14.5",
38
38
  "@babel/traverse": "^7.14.5",
39
- "@embroider/core": "1.5.0",
39
+ "@embroider/core": "1.6.0",
40
40
  "@embroider/test-support": "0.36.0",
41
41
  "@types/babel__core": "^7.1.14",
42
42
  "@types/babel__generator": "^7.6.2",