@backstage/plugin-permission-common
Advanced tools
Comparing version 0.6.3-next.0 to 0.6.3-next.1
# @backstage/plugin-permission-common | ||
## 0.6.3-next.1 | ||
### Patch Changes | ||
- a70869e775: Updated dependency `msw` to `^0.43.0`. | ||
## 0.6.3-next.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@backstage/plugin-permission-common", | ||
"description": "Isomorphic types and client for Backstage permissions and authorization", | ||
"version": "0.6.3-next.0", | ||
"version": "0.6.3-next.1", | ||
"main": "dist/index.cjs.js", | ||
@@ -51,8 +51,8 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@backstage/cli": "^0.18.0-next.1", | ||
"@backstage/cli": "^0.18.0-next.3", | ||
"@types/jest": "^26.0.7", | ||
"msw": "^0.42.0" | ||
"msw": "^0.43.0" | ||
}, | ||
"gitHead": "e0a993834c31487a97a1ae6878eaf3685f03fc1a", | ||
"gitHead": "291b3a07233061266d9f3ce431345bf19fa4bbd5", | ||
"module": "dist/index.esm.js" | ||
} |
90111