@backstage/cli 0.0.0-nightly-20230427021937 → 0.0.0-nightly-20230428022106
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 +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230428022106
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
8
|
+
- @backstage/config-loader@0.0.0-nightly-20230428022106
|
|
9
9
|
- @backstage/cli-common@0.1.12
|
|
10
10
|
- @backstage/cli-node@0.1.0
|
|
11
11
|
- @backstage/config@1.0.7
|
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-20230428022106",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@backstage/cli-common": "^0.1.12",
|
|
34
34
|
"@backstage/cli-node": "^0.1.0",
|
|
35
35
|
"@backstage/config": "^1.0.7",
|
|
36
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
36
|
+
"@backstage/config-loader": "^0.0.0-nightly-20230428022106",
|
|
37
37
|
"@backstage/errors": "^1.1.5",
|
|
38
38
|
"@backstage/eslint-plugin": "^0.1.3",
|
|
39
39
|
"@backstage/release-manifests": "^0.0.9",
|
|
@@ -133,13 +133,13 @@
|
|
|
133
133
|
"zod": "^3.21.4"
|
|
134
134
|
},
|
|
135
135
|
"devDependencies": {
|
|
136
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
136
|
+
"@backstage/backend-common": "^0.0.0-nightly-20230428022106",
|
|
137
137
|
"@backstage/config": "^1.0.7",
|
|
138
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
139
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
138
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20230428022106",
|
|
139
|
+
"@backstage/core-components": "^0.0.0-nightly-20230428022106",
|
|
140
140
|
"@backstage/core-plugin-api": "^1.5.1",
|
|
141
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
142
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
141
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20230428022106",
|
|
142
|
+
"@backstage/test-utils": "^0.0.0-nightly-20230428022106",
|
|
143
143
|
"@backstage/theme": "^0.2.19",
|
|
144
144
|
"@types/cross-spawn": "^6.0.2",
|
|
145
145
|
"@types/diff": "^5.0.0",
|