Skip to content

Commit

Permalink
refactor(experimental): fix missing export of Zeroable Option codecs (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva authored Apr 26, 2024
1 parent 35aed3c commit a29bfee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-forks-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@solana/options": patch
---

Fix missing export of Zeroable Option codecs
1 change: 1 addition & 0 deletions packages/options/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './option';
export * from './option-codec';
export * from './unwrap-option';
export * from './unwrap-option-recursively';
export * from './zeroable-option-codec';

0 comments on commit a29bfee

Please sign in to comment.