@backstage/plugin-permission-common
Advanced tools
Comparing version 0.0.0-nightly-20230907021058 to 0.0.0-nightly-20230908021043
# @backstage/plugin-permission-common | ||
## 0.0.0-nightly-20230907021058 | ||
## 0.0.0-nightly-20230908021043 | ||
### Patch Changes | ||
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds. | ||
- Updated dependencies | ||
- @backstage/config@0.0.0-nightly-20230907021058 | ||
- @backstage/errors@1.2.1 | ||
- @backstage/types@1.1.0 | ||
- @backstage/config@0.0.0-nightly-20230908021043 | ||
- @backstage/errors@0.0.0-nightly-20230908021043 | ||
- @backstage/types@0.0.0-nightly-20230908021043 | ||
@@ -12,0 +13,0 @@ ## 0.7.8-next.1 |
{ | ||
"name": "@backstage/plugin-permission-common", | ||
"description": "Isomorphic types and client for Backstage permissions and authorization", | ||
"version": "0.0.0-nightly-20230907021058", | ||
"version": "0.0.0-nightly-20230908021043", | ||
"main": "dist/index.cjs.js", | ||
@@ -32,2 +32,3 @@ "types": "dist/index.d.ts", | ||
"configSchema": "config.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -45,5 +46,5 @@ "build": "backstage-cli package build", | ||
"dependencies": { | ||
"@backstage/config": "^0.0.0-nightly-20230907021058", | ||
"@backstage/errors": "^1.2.1", | ||
"@backstage/types": "^1.1.0", | ||
"@backstage/config": "^0.0.0-nightly-20230908021043", | ||
"@backstage/errors": "^0.0.0-nightly-20230908021043", | ||
"@backstage/types": "^0.0.0-nightly-20230908021043", | ||
"cross-fetch": "^3.1.5", | ||
@@ -54,3 +55,3 @@ "uuid": "^8.0.0", | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20230907021058", | ||
"@backstage/cli": "^0.0.0-nightly-20230908021043", | ||
"msw": "^1.0.0" | ||
@@ -57,0 +58,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
89061
+ Added@backstage/types@0.0.0-nightly-20241119023621(transitive)
- Removed@backstage/errors@1.2.6(transitive)