Skip to content

Commit

Permalink
Fix an export issue in common-sdk (orca-so#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjthieme authored May 17, 2024
1 parent d94bc06 commit 311d2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/common-sdk",
"version": "0.5.6",
"version": "0.5.7",
"description": "Common Typescript components across Orca",
"repository": "https://github.com/orca-so/orca-sdks",
"author": "Orca Foundation",
Expand Down
1 change: 1 addition & 0 deletions packages/common-sdk/src/web3/transactions/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./compute-budget";
export * from "./constants";
export * from "./transactions-builder";
export * from "./transactions-processor";
Expand Down

0 comments on commit 311d2a8

Please sign in to comment.