@ember-tooling/classic-build-addon-blueprint 6.10.0-alpha.1 → 6.11.0-alpha.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.
@@ -1,7 +1,5 @@
1
1
  {
2
- "keywords": [
3
- "ember-addon"
4
- ],
2
+ "keywords": ["ember-addon"],
5
3
  "scripts": {
6
4
  "test:ember-compatibility": "ember try:each"
7
5
  },
package/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  const fs = require('fs-extra');
4
4
  const path = require('path');
5
5
  const walkSync = require('walk-sync');
6
- const chalk = require('chalk');
6
+ const { default: chalk } = require('chalk');
7
7
  const stringUtil = require('ember-cli-string-utils');
8
8
  const merge = require('lodash/merge');
9
9
  const uniq = require('lodash/uniq');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-addon-blueprint",
3
- "version": "6.10.0-alpha.1",
3
+ "version": "6.11.0-alpha.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -11,7 +11,7 @@
11
11
  "ember-blueprint"
12
12
  ],
13
13
  "dependencies": {
14
- "chalk": "^4.1.2",
14
+ "chalk": "^5.6.2",
15
15
  "ember-cli-normalize-entity-name": "^1.0.0",
16
16
  "ember-cli-string-utils": "^1.1.0",
17
17
  "fs-extra": "^11.3.0",
@@ -19,7 +19,7 @@
19
19
  "silent-error": "^1.1.1",
20
20
  "sort-package-json": "^2.12.0",
21
21
  "walk-sync": "^3.0.0",
22
- "@ember-tooling/blueprint-model": "0.5.0"
22
+ "@ember-tooling/blueprint-model": "0.6.0"
23
23
  },
24
24
  "release-plan": {
25
25
  "semverIncrementAs": {