@backstage/cli 0.0.0-nightly-20220513024945 → 0.0.0-nightly-20220514025553
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 +5 -5
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220514025553
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
- 8ab2a8226b: Updated the `create-github-app` command to throw an error if the organization argument is a user or a non existing organization.
|
|
17
17
|
- 632be18bbc: Updated `create-github-app` command to prompt for read or write permissions to simplify setup.
|
|
18
18
|
- Updated dependencies
|
|
19
|
-
- @backstage/cli-common@0.0.0-nightly-
|
|
20
|
-
- @backstage/config@0.0.0-nightly-
|
|
21
|
-
- @backstage/release-manifests@0.0.0-nightly-
|
|
22
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
19
|
+
- @backstage/cli-common@0.0.0-nightly-20220514025553
|
|
20
|
+
- @backstage/config@0.0.0-nightly-20220514025553
|
|
21
|
+
- @backstage/release-manifests@0.0.0-nightly-20220514025553
|
|
22
|
+
- @backstage/config-loader@0.0.0-nightly-20220514025553
|
|
23
23
|
|
|
24
24
|
## 0.17.1-next.2
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/cli",
|
|
3
3
|
"description": "CLI for developing Backstage plugins and apps",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20220514025553",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"backstage-cli": "bin/backstage-cli"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@backstage/cli-common": "^0.0.0-nightly-
|
|
35
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
36
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
34
|
+
"@backstage/cli-common": "^0.0.0-nightly-20220514025553",
|
|
35
|
+
"@backstage/config": "^0.0.0-nightly-20220514025553",
|
|
36
|
+
"@backstage/config-loader": "^0.0.0-nightly-20220514025553",
|
|
37
37
|
"@backstage/errors": "^1.0.0",
|
|
38
|
-
"@backstage/release-manifests": "^0.0.0-nightly-
|
|
38
|
+
"@backstage/release-manifests": "^0.0.0-nightly-20220514025553",
|
|
39
39
|
"@backstage/types": "^1.0.0",
|
|
40
40
|
"@hot-loader/react-dom-v16": "npm:@hot-loader/react-dom@^16.0.2",
|
|
41
41
|
"@hot-loader/react-dom-v17": "npm:@hot-loader/react-dom@^17.0.2",
|
|
@@ -125,13 +125,13 @@
|
|
|
125
125
|
"zod": "^3.11.6"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
129
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
130
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
131
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
132
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
133
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
134
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
128
|
+
"@backstage/backend-common": "^0.0.0-nightly-20220514025553",
|
|
129
|
+
"@backstage/config": "^0.0.0-nightly-20220514025553",
|
|
130
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20220514025553",
|
|
131
|
+
"@backstage/core-components": "^0.0.0-nightly-20220514025553",
|
|
132
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20220514025553",
|
|
133
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20220514025553",
|
|
134
|
+
"@backstage/test-utils": "^0.0.0-nightly-20220514025553",
|
|
135
135
|
"@backstage/theme": "^0.2.15",
|
|
136
136
|
"@types/diff": "^5.0.0",
|
|
137
137
|
"@types/express": "^4.17.6",
|