@backstage/cli-common
Advanced tools
Comparing version 0.1.11-next.0 to 0.1.11
# @backstage/cli-common | ||
## 0.1.11 | ||
### Patch Changes | ||
- 8015ff1258: Tweaked wording to use inclusive terminology | ||
## 0.1.11-next.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@backstage/cli-common", | ||
"description": "Common functionality used by cli, backend, and create-app", | ||
"version": "0.1.11-next.0", | ||
"version": "0.1.11", | ||
"main": "dist/index.cjs.js", | ||
@@ -35,3 +35,3 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@backstage/cli": "^0.21.2-next.2", | ||
"@backstage/cli": "^0.22.0", | ||
"@types/node": "^16.0.0" | ||
@@ -38,0 +38,0 @@ }, |
17141