@backstage/plugin-permission-common
Advanced tools
Comparing version 0.0.0-nightly-20220713025014 to 0.0.0-nightly-20220714025131
# @backstage/plugin-permission-common | ||
## 0.0.0-nightly-20220713025014 | ||
## 0.0.0-nightly-20220714025131 | ||
@@ -8,4 +8,5 @@ ### Patch Changes | ||
- a70869e775: Updated dependency `msw` to `^0.43.0`. | ||
- 8006d0f9bf: Updated dependency `msw` to `^0.44.0`. | ||
- Updated dependencies | ||
- @backstage/errors@0.0.0-nightly-20220713025014 | ||
- @backstage/errors@0.0.0-nightly-20220714025131 | ||
@@ -12,0 +13,0 @@ ## 0.6.3-next.1 |
{ | ||
"name": "@backstage/plugin-permission-common", | ||
"description": "Isomorphic types and client for Backstage permissions and authorization", | ||
"version": "0.0.0-nightly-20220713025014", | ||
"version": "0.0.0-nightly-20220714025131", | ||
"main": "dist/index.cjs.js", | ||
@@ -45,3 +45,3 @@ "types": "dist/index.d.ts", | ||
"@backstage/config": "^1.0.1", | ||
"@backstage/errors": "0.0.0-nightly-20220713025014", | ||
"@backstage/errors": "0.0.0-nightly-20220714025131", | ||
"cross-fetch": "^3.1.5", | ||
@@ -52,7 +52,7 @@ "uuid": "^8.0.0", | ||
"devDependencies": { | ||
"@backstage/cli": "0.0.0-nightly-20220713025014", | ||
"@backstage/cli": "0.0.0-nightly-20220714025131", | ||
"@types/jest": "^26.0.7", | ||
"msw": "^0.43.0" | ||
"msw": "^0.44.0" | ||
}, | ||
"module": "dist/index.esm.js" | ||
} |
79488
+ Added@backstage/errors@0.0.0-nightly-20220714025131(transitive)
- Removed@backstage/errors@0.0.0-nightly-20220713025014(transitive)