@backstage/cli 0.0.0-nightly-20220411023616 → 0.0.0-nightly-20220412023410
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 +2 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220412023410
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
- 4782f9e925: Fixed misleading log message during frontend plugin creation.
|
|
40
40
|
- 0383cd0228: The `versions:*` commands no longer warns about duplicate plugin libraries, such as `@backstage/plugin-catalog-common`.
|
|
41
41
|
- Updated dependencies
|
|
42
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
42
|
+
- @backstage/config-loader@0.0.0-nightly-20220412023410
|
|
43
43
|
|
|
44
44
|
## 0.17.0-next.2
|
|
45
45
|
|
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-20220412023410",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@backstage/cli-common": "^0.1.8",
|
|
35
35
|
"@backstage/config": "^1.0.0",
|
|
36
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
36
|
+
"@backstage/config-loader": "^0.0.0-nightly-20220412023410",
|
|
37
37
|
"@backstage/errors": "^1.0.0",
|
|
38
38
|
"@backstage/release-manifests": "^0.0.2",
|
|
39
39
|
"@backstage/types": "^1.0.0",
|
|
@@ -122,13 +122,13 @@
|
|
|
122
122
|
"zod": "^3.11.6"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
125
|
+
"@backstage/backend-common": "^0.0.0-nightly-20220412023410",
|
|
126
126
|
"@backstage/config": "^1.0.0",
|
|
127
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
128
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
129
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
130
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
131
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
127
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20220412023410",
|
|
128
|
+
"@backstage/core-components": "^0.0.0-nightly-20220412023410",
|
|
129
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20220412023410",
|
|
130
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20220412023410",
|
|
131
|
+
"@backstage/test-utils": "^0.0.0-nightly-20220412023410",
|
|
132
132
|
"@backstage/theme": "^0.2.15",
|
|
133
133
|
"@types/diff": "^5.0.0",
|
|
134
134
|
"@types/express": "^4.17.6",
|