Skip to content

Commit

Permalink
Export WildcardPrincipal
Browse files Browse the repository at this point in the history
`WildcardPrincipal` was added in #22, but it's not actually exported.
  • Loading branch information
gabegorelick authored and tdpauw committed Jun 30, 2024
1 parent 40f33d0 commit f110a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export * from './principals/service';
export * from './principals/account';
export * from './principals/root-account';
export * from './principals/federated';
export * from './principals/wildcard';
export * from './condition/condition';
2 changes: 1 addition & 1 deletion tests/principals/wildcard.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {expect} from 'chai';
import {WildcardPrincipal} from '../../src/principals/wildcard';
import {WildcardPrincipal} from '../../src';

describe('#WildcardPrincipal', function() {
describe('#toJSON', function() {
Expand Down

0 comments on commit f110a6a

Please sign in to comment.