@backstage/cli 0.0.0-nightly-2021112922954 → 0.0.0-nightly-2021113022546
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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-2021113022546
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
- 808828e4fa: remove inline CSS from serve_index.html
|
|
9
9
|
- 6e4080d31b: Add option to build command for minifying the generated code
|
|
10
10
|
- Updated dependencies
|
|
11
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
11
|
+
- @backstage/config-loader@0.0.0-nightly-2021113022546
|
|
12
12
|
|
|
13
13
|
## 0.10.3
|
|
14
14
|
|
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-2021113022546",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@backstage/cli-common": "^0.1.6",
|
|
32
32
|
"@backstage/config": "^0.1.11",
|
|
33
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
33
|
+
"@backstage/config-loader": "^0.0.0-nightly-2021113022546",
|
|
34
34
|
"@backstage/errors": "^0.1.5",
|
|
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-
|
|
117
|
+
"@backstage/backend-common": "^0.0.0-nightly-2021113022546",
|
|
118
118
|
"@backstage/config": "^0.1.11",
|
|
119
119
|
"@backstage/core-components": "^0.8.2",
|
|
120
120
|
"@backstage/core-plugin-api": "^0.4.0",
|
|
121
121
|
"@backstage/core-app-api": "^0.3.0",
|
|
122
122
|
"@backstage/dev-utils": "^0.2.15",
|
|
123
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
123
|
+
"@backstage/test-utils": "^0.0.0-nightly-2021113022546",
|
|
124
124
|
"@backstage/theme": "^0.2.14",
|
|
125
125
|
"@types/diff": "^5.0.0",
|
|
126
126
|
"@types/express": "^4.17.6",
|