@ember-tooling/classic-build-addon-blueprint 7.1.0-alpha.2 → 7.2.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.
- package/files/README.md +10 -0
- package/package.json +3 -3
package/files/README.md
CHANGED
|
@@ -18,6 +18,16 @@ ember install <%= addonName %>
|
|
|
18
18
|
|
|
19
19
|
[Longer description of how to use the addon in apps.]
|
|
20
20
|
|
|
21
|
+
> TODO: Document the package's public API.
|
|
22
|
+
>
|
|
23
|
+
> For each public api (including components, helpers, modifiers, and other apis) include:
|
|
24
|
+
>
|
|
25
|
+
> - The import path for a consumer (e.g. `import MyAddonsComponent from 'my-addon/components/my-addons-component'`)
|
|
26
|
+
> - What it does
|
|
27
|
+
> - Parameters/options
|
|
28
|
+
> - Return value
|
|
29
|
+
> - Example usage
|
|
30
|
+
|
|
21
31
|
## Contributing
|
|
22
32
|
|
|
23
33
|
See the [Contributing](CONTRIBUTING.md) guide for details.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-tooling/classic-build-addon-blueprint",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.2.0-alpha.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/ember-cli/ember-cli.git",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
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
|
-
"fs-extra": "^11.3.
|
|
17
|
+
"fs-extra": "^11.3.5",
|
|
18
18
|
"lodash": "^4.18.1",
|
|
19
19
|
"silent-error": "^1.1.1",
|
|
20
20
|
"sort-package-json": "^2.15.1",
|
|
21
21
|
"walk-sync": "^3.0.0",
|
|
22
|
-
"@ember-tooling/blueprint-model": "0.
|
|
22
|
+
"@ember-tooling/blueprint-model": "0.7.0"
|
|
23
23
|
},
|
|
24
24
|
"release-plan": {
|
|
25
25
|
"semverIncrementAs": {
|