Version Packages

This commit is contained in:
github-actions[bot]
2022-03-17 09:02:30 +00:00
parent dd7cc848d5
commit 0bc1611d6e
327 changed files with 3178 additions and 1766 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-permission-common
## 0.5.3
### Patch Changes
- f24ef7864e: Minor typo fixes
- Updated dependencies
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
## 0.5.2
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-permission-common",
"description": "Isomorphic types and client for Backstage permissions and authorization",
"version": "0.5.2",
"version": "0.5.3",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
@@ -41,14 +41,14 @@
"url": "https://github.com/backstage/backstage/issues"
},
"dependencies": {
"@backstage/config": "^0.1.15",
"@backstage/errors": "^0.2.2",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"cross-fetch": "^3.1.5",
"uuid": "^8.0.0",
"zod": "^3.11.6"
},
"devDependencies": {
"@backstage/cli": "^0.15.2-next.0",
"@backstage/cli": "^0.16.0",
"@types/jest": "^26.0.7",
"msw": "^0.35.0"
}