Skip to content

Commit

Permalink
Merge pull request #61 from balancer/export-hook-types
Browse files Browse the repository at this point in the history
chore: export hook types
  • Loading branch information
johngrantuk authored Oct 2, 2024
2 parents 6c754f7 + 58939ca commit 49b343d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.0.11",
"version": "0.0.12",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions typescript/src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './types';
1 change: 1 addition & 0 deletions typescript/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './vault/vault';
export * from './vault/types';
export * from './weighted';
export * from './buffer';
export * from './hooks';

0 comments on commit 49b343d

Please sign in to comment.