@backstage/cli 0.0.0-nightly-20221117023750 → 0.0.0-nightly-20221119023555

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 +5 -5
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.0.0-nightly-20221117023750
3
+ ## 0.0.0-nightly-20221119023555
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 91d050c140: changed tests created by create-plugin to follow eslint-rules best practices particularly testing-library/prefer-screen-queries and testing-library/render-result-naming-convention
8
8
  - Updated dependencies
9
+ - @backstage/types@0.0.0-nightly-20221119023555
9
10
  - @backstage/cli-common@0.1.10
10
- - @backstage/config@1.0.4
11
- - @backstage/config-loader@1.1.6
12
- - @backstage/errors@1.1.3
11
+ - @backstage/config@0.0.0-nightly-20221119023555
12
+ - @backstage/config-loader@0.0.0-nightly-20221119023555
13
+ - @backstage/errors@0.0.0-nightly-20221119023555
13
14
  - @backstage/release-manifests@0.0.7
14
- - @backstage/types@1.0.1
15
15
 
16
16
  ## 0.21.0
17
17
 
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-20221117023750",
4
+ "version": "0.0.0-nightly-20221119023555",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -31,11 +31,11 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@backstage/cli-common": "^0.1.10",
34
- "@backstage/config": "^1.0.4",
35
- "@backstage/config-loader": "^1.1.6",
36
- "@backstage/errors": "^1.1.3",
34
+ "@backstage/config": "^0.0.0-nightly-20221119023555",
35
+ "@backstage/config-loader": "^0.0.0-nightly-20221119023555",
36
+ "@backstage/errors": "^0.0.0-nightly-20221119023555",
37
37
  "@backstage/release-manifests": "^0.0.7",
38
- "@backstage/types": "^1.0.1",
38
+ "@backstage/types": "^0.0.0-nightly-20221119023555",
39
39
  "@manypkg/get-packages": "^1.1.3",
40
40
  "@octokit/request": "^6.0.0",
41
41
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@@ -129,13 +129,13 @@
129
129
  "zod": "^3.11.6"
130
130
  },
131
131
  "devDependencies": {
132
- "@backstage/backend-common": "^0.16.0",
133
- "@backstage/config": "^1.0.4",
134
- "@backstage/core-app-api": "^1.2.0",
135
- "@backstage/core-components": "^0.12.0",
136
- "@backstage/core-plugin-api": "^1.1.0",
137
- "@backstage/dev-utils": "^1.0.8",
138
- "@backstage/test-utils": "^1.2.2",
132
+ "@backstage/backend-common": "^0.0.0-nightly-20221119023555",
133
+ "@backstage/config": "^0.0.0-nightly-20221119023555",
134
+ "@backstage/core-app-api": "^0.0.0-nightly-20221119023555",
135
+ "@backstage/core-components": "^0.0.0-nightly-20221119023555",
136
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20221119023555",
137
+ "@backstage/dev-utils": "^0.0.0-nightly-20221119023555",
138
+ "@backstage/test-utils": "^0.0.0-nightly-20221119023555",
139
139
  "@backstage/theme": "^0.2.16",
140
140
  "@types/diff": "^5.0.0",
141
141
  "@types/express": "^4.17.6",