@backstage/cli 0.0.0-nightly-20231223021142 → 0.0.0-nightly-20231224021549
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 +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
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-20231224021549",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -141,15 +141,15 @@
|
|
|
141
141
|
"zod": "^3.22.4"
|
|
142
142
|
},
|
|
143
143
|
"devDependencies": {
|
|
144
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
145
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
146
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
144
|
+
"@backstage/backend-common": "^0.0.0-nightly-20231224021549",
|
|
145
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20231224021549",
|
|
146
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20231224021549",
|
|
147
147
|
"@backstage/config": "^1.1.1",
|
|
148
148
|
"@backstage/core-app-api": "^1.11.2",
|
|
149
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
149
|
+
"@backstage/core-components": "^0.0.0-nightly-20231224021549",
|
|
150
150
|
"@backstage/core-plugin-api": "^1.8.1",
|
|
151
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
152
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
151
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20231224021549",
|
|
152
|
+
"@backstage/test-utils": "^0.0.0-nightly-20231224021549",
|
|
153
153
|
"@backstage/theme": "^0.5.0",
|
|
154
154
|
"@types/cross-spawn": "^6.0.2",
|
|
155
155
|
"@types/diff": "^5.0.0",
|