Skip to content

Commit 5a61adc

Browse files
committed
feat: include accs for tinny utils
1 parent 4fdeddd commit 5a61adc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

local-tests/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import * as tinnyTests from './tests';
44
import { getEoaSessionSigs } from './setup/session-sigs/get-eoa-session-sigs';
55
import { getLitActionSessionSigs } from './setup/session-sigs/get-lit-action-session-sigs';
66
import { getPkpSessionSigs } from './setup/session-sigs/get-pkp-session-sigs';
7+
import { AccessControlConditions } from './setup/accs/accs';
78

89
export {
910
TinnyEnvironment,
@@ -13,6 +14,7 @@ export {
1314
getEoaSessionSigs,
1415
getLitActionSessionSigs,
1516
getPkpSessionSigs,
17+
AccessControlConditions
1618
};
1719

1820
// Usage

0 commit comments

Comments
 (0)