Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Oct 23, 2024
1 parent 88596ba commit 396b989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api-security-auth0/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export { createAuthenticator } from "./createAuthenticator";
export type { AuthenticatorConfig } from "./createAuthenticator";
export { createAuth0 } from "./createAuth0";

export { createGroupsTeamsAuthorizer, GroupsTeamsAuthorizerConfig };
export { createGroupsTeamsAuthorizer, type GroupsTeamsAuthorizerConfig };

// Backwards compatibility.
// @deprecated Use `createGroupsTeamsAuthorizer` instead.
Expand Down
2 changes: 1 addition & 1 deletion packages/api-security-okta/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export { createAuthenticator } from "./createAuthenticator";
export type { AuthenticatorConfig } from "./createAuthenticator";
export { createOkta } from "./createOkta";

export { createGroupsTeamsAuthorizer, GroupsTeamsAuthorizerConfig };
export { createGroupsTeamsAuthorizer, type GroupsTeamsAuthorizerConfig };

// Backwards compatibility.
// @deprecated Use `createGroupsTeamsAuthorizer` instead.
Expand Down

0 comments on commit 396b989

Please sign in to comment.