Skip to content

Commit

Permalink
Merge pull request #55 from Tenderly/types-export
Browse files Browse the repository at this point in the history
Types export
  • Loading branch information
maleksandar authored Apr 12, 2023
2 parents 064fe14 + c09fc9a commit c017b6b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gold-otters-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tenderly/sdk': patch
---

Making helper types available from root import
5 changes: 5 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
export * from './core';
export * from './types';
export * from './errors';

// export helper types
export * from './executors/Simulator.types';
export * from './repositories/contracts/contracts.types';
export * from './repositories/wallets/wallets.types';
2 changes: 1 addition & 1 deletion lib/sdkVersion.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// autogenerated by prebuild.js
export const TENDERLY_SDK_VERSION = '0.0.7';
export const TENDERLY_SDK_VERSION = '0.1.3';

0 comments on commit c017b6b

Please sign in to comment.