@backstage/cli 0.34.1-next.0 → 0.34.1

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 CHANGED
@@ -1,22 +1,11 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.34.1-next.0
3
+ ## 0.34.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 080f252: Fixed the `new-frontend-plugin` template that was incorrectly passing `id` instead of `pluginId` to `createFrontendPlugin` and unnecessarily importing `React`.
8
- - 275bda8: Fixed an issue that could cause conflicts of detected modules in workspaces with multiple apps.
9
- - Updated dependencies
10
- - @backstage/catalog-model@1.7.5
11
- - @backstage/cli-common@0.1.15
12
- - @backstage/cli-node@0.2.14
13
- - @backstage/config@1.3.3
14
- - @backstage/config-loader@1.10.2
15
- - @backstage/errors@1.2.7
16
- - @backstage/eslint-plugin@0.1.11
17
- - @backstage/integration@1.17.1
18
- - @backstage/release-manifests@0.0.13
19
- - @backstage/types@1.2.1
7
+ - f470192: Fixed the `new-frontend-plugin` template that was incorrectly passing `id` instead of `pluginId` to `createFrontendPlugin` and unnecessarily importing `React`.
8
+ - d778acb: Fixed an issue that could cause conflicts of detected modules in workspaces with multiple apps.
20
9
 
21
10
  ## 0.34.0
22
11
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.9.0-next.0";
3
+ var version = "1.8.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.34.1-next.0";
3
+ var version = "0.34.1";
4
4
  var dependencies = {
5
5
  "@backstage/catalog-model": "workspace:^",
6
6
  "@backstage/cli-common": "workspace:^",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.1.14-next.0";
3
+ var version = "1.1.13";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.3.3-next.0";
3
+ var version = "0.3.2";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli",
3
- "version": "0.34.1-next.0",
3
+ "version": "0.34.1",
4
4
  "description": "CLI for developing Backstage plugins and apps",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -47,16 +47,16 @@
47
47
  ]
48
48
  },
49
49
  "dependencies": {
50
- "@backstage/catalog-model": "1.7.5",
51
- "@backstage/cli-common": "0.1.15",
52
- "@backstage/cli-node": "0.2.14",
53
- "@backstage/config": "1.3.3",
54
- "@backstage/config-loader": "1.10.2",
55
- "@backstage/errors": "1.2.7",
56
- "@backstage/eslint-plugin": "0.1.11",
57
- "@backstage/integration": "1.17.1",
58
- "@backstage/release-manifests": "0.0.13",
59
- "@backstage/types": "1.2.1",
50
+ "@backstage/catalog-model": "^1.7.5",
51
+ "@backstage/cli-common": "^0.1.15",
52
+ "@backstage/cli-node": "^0.2.14",
53
+ "@backstage/config": "^1.3.3",
54
+ "@backstage/config-loader": "^1.10.2",
55
+ "@backstage/errors": "^1.2.7",
56
+ "@backstage/eslint-plugin": "^0.1.11",
57
+ "@backstage/integration": "^1.17.1",
58
+ "@backstage/release-manifests": "^0.0.13",
59
+ "@backstage/types": "^1.2.1",
60
60
  "@manypkg/get-packages": "^1.1.3",
61
61
  "@module-federation/enhanced": "^0.9.0",
62
62
  "@octokit/graphql": "^5.0.0",
@@ -154,22 +154,22 @@
154
154
  "zod-validation-error": "^3.4.0"
155
155
  },
156
156
  "devDependencies": {
157
- "@backstage/backend-plugin-api": "1.4.2",
158
- "@backstage/backend-test-utils": "1.9.0-next.0",
159
- "@backstage/catalog-client": "1.11.0",
160
- "@backstage/config": "1.3.3",
161
- "@backstage/core-app-api": "1.18.0",
162
- "@backstage/core-components": "0.17.5",
163
- "@backstage/core-plugin-api": "1.10.9",
164
- "@backstage/dev-utils": "1.1.14-next.0",
165
- "@backstage/errors": "1.2.7",
166
- "@backstage/plugin-auth-backend": "0.25.3",
167
- "@backstage/plugin-auth-backend-module-guest-provider": "0.2.11",
168
- "@backstage/plugin-catalog-node": "1.18.0",
169
- "@backstage/plugin-scaffolder-node": "0.11.0",
170
- "@backstage/plugin-scaffolder-node-test-utils": "0.3.3-next.0",
171
- "@backstage/test-utils": "1.7.11",
172
- "@backstage/theme": "0.6.8",
157
+ "@backstage/backend-plugin-api": "^1.4.2",
158
+ "@backstage/backend-test-utils": "^1.8.0",
159
+ "@backstage/catalog-client": "^1.11.0",
160
+ "@backstage/config": "^1.3.3",
161
+ "@backstage/core-app-api": "^1.18.0",
162
+ "@backstage/core-components": "^0.17.5",
163
+ "@backstage/core-plugin-api": "^1.10.9",
164
+ "@backstage/dev-utils": "^1.1.13",
165
+ "@backstage/errors": "^1.2.7",
166
+ "@backstage/plugin-auth-backend": "^0.25.3",
167
+ "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.11",
168
+ "@backstage/plugin-catalog-node": "^1.18.0",
169
+ "@backstage/plugin-scaffolder-node": "^0.11.0",
170
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.3.2",
171
+ "@backstage/test-utils": "^1.7.11",
172
+ "@backstage/theme": "^0.6.8",
173
173
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
174
174
  "@types/cross-spawn": "^6.0.2",
175
175
  "@types/ejs": "^3.1.3",