ember-cli 5.4.0 → 5.4.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # ember-cli Changelog
2
2
 
3
+ ## v5.4.1
4
+
5
+ #### Blueprint Changes
6
+
7
+ - [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v5.4.0...v5.4.1)
8
+ - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v5.4.0...v5.4.1)
9
+
10
+ #### Changelog
11
+
12
+ - [#10402](https://github.com/ember-cli/ember-cli/pull/10402) [BUGFIX release] use import type in helpers/index.ts :: typechecking in new apps otherwise fails [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13
+
14
+ Thank you to all who took the time to contribute!
15
+
3
16
  ## v5.4.0
4
17
 
5
18
  #### Blueprint Changes
@@ -2,7 +2,7 @@ import {
2
2
  setupApplicationTest as upstreamSetupApplicationTest,
3
3
  setupRenderingTest as upstreamSetupRenderingTest,
4
4
  setupTest as upstreamSetupTest,
5
- SetupTestOptions,
5
+ type SetupTestOptions,
6
6
  } from 'ember-qunit';
7
7
 
8
8
  // This file exists to provide wrappers around ember-qunit's
@@ -3,7 +3,7 @@
3
3
  "logo": "https://ember-cli.com/assets/images/ember-cli-logo-small-dark.png",
4
4
  "name": "ember-cli",
5
5
  "description": "Command line tool for developing ambitious ember.js apps",
6
- "version": "5.4.0-release-47738937b0"
6
+ "version": "5.4.1-release-b898c74876"
7
7
  },
8
8
  "files": {
9
9
  "lib/broccoli/default-packager.js": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-cli",
3
- "version": "5.4.0",
3
+ "version": "5.4.1",
4
4
  "description": "Command line tool for developing ambitious ember.js apps",
5
5
  "keywords": [
6
6
  "app",