@backstage/cli 0.0.0-nightly-20220709024234 → 0.0.0-nightly-20220712025512

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-20220709024234
3
+ ## 0.0.0-nightly-20220712025512
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-20220709024234
34
- - @backstage/release-manifests@0.0.0-nightly-20220709024234
35
- - @backstage/errors@0.0.0-nightly-20220709024234
33
+ - @backstage/config-loader@0.0.0-nightly-20220712025512
34
+ - @backstage/release-manifests@0.0.0-nightly-20220712025512
35
+ - @backstage/errors@0.0.0-nightly-20220712025512
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-20220709024234",
4
+ "version": "0.0.0-nightly-20220712025512",
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-20220709024234",
37
- "@backstage/errors": "0.0.0-nightly-20220709024234",
38
- "@backstage/release-manifests": "0.0.0-nightly-20220709024234",
36
+ "@backstage/config-loader": "0.0.0-nightly-20220712025512",
37
+ "@backstage/errors": "0.0.0-nightly-20220712025512",
38
+ "@backstage/release-manifests": "0.0.0-nightly-20220712025512",
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-20220709024234",
129
+ "@backstage/backend-common": "0.0.0-nightly-20220712025512",
130
130
  "@backstage/config": "^1.0.1",
131
- "@backstage/core-app-api": "0.0.0-nightly-20220709024234",
132
- "@backstage/core-components": "0.0.0-nightly-20220709024234",
133
- "@backstage/core-plugin-api": "0.0.0-nightly-20220709024234",
134
- "@backstage/dev-utils": "0.0.0-nightly-20220709024234",
135
- "@backstage/test-utils": "0.0.0-nightly-20220709024234",
136
- "@backstage/theme": "0.0.0-nightly-20220709024234",
131
+ "@backstage/core-app-api": "0.0.0-nightly-20220712025512",
132
+ "@backstage/core-components": "0.0.0-nightly-20220712025512",
133
+ "@backstage/core-plugin-api": "0.0.0-nightly-20220712025512",
134
+ "@backstage/dev-utils": "0.0.0-nightly-20220712025512",
135
+ "@backstage/test-utils": "0.0.0-nightly-20220712025512",
136
+ "@backstage/theme": "0.0.0-nightly-20220712025512",
137
137
  "@types/diff": "^5.0.0",
138
138
  "@types/express": "^4.17.6",
139
139
  "@types/fs-extra": "^9.0.1",