@backstage/cli 0.0.0-nightly-202201921950 → 0.0.0-nightly-202202022734
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 +3 -3
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-202202022734
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
In addition, the `prepack` command now has support for `alphaTypes` and `betaTypes` fields in the `publishConfig` of `package.json`. These optional fields can be pointed to `dist/types.alpha.d.ts` and `dist/types.beta.d.ts` respectively, which will cause `<name>/alpha` and `<name>/beta` entry points to be generated for the package. See the [`@backstage/catalog-model`](https://github.com/backstage/backstage/blob/master/packages/catalog-model/package.json) package for an example of how this can be used in practice.
|
|
60
60
|
|
|
61
61
|
- Updated dependencies
|
|
62
|
-
- @backstage/config@0.0.0-nightly-
|
|
63
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
62
|
+
- @backstage/config@0.0.0-nightly-202202022734
|
|
63
|
+
- @backstage/config-loader@0.0.0-nightly-202202022734
|
|
64
64
|
|
|
65
65
|
## 0.12.0-next.0
|
|
66
66
|
|
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-202202022734",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@backstage/cli-common": "^0.1.6",
|
|
32
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
33
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
32
|
+
"@backstage/config": "^0.0.0-nightly-202202022734",
|
|
33
|
+
"@backstage/config-loader": "^0.0.0-nightly-202202022734",
|
|
34
34
|
"@backstage/errors": "^0.2.0",
|
|
35
35
|
"@backstage/types": "^0.1.1",
|
|
36
36
|
"@hot-loader/react-dom": "^16.13.0",
|
|
@@ -114,13 +114,13 @@
|
|
|
114
114
|
"yn": "^4.0.0"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
118
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
119
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
120
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
121
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
122
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
123
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
117
|
+
"@backstage/backend-common": "^0.0.0-nightly-202202022734",
|
|
118
|
+
"@backstage/config": "^0.0.0-nightly-202202022734",
|
|
119
|
+
"@backstage/core-components": "^0.0.0-nightly-202202022734",
|
|
120
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-202202022734",
|
|
121
|
+
"@backstage/core-app-api": "^0.0.0-nightly-202202022734",
|
|
122
|
+
"@backstage/dev-utils": "^0.0.0-nightly-202202022734",
|
|
123
|
+
"@backstage/test-utils": "^0.0.0-nightly-202202022734",
|
|
124
124
|
"@backstage/theme": "^0.2.14",
|
|
125
125
|
"@types/diff": "^5.0.0",
|
|
126
126
|
"@types/express": "^4.17.6",
|