@backstage/cli 0.0.0-nightly-20240707021930 → 0.0.0-nightly-20240708021827

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 +2 -2
  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-20240707021930
3
+ ## 0.0.0-nightly-20240708021827
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -16,7 +16,7 @@
16
16
  - 0510d98: Subpath export `package.json` should be of a unique name to avoid typescript resolution issues
17
17
  - 4baac0c: The `backendPlugin` and `backendModule` factory now includes a step for automatically adding the new backend plugin/module to the `index.ts` file of the backend.
18
18
  - Updated dependencies
19
- - @backstage/integration@0.0.0-nightly-20240707021930
19
+ - @backstage/integration@0.0.0-nightly-20240708021827
20
20
  - @backstage/catalog-model@1.5.0
21
21
  - @backstage/cli-common@0.1.14
22
22
  - @backstage/cli-node@0.2.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli",
3
- "version": "0.0.0-nightly-20240707021930",
3
+ "version": "0.0.0-nightly-20240708021827",
4
4
  "description": "CLI for developing Backstage plugins and apps",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -49,7 +49,7 @@
49
49
  "@backstage/config-loader": "^1.8.1",
50
50
  "@backstage/errors": "^1.2.4",
51
51
  "@backstage/eslint-plugin": "^0.1.8",
52
- "@backstage/integration": "^0.0.0-nightly-20240707021930",
52
+ "@backstage/integration": "^0.0.0-nightly-20240708021827",
53
53
  "@backstage/release-manifests": "^0.0.11",
54
54
  "@backstage/types": "^1.1.1",
55
55
  "@manypkg/get-packages": "^1.1.3",
@@ -155,15 +155,15 @@
155
155
  "zod": "^3.22.4"
156
156
  },
157
157
  "devDependencies": {
158
- "@backstage/backend-common": "^0.0.0-nightly-20240707021930",
159
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240707021930",
160
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240707021930",
158
+ "@backstage/backend-common": "^0.0.0-nightly-20240708021827",
159
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240708021827",
160
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240708021827",
161
161
  "@backstage/config": "^1.2.0",
162
- "@backstage/core-app-api": "^0.0.0-nightly-20240707021930",
163
- "@backstage/core-components": "^0.0.0-nightly-20240707021930",
162
+ "@backstage/core-app-api": "^0.0.0-nightly-20240708021827",
163
+ "@backstage/core-components": "^0.0.0-nightly-20240708021827",
164
164
  "@backstage/core-plugin-api": "^1.9.3",
165
- "@backstage/dev-utils": "^0.0.0-nightly-20240707021930",
166
- "@backstage/test-utils": "^0.0.0-nightly-20240707021930",
165
+ "@backstage/dev-utils": "^0.0.0-nightly-20240708021827",
166
+ "@backstage/test-utils": "^0.0.0-nightly-20240708021827",
167
167
  "@backstage/theme": "^0.5.6",
168
168
  "@types/cross-spawn": "^6.0.2",
169
169
  "@types/diff": "^5.0.0",