Skip to content

Commit

Permalink
Expose type BlockItem
Browse files Browse the repository at this point in the history
  • Loading branch information
limemloh committed Oct 26, 2023
1 parent f947033 commit 0cc9a4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Fix

- Export type `BlockItem` in the public API again, this was removed accidentally in v7.0.0.

## 7.0.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/wasm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export {
serializeCredentialDeploymentTransactionForSubmission,
serializeCredentialDeploymentPayload,
} from './serialization.js';
export { deserializeTransaction } from './deserialization.js';
export { deserializeTransaction, BlockItem } from './deserialization.js';
export { generateBakerKeys } from './accountHelpers.js';
export * from './HdWallet.js';
export * from './identity.js';
Expand Down

0 comments on commit 0cc9a4e

Please sign in to comment.