@backstage/cli 0.0.0-nightly-20220604023645 → 0.0.0-nightly-20220605024123

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 +3 -3
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.0.0-nightly-20220604023645
3
+ ## 0.0.0-nightly-20220605024123
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -12,8 +12,8 @@
12
12
  - 1a33e8b287: Updated dependency `minimatch` to `5.1.0`.
13
13
  - 6de866ea74: Added console warning to frontend start when the `app.baseUrl` and `backend.baseUrl` are identical
14
14
  - Updated dependencies
15
- - @backstage/config-loader@0.0.0-nightly-20220604023645
16
- - @backstage/release-manifests@0.0.0-nightly-20220604023645
15
+ - @backstage/config-loader@0.0.0-nightly-20220605024123
16
+ - @backstage/release-manifests@0.0.0-nightly-20220605024123
17
17
 
18
18
  ## 0.17.2-next.1
19
19
 
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-20220604023645",
4
+ "version": "0.0.0-nightly-20220605024123",
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-20220604023645",
36
+ "@backstage/config-loader": "^0.0.0-nightly-20220605024123",
37
37
  "@backstage/errors": "^1.0.0",
38
- "@backstage/release-manifests": "^0.0.0-nightly-20220604023645",
38
+ "@backstage/release-manifests": "^0.0.0-nightly-20220605024123",
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,13 +126,13 @@
126
126
  "zod": "^3.11.6"
127
127
  },
128
128
  "devDependencies": {
129
- "@backstage/backend-common": "^0.0.0-nightly-20220604023645",
129
+ "@backstage/backend-common": "^0.0.0-nightly-20220605024123",
130
130
  "@backstage/config": "^1.0.1",
131
- "@backstage/core-app-api": "^0.0.0-nightly-20220604023645",
132
- "@backstage/core-components": "^0.0.0-nightly-20220604023645",
133
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220604023645",
134
- "@backstage/dev-utils": "^0.0.0-nightly-20220604023645",
135
- "@backstage/test-utils": "^0.0.0-nightly-20220604023645",
131
+ "@backstage/core-app-api": "^0.0.0-nightly-20220605024123",
132
+ "@backstage/core-components": "^0.0.0-nightly-20220605024123",
133
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220605024123",
134
+ "@backstage/dev-utils": "^0.0.0-nightly-20220605024123",
135
+ "@backstage/test-utils": "^0.0.0-nightly-20220605024123",
136
136
  "@backstage/theme": "^0.2.15",
137
137
  "@types/diff": "^5.0.0",
138
138
  "@types/express": "^4.17.6",