@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.
- package/CHANGELOG.md +5 -5
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
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@
|
|
11
|
-
- @backstage/config-loader@
|
|
12
|
-
- @backstage/errors@
|
|
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-
|
|
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": "^
|
|
35
|
-
"@backstage/config-loader": "^
|
|
36
|
-
"@backstage/errors": "^
|
|
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": "^
|
|
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.
|
|
133
|
-
"@backstage/config": "^
|
|
134
|
-
"@backstage/core-app-api": "^
|
|
135
|
-
"@backstage/core-components": "^0.
|
|
136
|
-
"@backstage/core-plugin-api": "^
|
|
137
|
-
"@backstage/dev-utils": "^
|
|
138
|
-
"@backstage/test-utils": "^
|
|
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",
|