Skip to content

Commit

Permalink
switch to tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Jun 28, 2023
1 parent 13d1569 commit f0785cc
Show file tree
Hide file tree
Showing 8 changed files with 1,506 additions and 698 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
build
.vscode
dist
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ src
.editorconfig
.eslintrc
.prettierrc
esbuild.config.cjs
tsconfig.json
.vscode
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### [0.8.0](https://github.com/useElven/core/releases/tag/v0.8.0) (2023-06-29)
- switch to tsup instead of bare esbuild and tsc, now the configuration should be more reliable
- remove problematic export of `PairingTypes` (**breaking change**). Now it is a custom `PairingTypesStruct`, which is similar to the original one from WalletConnect
- update dependencies

### [0.7.0](https://github.com/useElven/core/releases/tag/v0.7.0) (2023-06-18)
- A new `useTokenTransfer` hook. It is a wrapper over `useTransaction` and should simplify transfering tokens, also to smart contracts with or without calling endpoints. You can still achieve the same using `useTransaction` with payload builders.
- updated dependencies
Expand Down
27 changes: 0 additions & 27 deletions esbuild.config.cjs

This file was deleted.

Loading

0 comments on commit f0785cc

Please sign in to comment.