@backstage/cli 0.0.0-nightly-20220918030244 → 0.0.0-nightly-20220919030347
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 +6 -6
- 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-20220919030347
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -95,11 +95,11 @@
|
|
|
95
95
|
- 7d47def9c4: Added dependency on `@types/jest` v27. The `@types/jest` dependency has also been removed from the plugin template and should be removed from any of your own internal packages. If you wish to override the version of `@types/jest` or `jest`, use Yarn resolutions.
|
|
96
96
|
- a7e82c9b01: Updated `versions:bump` command to be compatible with Yarn 3.
|
|
97
97
|
- Updated dependencies
|
|
98
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
99
|
-
- @backstage/cli-common@0.0.0-nightly-
|
|
100
|
-
- @backstage/config@0.0.0-nightly-
|
|
101
|
-
- @backstage/errors@0.0.0-nightly-
|
|
102
|
-
- @backstage/release-manifests@0.0.0-nightly-
|
|
98
|
+
- @backstage/config-loader@0.0.0-nightly-20220919030347
|
|
99
|
+
- @backstage/cli-common@0.0.0-nightly-20220919030347
|
|
100
|
+
- @backstage/config@0.0.0-nightly-20220919030347
|
|
101
|
+
- @backstage/errors@0.0.0-nightly-20220919030347
|
|
102
|
+
- @backstage/release-manifests@0.0.0-nightly-20220919030347
|
|
103
103
|
|
|
104
104
|
## 0.19.0-next.3
|
|
105
105
|
|
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-20220919030347",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"backstage-cli": "bin/backstage-cli"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@backstage/cli-common": "0.0.0-nightly-
|
|
34
|
-
"@backstage/config": "0.0.0-nightly-
|
|
35
|
-
"@backstage/config-loader": "0.0.0-nightly-
|
|
36
|
-
"@backstage/errors": "0.0.0-nightly-
|
|
37
|
-
"@backstage/release-manifests": "0.0.0-nightly-
|
|
33
|
+
"@backstage/cli-common": "0.0.0-nightly-20220919030347",
|
|
34
|
+
"@backstage/config": "0.0.0-nightly-20220919030347",
|
|
35
|
+
"@backstage/config-loader": "0.0.0-nightly-20220919030347",
|
|
36
|
+
"@backstage/errors": "0.0.0-nightly-20220919030347",
|
|
37
|
+
"@backstage/release-manifests": "0.0.0-nightly-20220919030347",
|
|
38
38
|
"@backstage/types": "^1.0.0",
|
|
39
39
|
"@manypkg/get-packages": "^1.1.3",
|
|
40
40
|
"@octokit/request": "^6.0.0",
|
|
@@ -129,13 +129,13 @@
|
|
|
129
129
|
"zod": "^3.11.6"
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
132
|
-
"@backstage/backend-common": "0.0.0-nightly-
|
|
133
|
-
"@backstage/config": "0.0.0-nightly-
|
|
134
|
-
"@backstage/core-app-api": "0.0.0-nightly-
|
|
135
|
-
"@backstage/core-components": "0.0.0-nightly-
|
|
136
|
-
"@backstage/core-plugin-api": "0.0.0-nightly-
|
|
137
|
-
"@backstage/dev-utils": "0.0.0-nightly-
|
|
138
|
-
"@backstage/test-utils": "0.0.0-nightly-
|
|
132
|
+
"@backstage/backend-common": "0.0.0-nightly-20220919030347",
|
|
133
|
+
"@backstage/config": "0.0.0-nightly-20220919030347",
|
|
134
|
+
"@backstage/core-app-api": "0.0.0-nightly-20220919030347",
|
|
135
|
+
"@backstage/core-components": "0.0.0-nightly-20220919030347",
|
|
136
|
+
"@backstage/core-plugin-api": "0.0.0-nightly-20220919030347",
|
|
137
|
+
"@backstage/dev-utils": "0.0.0-nightly-20220919030347",
|
|
138
|
+
"@backstage/test-utils": "0.0.0-nightly-20220919030347",
|
|
139
139
|
"@backstage/theme": "^0.2.16",
|
|
140
140
|
"@types/diff": "^5.0.0",
|
|
141
141
|
"@types/express": "^4.17.6",
|