@backstage/cli 0.0.0-nightly-20220714025131 → 0.0.0-nightly-20220717025420

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-20220714025131
3
+ ## 0.0.0-nightly-20220717025420
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -35,9 +35,9 @@
35
35
  - e662b573cf: Updated dependency `@octokit/request` to `^6.0.0`.
36
36
  - f6b6fb7165: The `test` command now ensures that all IO is flushed before exiting when printing `--help`.
37
37
  - Updated dependencies
38
- - @backstage/config-loader@0.0.0-nightly-20220714025131
39
- - @backstage/release-manifests@0.0.0-nightly-20220714025131
40
- - @backstage/errors@0.0.0-nightly-20220714025131
38
+ - @backstage/config-loader@0.0.0-nightly-20220717025420
39
+ - @backstage/release-manifests@0.0.0-nightly-20220717025420
40
+ - @backstage/errors@0.0.0-nightly-20220717025420
41
41
 
42
42
  ## 0.18.0-next.3
43
43
 
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-20220714025131",
4
+ "version": "0.0.0-nightly-20220717025420",
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-20220714025131",
37
- "@backstage/errors": "0.0.0-nightly-20220714025131",
38
- "@backstage/release-manifests": "0.0.0-nightly-20220714025131",
36
+ "@backstage/config-loader": "0.0.0-nightly-20220717025420",
37
+ "@backstage/errors": "0.0.0-nightly-20220717025420",
38
+ "@backstage/release-manifests": "0.0.0-nightly-20220717025420",
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-20220714025131",
129
+ "@backstage/backend-common": "0.0.0-nightly-20220717025420",
130
130
  "@backstage/config": "^1.0.1",
131
- "@backstage/core-app-api": "0.0.0-nightly-20220714025131",
132
- "@backstage/core-components": "0.0.0-nightly-20220714025131",
133
- "@backstage/core-plugin-api": "0.0.0-nightly-20220714025131",
134
- "@backstage/dev-utils": "0.0.0-nightly-20220714025131",
135
- "@backstage/test-utils": "0.0.0-nightly-20220714025131",
136
- "@backstage/theme": "0.0.0-nightly-20220714025131",
131
+ "@backstage/core-app-api": "0.0.0-nightly-20220717025420",
132
+ "@backstage/core-components": "0.0.0-nightly-20220717025420",
133
+ "@backstage/core-plugin-api": "0.0.0-nightly-20220717025420",
134
+ "@backstage/dev-utils": "0.0.0-nightly-20220717025420",
135
+ "@backstage/test-utils": "0.0.0-nightly-20220717025420",
136
+ "@backstage/theme": "0.0.0-nightly-20220717025420",
137
137
  "@types/diff": "^5.0.0",
138
138
  "@types/express": "^4.17.6",
139
139
  "@types/fs-extra": "^9.0.1",