@backstage/cli 0.0.0-nightly-20219322159 → 0.0.0-nightly-20219422538
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20219422538
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 185fec5c0c: The default jest configuration used by the `test` command now supports yarn workspaces. By running `backstage-cli test` in the root of a monorepo, all packages will now automatically be included in the test suite and it will run just like it does within a package. Each package in the monorepo will still use its own local jest configuration, and only packages that have `backstage-cli test` in the `test` script within `package.json` will be included.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
9
|
+
- @backstage/config-loader@0.0.0-nightly-20219422538
|
|
10
10
|
|
|
11
11
|
## 0.7.14
|
|
12
12
|
|
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-20219422538",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
|
|
33
33
|
"@backstage/cli-common": "^0.1.3",
|
|
34
34
|
"@backstage/config": "^0.1.10",
|
|
35
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
35
|
+
"@backstage/config-loader": "^0.0.0-nightly-20219422538",
|
|
36
36
|
"@hot-loader/react-dom": "^16.13.0",
|
|
37
37
|
"@lerna/package-graph": "^4.0.0",
|
|
38
38
|
"@lerna/project": "^4.0.0",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@backstage/config": "^0.1.10",
|
|
123
123
|
"@backstage/core-components": "^0.6.0",
|
|
124
124
|
"@backstage/core-plugin-api": "^0.1.9",
|
|
125
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
125
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20219422538",
|
|
126
126
|
"@backstage/dev-utils": "^0.2.11",
|
|
127
127
|
"@backstage/test-utils": "^0.1.17",
|
|
128
128
|
"@backstage/theme": "^0.2.10",
|