@backstage/plugin-catalog-backend 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/alpha/package.json +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/alpha/package.json
CHANGED
package/dist/index.cjs.js
CHANGED
|
@@ -3475,7 +3475,7 @@ class CatalogBuilder {
|
|
|
3475
3475
|
});
|
|
3476
3476
|
const unauthorizedEntitiesCatalog = new DefaultEntitiesCatalog(dbClient);
|
|
3477
3477
|
let permissionEvaluator;
|
|
3478
|
-
if ("
|
|
3478
|
+
if ("authorizeConditional" in permissions) {
|
|
3479
3479
|
permissionEvaluator = permissions;
|
|
3480
3480
|
} else {
|
|
3481
3481
|
logger.warn("PermissionAuthorizer is deprecated. Please use an instance of PermissionEvaluator instead of PermissionAuthorizer in PluginEnvironment#permissions");
|