@backstage/cli-node 0.2.0-next.0 → 0.2.0

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 +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @backstage/cli-node
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8db5c3cd7a: Removed support for the `publishConfig.alphaTypes` and `.betaTypes` fields that were used together with `--experimental-type-build` to generate `/alpha` and `/beta` entry points. Use the `exports` field to achieve this instead.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/cli-common@0.1.13
13
+ - @backstage/errors@1.2.3
14
+ - @backstage/types@1.1.1
15
+
3
16
  ## 0.2.0-next.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/cli-node",
3
3
  "description": "Node.js library for Backstage CLIs",
4
- "version": "0.2.0-next.0",
4
+ "version": "0.2.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -38,7 +38,7 @@
38
38
  "zod": "^3.21.4"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/cli": "^0.24.0-next.0",
41
+ "@backstage/cli": "^0.24.0",
42
42
  "mock-fs": "^5.2.0"
43
43
  },
44
44
  "files": [