@backstage/cli 0.0.0-nightly-20230924021252 → 0.0.0-nightly-20230925021143
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 +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230925021143
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
- de42eebaafc5: Bumped dev dependencies `@types/node` and `mock-fs`.
|
|
9
9
|
- 3ef18f8c06c6: Explicitly set `exports: 'named'` for CJS builds, ensuring that they have e.g. `exports["default"] = catalogPlugin;`
|
|
10
10
|
- Updated dependencies
|
|
11
|
-
- @backstage/integration@0.0.0-nightly-
|
|
12
|
-
- @backstage/cli-common@0.0.0-nightly-
|
|
11
|
+
- @backstage/integration@0.0.0-nightly-20230925021143
|
|
12
|
+
- @backstage/cli-common@0.0.0-nightly-20230925021143
|
|
13
13
|
- @backstage/catalog-model@1.4.2
|
|
14
|
-
- @backstage/cli-node@0.0.0-nightly-
|
|
14
|
+
- @backstage/cli-node@0.0.0-nightly-20230925021143
|
|
15
15
|
- @backstage/config@1.1.0
|
|
16
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
16
|
+
- @backstage/config-loader@0.0.0-nightly-20230925021143
|
|
17
17
|
- @backstage/errors@1.2.2
|
|
18
18
|
- @backstage/eslint-plugin@0.1.3
|
|
19
19
|
- @backstage/release-manifests@0.0.10
|
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-20230925021143",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@backstage/catalog-model": "^1.4.2",
|
|
34
|
-
"@backstage/cli-common": "^0.0.0-nightly-
|
|
35
|
-
"@backstage/cli-node": "^0.0.0-nightly-
|
|
34
|
+
"@backstage/cli-common": "^0.0.0-nightly-20230925021143",
|
|
35
|
+
"@backstage/cli-node": "^0.0.0-nightly-20230925021143",
|
|
36
36
|
"@backstage/config": "^1.1.0",
|
|
37
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
37
|
+
"@backstage/config-loader": "^0.0.0-nightly-20230925021143",
|
|
38
38
|
"@backstage/errors": "^1.2.2",
|
|
39
39
|
"@backstage/eslint-plugin": "^0.1.3",
|
|
40
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
40
|
+
"@backstage/integration": "^0.0.0-nightly-20230925021143",
|
|
41
41
|
"@backstage/release-manifests": "^0.0.10",
|
|
42
42
|
"@backstage/types": "^1.1.1",
|
|
43
43
|
"@esbuild-kit/cjs-loader": "^2.4.1",
|
|
@@ -140,14 +140,14 @@
|
|
|
140
140
|
"zod": "^3.21.4"
|
|
141
141
|
},
|
|
142
142
|
"devDependencies": {
|
|
143
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
144
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
145
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
143
|
+
"@backstage/backend-common": "^0.0.0-nightly-20230925021143",
|
|
144
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20230925021143",
|
|
145
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20230925021143",
|
|
146
146
|
"@backstage/config": "^1.1.0",
|
|
147
147
|
"@backstage/core-app-api": "^1.10.0",
|
|
148
148
|
"@backstage/core-components": "^0.13.5",
|
|
149
149
|
"@backstage/core-plugin-api": "^1.6.0",
|
|
150
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
150
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20230925021143",
|
|
151
151
|
"@backstage/test-utils": "^1.4.3",
|
|
152
152
|
"@backstage/theme": "^0.4.2",
|
|
153
153
|
"@types/cross-spawn": "^6.0.2",
|