@backstage/cli 0.0.0-nightly-20240612021718 → 0.0.0-nightly-20240613021705
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 +5 -5
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240613021705
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
- 009da47: Fix `versions:check --fix` when `yarn.lock` has multiple joint versions in the same section
|
|
11
11
|
- 9ee948a: Bump `esbuild` target for package builds to `ES2022`.
|
|
12
12
|
- Updated dependencies
|
|
13
|
-
- @backstage/cli-node@0.0.0-nightly-
|
|
14
|
-
- @backstage/integration@0.0.0-nightly-
|
|
15
|
-
- @backstage/cli-common@0.0.0-nightly-
|
|
16
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
13
|
+
- @backstage/cli-node@0.0.0-nightly-20240613021705
|
|
14
|
+
- @backstage/integration@0.0.0-nightly-20240613021705
|
|
15
|
+
- @backstage/cli-common@0.0.0-nightly-20240613021705
|
|
16
|
+
- @backstage/config-loader@0.0.0-nightly-20240613021705
|
|
17
17
|
- @backstage/catalog-model@1.5.0
|
|
18
18
|
- @backstage/config@1.2.0
|
|
19
19
|
- @backstage/errors@1.2.4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/cli",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240613021705",
|
|
4
4
|
"description": "CLI for developing Backstage plugins and apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@backstage/catalog-model": "^1.5.0",
|
|
46
|
-
"@backstage/cli-common": "^0.0.0-nightly-
|
|
47
|
-
"@backstage/cli-node": "^0.0.0-nightly-
|
|
46
|
+
"@backstage/cli-common": "^0.0.0-nightly-20240613021705",
|
|
47
|
+
"@backstage/cli-node": "^0.0.0-nightly-20240613021705",
|
|
48
48
|
"@backstage/config": "^1.2.0",
|
|
49
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
49
|
+
"@backstage/config-loader": "^0.0.0-nightly-20240613021705",
|
|
50
50
|
"@backstage/errors": "^1.2.4",
|
|
51
51
|
"@backstage/eslint-plugin": "^0.1.8",
|
|
52
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
52
|
+
"@backstage/integration": "^0.0.0-nightly-20240613021705",
|
|
53
53
|
"@backstage/release-manifests": "^0.0.11",
|
|
54
54
|
"@backstage/types": "^1.1.1",
|
|
55
55
|
"@manypkg/get-packages": "^1.1.3",
|
|
@@ -155,16 +155,16 @@
|
|
|
155
155
|
"zod": "^3.22.4"
|
|
156
156
|
},
|
|
157
157
|
"devDependencies": {
|
|
158
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
159
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
160
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
158
|
+
"@backstage/backend-common": "^0.0.0-nightly-20240613021705",
|
|
159
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20240613021705",
|
|
160
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240613021705",
|
|
161
161
|
"@backstage/config": "^1.2.0",
|
|
162
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
163
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
164
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
165
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
166
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
167
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
162
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20240613021705",
|
|
163
|
+
"@backstage/core-components": "^0.0.0-nightly-20240613021705",
|
|
164
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20240613021705",
|
|
165
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20240613021705",
|
|
166
|
+
"@backstage/test-utils": "^0.0.0-nightly-20240613021705",
|
|
167
|
+
"@backstage/theme": "^0.0.0-nightly-20240613021705",
|
|
168
168
|
"@types/cross-spawn": "^6.0.2",
|
|
169
169
|
"@types/diff": "^5.0.0",
|
|
170
170
|
"@types/ejs": "^3.1.3",
|