@backstage/plugin-permission-common
Advanced tools
Comparing version 0.0.0-nightly-2021102522541 to 0.0.0-nightly-202111222339
# @backstage/plugin-permission-common | ||
## 0.0.0-nightly-2021102522541 | ||
## 0.2.0 | ||
### Minor Changes | ||
@@ -11,2 +12,2 @@ | ||
- Updated dependencies | ||
- @backstage/errors@0.0.0-nightly-2021102522541 | ||
- @backstage/errors@0.1.5 |
{ | ||
"name": "@backstage/plugin-permission-common", | ||
"description": "Isomorphic types and client for Backstage permissions and authorization", | ||
"version": "0.0.0-nightly-2021102522541", | ||
"version": "0.0.0-nightly-202111222339", | ||
"main": "dist/index.cjs.js", | ||
@@ -42,3 +42,3 @@ "types": "dist/index.d.ts", | ||
"@backstage/config": "^0.1.11", | ||
"@backstage/errors": "^0.0.0-nightly-2021102522541", | ||
"@backstage/errors": "^0.0.0-nightly-202111222339", | ||
"cross-fetch": "^3.0.6", | ||
@@ -49,3 +49,3 @@ "uuid": "^8.0.0", | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-2021102522541", | ||
"@backstage/cli": "^0.0.0-nightly-202111222339", | ||
"@types/jest": "^26.0.7", | ||
@@ -52,0 +52,0 @@ "msw": "^0.35.0" |
38487