@backstage/plugin-permission-common
Advanced tools
Comparing version 0.5.0 to 0.5.1
# @backstage/plugin-permission-common | ||
## 0.5.1 | ||
### Patch Changes | ||
- Fix for the previous release with missing type declarations. | ||
- Updated dependencies | ||
- @backstage/config@0.1.15 | ||
- @backstage/errors@0.2.2 | ||
## 0.5.0 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@backstage/plugin-permission-common", | ||
"description": "Isomorphic types and client for Backstage permissions and authorization", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"main": "dist/index.cjs.js", | ||
@@ -44,4 +44,4 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/config": "^0.1.14", | ||
"@backstage/errors": "^0.2.1", | ||
"@backstage/config": "^0.1.15", | ||
"@backstage/errors": "^0.2.2", | ||
"cross-fetch": "^3.1.5", | ||
@@ -56,4 +56,4 @@ "uuid": "^8.0.0", | ||
}, | ||
"gitHead": "4805c3d13ce9bfc369e53c271b1b95e722b3b4dc", | ||
"gitHead": "e244b348c473700e7d5e5fbcef38bd9f9fd1d0ba", | ||
"module": "dist/index.esm.js" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55622
10
426
Updated@backstage/config@^0.1.15
Updated@backstage/errors@^0.2.2