@backstage/cli-node 0.2.13-next.1 → 0.2.13

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 +11 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @backstage/cli-node
2
2
 
3
+ ## 0.2.13
4
+
5
+ ### Patch Changes
6
+
7
+ - cb76663: Added `type` field to `BackstagePackageJson` type.
8
+ - f54eed0: Fixed an issue where default feature type information wasn't being added to package.json/exports before publishing if exports didn't exist beforehand
9
+ - Updated dependencies
10
+ - @backstage/cli-common@0.1.15
11
+ - @backstage/errors@1.2.7
12
+ - @backstage/types@1.2.1
13
+
3
14
  ## 0.2.13-next.1
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli-node",
3
- "version": "0.2.13-next.1",
3
+ "version": "0.2.13",
4
4
  "description": "Node.js library for Backstage CLIs",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -31,9 +31,9 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/cli-common": "0.1.15",
35
- "@backstage/errors": "1.2.7",
36
- "@backstage/types": "1.2.1",
34
+ "@backstage/cli-common": "^0.1.15",
35
+ "@backstage/errors": "^1.2.7",
36
+ "@backstage/types": "^1.2.1",
37
37
  "@manypkg/get-packages": "^1.1.3",
38
38
  "@yarnpkg/parsers": "^3.0.0",
39
39
  "fs-extra": "^11.2.0",
@@ -41,9 +41,9 @@
41
41
  "zod": "^3.22.4"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/backend-test-utils": "1.3.0-next.2",
45
- "@backstage/cli": "0.30.0-next.2",
46
- "@backstage/test-utils": "1.7.5-next.0"
44
+ "@backstage/backend-test-utils": "^1.3.0",
45
+ "@backstage/cli": "^0.30.0",
46
+ "@backstage/test-utils": "^1.7.5"
47
47
  },
48
48
  "typesVersions": {
49
49
  "*": {