@backstage/cli 0.0.0-nightly-20240424021224 → 0.0.0-nightly-20240425021252
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 +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240425021252
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
- 0cc5ed3: Add support for `versions:migrate` to do code changes. Can be skipped with `--no-code-changes`
|
|
9
9
|
- f97ad04: Add preserveModules to rollup, which allows better async loading and tree-shaking in webpack
|
|
10
10
|
- Updated dependencies
|
|
11
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
11
|
+
- @backstage/catalog-model@0.0.0-nightly-20240425021252
|
|
12
12
|
- @backstage/cli-common@0.1.13
|
|
13
13
|
- @backstage/cli-node@0.2.5
|
|
14
14
|
- @backstage/config@1.2.0
|
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-20240425021252",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"backstage-cli": "bin/backstage-cli"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@backstage/catalog-model": "^0.0.0-nightly-
|
|
33
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20240425021252",
|
|
34
34
|
"@backstage/cli-common": "^0.1.13",
|
|
35
35
|
"@backstage/cli-node": "^0.2.5",
|
|
36
36
|
"@backstage/config": "^1.2.0",
|
|
@@ -143,16 +143,16 @@
|
|
|
143
143
|
"zod": "^3.22.4"
|
|
144
144
|
},
|
|
145
145
|
"devDependencies": {
|
|
146
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
147
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
148
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
146
|
+
"@backstage/backend-common": "^0.0.0-nightly-20240425021252",
|
|
147
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20240425021252",
|
|
148
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240425021252",
|
|
149
149
|
"@backstage/config": "^1.2.0",
|
|
150
150
|
"@backstage/core-app-api": "^1.12.4",
|
|
151
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
151
|
+
"@backstage/core-components": "^0.0.0-nightly-20240425021252",
|
|
152
152
|
"@backstage/core-plugin-api": "^1.9.2",
|
|
153
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
154
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
155
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
153
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20240425021252",
|
|
154
|
+
"@backstage/test-utils": "^0.0.0-nightly-20240425021252",
|
|
155
|
+
"@backstage/theme": "^0.0.0-nightly-20240425021252",
|
|
156
156
|
"@types/cross-spawn": "^6.0.2",
|
|
157
157
|
"@types/diff": "^5.0.0",
|
|
158
158
|
"@types/ejs": "^3.1.3",
|