@backstage/cli 0.0.0-nightly-20230208023037 → 0.0.0-nightly-20230210023233
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 +2 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230210023233
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
- 6d3abfded1: Switch to inline source maps for test transpilation, simplifying editor setups.
|
|
12
12
|
- 90616df9a8: Added an experimental mode for the `package start` command for backend packages. Enabled by setting `EXPERIMENTAL_BACKEND_START`.
|
|
13
13
|
- Updated dependencies
|
|
14
|
-
- @backstage/eslint-plugin@0.0.0-nightly-
|
|
14
|
+
- @backstage/eslint-plugin@0.0.0-nightly-20230210023233
|
|
15
15
|
- @backstage/cli-common@0.1.11
|
|
16
16
|
- @backstage/config@1.0.6
|
|
17
17
|
- @backstage/config-loader@1.1.8
|
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-20230210023233",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@backstage/config": "^1.0.6",
|
|
35
35
|
"@backstage/config-loader": "^1.1.8",
|
|
36
36
|
"@backstage/errors": "^1.1.4",
|
|
37
|
-
"@backstage/eslint-plugin": "^0.0.0-nightly-
|
|
37
|
+
"@backstage/eslint-plugin": "^0.0.0-nightly-20230210023233",
|
|
38
38
|
"@backstage/release-manifests": "^0.0.8",
|
|
39
39
|
"@backstage/types": "^1.0.2",
|
|
40
40
|
"@esbuild-kit/cjs-loader": "^2.4.1",
|
|
@@ -130,14 +130,14 @@
|
|
|
130
130
|
"zod": "~3.18.0"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
133
|
+
"@backstage/backend-common": "^0.0.0-nightly-20230210023233",
|
|
134
134
|
"@backstage/config": "^1.0.6",
|
|
135
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
136
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
135
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20230210023233",
|
|
136
|
+
"@backstage/core-components": "^0.0.0-nightly-20230210023233",
|
|
137
137
|
"@backstage/core-plugin-api": "^1.3.0",
|
|
138
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
139
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
140
|
-
"@backstage/theme": "^0.
|
|
138
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20230210023233",
|
|
139
|
+
"@backstage/test-utils": "^0.0.0-nightly-20230210023233",
|
|
140
|
+
"@backstage/theme": "^0.0.0-nightly-20230210023233",
|
|
141
141
|
"@types/cross-spawn": "^6.0.2",
|
|
142
142
|
"@types/diff": "^5.0.0",
|
|
143
143
|
"@types/express": "^4.17.6",
|