@backstage/cli 0.0.0-nightly-20220710025142 → 0.0.0-nightly-20220711024820

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.0.0-nightly-20220710025142
3
+ ## 0.0.0-nightly-20220711024820
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -30,9 +30,9 @@
30
30
  - e662b573cf: Updated dependency `@octokit/request` to `^6.0.0`.
31
31
  - f6b6fb7165: The `test` command now ensures that all IO is flushed before exiting when printing `--help`.
32
32
  - Updated dependencies
33
- - @backstage/config-loader@0.0.0-nightly-20220710025142
34
- - @backstage/release-manifests@0.0.0-nightly-20220710025142
35
- - @backstage/errors@0.0.0-nightly-20220710025142
33
+ - @backstage/config-loader@0.0.0-nightly-20220711024820
34
+ - @backstage/release-manifests@0.0.0-nightly-20220711024820
35
+ - @backstage/errors@0.0.0-nightly-20220711024820
36
36
 
37
37
  ## 0.18.0-next.2
38
38
 
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-20220710025142",
4
+ "version": "0.0.0-nightly-20220711024820",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -33,9 +33,9 @@
33
33
  "dependencies": {
34
34
  "@backstage/cli-common": "^0.1.9",
35
35
  "@backstage/config": "^1.0.1",
36
- "@backstage/config-loader": "0.0.0-nightly-20220710025142",
37
- "@backstage/errors": "0.0.0-nightly-20220710025142",
38
- "@backstage/release-manifests": "0.0.0-nightly-20220710025142",
36
+ "@backstage/config-loader": "0.0.0-nightly-20220711024820",
37
+ "@backstage/errors": "0.0.0-nightly-20220711024820",
38
+ "@backstage/release-manifests": "0.0.0-nightly-20220711024820",
39
39
  "@backstage/types": "^1.0.0",
40
40
  "@hot-loader/react-dom-v16": "npm:@hot-loader/react-dom@^16.0.2",
41
41
  "@hot-loader/react-dom-v17": "npm:@hot-loader/react-dom@^17.0.2",
@@ -126,14 +126,14 @@
126
126
  "zod": "^3.11.6"
127
127
  },
128
128
  "devDependencies": {
129
- "@backstage/backend-common": "0.0.0-nightly-20220710025142",
129
+ "@backstage/backend-common": "0.0.0-nightly-20220711024820",
130
130
  "@backstage/config": "^1.0.1",
131
- "@backstage/core-app-api": "0.0.0-nightly-20220710025142",
132
- "@backstage/core-components": "0.0.0-nightly-20220710025142",
133
- "@backstage/core-plugin-api": "0.0.0-nightly-20220710025142",
134
- "@backstage/dev-utils": "0.0.0-nightly-20220710025142",
135
- "@backstage/test-utils": "0.0.0-nightly-20220710025142",
136
- "@backstage/theme": "0.0.0-nightly-20220710025142",
131
+ "@backstage/core-app-api": "0.0.0-nightly-20220711024820",
132
+ "@backstage/core-components": "0.0.0-nightly-20220711024820",
133
+ "@backstage/core-plugin-api": "0.0.0-nightly-20220711024820",
134
+ "@backstage/dev-utils": "0.0.0-nightly-20220711024820",
135
+ "@backstage/test-utils": "0.0.0-nightly-20220711024820",
136
+ "@backstage/theme": "0.0.0-nightly-20220711024820",
137
137
  "@types/diff": "^5.0.0",
138
138
  "@types/express": "^4.17.6",
139
139
  "@types/fs-extra": "^9.0.1",