@backstage/cli-node
Advanced tools
Comparing version 0.2.13-next.1 to 0.2.13
# @backstage/cli-node | ||
## 0.2.13 | ||
### Patch Changes | ||
- cb76663: Added `type` field to `BackstagePackageJson` type. | ||
- 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 | ||
- Updated dependencies | ||
- @backstage/cli-common@0.1.15 | ||
- @backstage/errors@1.2.7 | ||
- @backstage/types@1.2.1 | ||
## 0.2.13-next.1 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@backstage/cli-node", | ||
"version": "0.2.13-next.1", | ||
"version": "0.2.13", | ||
"description": "Node.js library for Backstage CLIs", | ||
@@ -34,5 +34,5 @@ "backstage": { | ||
"dependencies": { | ||
"@backstage/cli-common": "0.1.15", | ||
"@backstage/errors": "1.2.7", | ||
"@backstage/types": "1.2.1", | ||
"@backstage/cli-common": "^0.1.15", | ||
"@backstage/errors": "^1.2.7", | ||
"@backstage/types": "^1.2.1", | ||
"@manypkg/get-packages": "^1.1.3", | ||
@@ -45,5 +45,5 @@ "@yarnpkg/parsers": "^3.0.0", | ||
"devDependencies": { | ||
"@backstage/backend-test-utils": "1.3.0-next.2", | ||
"@backstage/cli": "0.30.0-next.2", | ||
"@backstage/test-utils": "1.7.5-next.0" | ||
"@backstage/backend-test-utils": "^1.3.0", | ||
"@backstage/cli": "^0.30.0", | ||
"@backstage/test-utils": "^1.7.5" | ||
}, | ||
@@ -50,0 +50,0 @@ "typesVersions": { |
92931
Updated@backstage/errors@^1.2.7
Updated@backstage/types@^1.2.1