@ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.3 → 6.12.0-beta.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.
@@ -2,5 +2,6 @@
2
2
  "application-template-wrapper": false,
3
3
  "default-async-observers": true,
4
4
  "jquery-integration": false,
5
- "template-only-glimmer-components": true
5
+ "template-only-glimmer-components": true,
6
+ "use-ember-modules": true
6
7
  }
package/index.js CHANGED
@@ -244,6 +244,7 @@ module.exports = {
244
244
  embroider: false,
245
245
  lang: options.lang,
246
246
  emberData: options.emberData,
247
+ warpDrive: options.warpDrive ?? options.emberData ?? false,
247
248
  ciProvider: options.ciProvider,
248
249
  typescript: options.typescript,
249
250
  strict: options.strict,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-addon-blueprint",
3
- "version": "6.12.0-alpha.3",
3
+ "version": "6.12.0-beta.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -11,6 +11,7 @@
11
11
  "ember-blueprint"
12
12
  ],
13
13
  "dependencies": {
14
+ "@ember-tooling/blueprint-model": "^0.5.0",
14
15
  "chalk": "^5.6.2",
15
16
  "ember-cli-normalize-entity-name": "^1.0.0",
16
17
  "ember-cli-string-utils": "^1.1.0",
@@ -18,15 +19,14 @@
18
19
  "lodash": "^4.17.23",
19
20
  "silent-error": "^1.1.1",
20
21
  "sort-package-json": "^2.15.1",
21
- "walk-sync": "^3.0.0",
22
- "@ember-tooling/blueprint-model": "0.6.2"
22
+ "walk-sync": "^3.0.0"
23
23
  },
24
24
  "release-plan": {
25
25
  "semverIncrementAs": {
26
26
  "minor": "prerelease",
27
27
  "patch": "prerelease"
28
28
  },
29
- "semverIncrementTag": "alpha",
30
- "publishTag": "alpha"
29
+ "semverIncrementTag": "beta",
30
+ "publishTag": "beta"
31
31
  }
32
32
  }