diff --git a/packages/grpc-keto/src/decorators/index.ts b/packages/grpc-keto/src/decorators/index.ts index 803d86a1..b4cc7f80 100644 --- a/packages/grpc-keto/src/decorators/index.ts +++ b/packages/grpc-keto/src/decorators/index.ts @@ -1,6 +1,5 @@ -export * from './guarded-by-keto.decorator' -export { GuardedByKetoFunction } from './guarded-by-keto.interfaces' +export * from './guarded-by-keto.decorator' +export { GuardedByKetoFunction } from './guarded-by-keto.interfaces' export { GetGuardingRelationTuple } from './guarded-by-keto.interfaces' -export { GUARDED_BY_METADATA_KEY } from './guarded-by-keto.constants' +export { GUARDED_BY_METADATA_KEY } from './guarded-by-keto.constants' export { getGuardingRelationTuple } from './get-guarding-relation.helper' -export { PossibleReplacements } from './guarded-by-keto.constants' diff --git a/packages/keto/src/guards/index.ts b/packages/keto/src/guards/index.ts index 5facb8b4..4b1d0b02 100644 --- a/packages/keto/src/guards/index.ts +++ b/packages/keto/src/guards/index.ts @@ -1 +1 @@ -export * from './keto-guard.service' +export * from './keto-access-control.guard'