@backstage/create-app 0.0.0-nightly-20220216022224 → 0.0.0-nightly-20220217022146

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/CHANGELOG.md +5 -1
  2. package/package.json +9 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/create-app
2
2
 
3
- ## 0.0.0-nightly-20220216022224
3
+ ## 0.0.0-nightly-20220217022146
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -25,6 +25,10 @@
25
25
  </SidebarGroup>
26
26
  ```
27
27
 
28
+ - c77c5c7eb6: Added `backstage.role` to `package.json`
29
+ - Updated dependencies
30
+ - @backstage/cli-common@0.0.0-nightly-20220217022146
31
+
28
32
  ## 0.4.19
29
33
 
30
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@backstage/create-app",
3
3
  "description": "A CLI that helps you create your own Backstage app",
4
- "version": "0.0.0-nightly-20220216022224",
4
+ "version": "0.0.0-nightly-20220217022146",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
+ "backstage": {
10
+ "role": "cli"
11
+ },
9
12
  "homepage": "https://backstage.io",
10
13
  "repository": {
11
14
  "type": "git",
@@ -21,16 +24,16 @@
21
24
  "backstage-create-app": "bin/backstage-create-app"
22
25
  },
23
26
  "scripts": {
24
- "build": "backstage-cli build --outputs cjs",
25
- "lint": "backstage-cli lint",
26
- "test": "backstage-cli test",
27
- "clean": "backstage-cli clean",
27
+ "build": "backstage-cli package build",
28
+ "lint": "backstage-cli package lint",
29
+ "test": "backstage-cli package test",
30
+ "clean": "backstage-cli package clean",
28
31
  "prepack": "node scripts/prepack.js",
29
32
  "postpack": "node scripts/postpack.js",
30
33
  "start": "nodemon --"
31
34
  },
32
35
  "dependencies": {
33
- "@backstage/cli-common": "^0.1.6",
36
+ "@backstage/cli-common": "^0.0.0-nightly-20220217022146",
34
37
  "chalk": "^4.0.0",
35
38
  "commander": "^6.1.0",
36
39
  "fs-extra": "9.1.0",