@backstage/plugin-permission-common
Advanced tools
Comparing version 0.7.8-next.2 to 0.7.8
# @backstage/plugin-permission-common | ||
## 0.7.8 | ||
### Patch Changes | ||
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds. | ||
- Updated dependencies | ||
- @backstage/config@1.1.0 | ||
- @backstage/errors@1.2.2 | ||
- @backstage/types@1.1.1 | ||
## 0.7.8-next.2 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@backstage/plugin-permission-common", | ||
"description": "Isomorphic types and client for Backstage permissions and authorization", | ||
"version": "0.7.8-next.2", | ||
"version": "0.7.8", | ||
"main": "dist/index.cjs.js", | ||
@@ -45,5 +45,5 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/config": "^1.1.0-next.2", | ||
"@backstage/errors": "^1.2.2-next.0", | ||
"@backstage/types": "^1.1.1-next.0", | ||
"@backstage/config": "^1.1.0", | ||
"@backstage/errors": "^1.2.2", | ||
"@backstage/types": "^1.1.1", | ||
"cross-fetch": "^3.1.5", | ||
@@ -54,3 +54,3 @@ "uuid": "^8.0.0", | ||
"devDependencies": { | ||
"@backstage/cli": "^0.22.13-next.3", | ||
"@backstage/cli": "^0.22.13", | ||
"msw": "^1.0.0" | ||
@@ -57,0 +57,0 @@ }, |
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
89120
Updated@backstage/config@^1.1.0
Updated@backstage/errors@^1.2.2
Updated@backstage/types@^1.1.1