@backstage/plugin-permission-common
Advanced tools
Comparing version 0.6.4-next.1 to 0.6.4-next.2
# @backstage/plugin-permission-common | ||
## 0.6.4-next.2 | ||
### Patch Changes | ||
- 7d47def9c4: Removed dependency on `@types/jest`. | ||
- Updated dependencies | ||
- @backstage/config@1.0.2-next.0 | ||
- @backstage/errors@1.1.1-next.0 | ||
## 0.6.4-next.1 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@backstage/plugin-permission-common", | ||
"description": "Isomorphic types and client for Backstage permissions and authorization", | ||
"version": "0.6.4-next.1", | ||
"version": "0.6.4-next.2", | ||
"main": "dist/index.cjs.js", | ||
@@ -44,4 +44,4 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/config": "^1.0.1", | ||
"@backstage/errors": "^1.1.0", | ||
"@backstage/config": "^1.0.2-next.0", | ||
"@backstage/errors": "^1.1.1-next.0", | ||
"cross-fetch": "^3.1.5", | ||
@@ -52,8 +52,7 @@ "uuid": "^8.0.0", | ||
"devDependencies": { | ||
"@backstage/cli": "^0.19.0-next.2", | ||
"@types/jest": "^26.0.7", | ||
"@backstage/cli": "^0.19.0-next.3", | ||
"msw": "^0.47.0" | ||
}, | ||
"gitHead": "24f889f173370f060725fcf9404081e40769beb4", | ||
"gitHead": "2f458448f850dc68a711e2f31d14a91f96cf175d", | ||
"module": "dist/index.esm.js" | ||
} |
90511
2