@backstage/cli 0.0.0-nightly-20240414023511 → 0.0.0-nightly-20240416021242
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 +4 -4
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240416021242
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
- 6b5ddbe: Fix the backend plugin to use correct plugin id
|
|
14
14
|
- 4fecffc: When building the frontend app public assets are now also copied to the public dist directory when in use.
|
|
15
15
|
- Updated dependencies
|
|
16
|
-
- @backstage/eslint-plugin@0.0.0-nightly-
|
|
17
|
-
- @backstage/
|
|
18
|
-
- @backstage/
|
|
16
|
+
- @backstage/eslint-plugin@0.0.0-nightly-20240416021242
|
|
17
|
+
- @backstage/config-loader@0.0.0-nightly-20240416021242
|
|
18
|
+
- @backstage/integration@0.0.0-nightly-20240416021242
|
|
19
19
|
- @backstage/catalog-model@1.4.5
|
|
20
20
|
- @backstage/cli-common@0.1.13
|
|
21
21
|
- @backstage/cli-node@0.2.4
|
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-20240416021242",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@backstage/cli-common": "^0.1.13",
|
|
35
35
|
"@backstage/cli-node": "^0.2.4",
|
|
36
36
|
"@backstage/config": "^1.2.0",
|
|
37
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
37
|
+
"@backstage/config-loader": "^0.0.0-nightly-20240416021242",
|
|
38
38
|
"@backstage/errors": "^1.2.4",
|
|
39
|
-
"@backstage/eslint-plugin": "^0.0.0-nightly-
|
|
40
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
39
|
+
"@backstage/eslint-plugin": "^0.0.0-nightly-20240416021242",
|
|
40
|
+
"@backstage/integration": "^0.0.0-nightly-20240416021242",
|
|
41
41
|
"@backstage/release-manifests": "^0.0.11",
|
|
42
42
|
"@backstage/types": "^1.1.1",
|
|
43
43
|
"@manypkg/get-packages": "^1.1.3",
|
|
@@ -142,16 +142,16 @@
|
|
|
142
142
|
"zod": "^3.22.4"
|
|
143
143
|
},
|
|
144
144
|
"devDependencies": {
|
|
145
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
146
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
147
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
145
|
+
"@backstage/backend-common": "^0.0.0-nightly-20240416021242",
|
|
146
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20240416021242",
|
|
147
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240416021242",
|
|
148
148
|
"@backstage/config": "^1.2.0",
|
|
149
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
150
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
151
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
152
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
153
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
154
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
149
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20240416021242",
|
|
150
|
+
"@backstage/core-components": "^0.0.0-nightly-20240416021242",
|
|
151
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20240416021242",
|
|
152
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20240416021242",
|
|
153
|
+
"@backstage/test-utils": "^0.0.0-nightly-20240416021242",
|
|
154
|
+
"@backstage/theme": "^0.0.0-nightly-20240416021242",
|
|
155
155
|
"@types/cross-spawn": "^6.0.2",
|
|
156
156
|
"@types/diff": "^5.0.0",
|
|
157
157
|
"@types/ejs": "^3.1.3",
|