Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed May 13, 2023
1 parent 1577b0e commit d7dcc9c
Show file tree
Hide file tree
Showing 6 changed files with 411 additions and 410 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### [0.9.1](https://github.com/juliancwirko/elven.js/releases/tag/v0.9.1) (2023-05-13)
- update dependencies: sdk-core, sdk-web-wallet-provider and others

### [0.9.0](https://github.com/juliancwirko/elven.js/releases/tag/v0.9.0) (2023-04-10)
- migrate to MultiversX JS SDK 12.1.0 **(breaking changes):**
- `TokenPayment` is now `TokenTransfer`
Expand Down
34 changes: 15 additions & 19 deletions build/elven.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esbuild.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ esbuild
global: 'global',
process: 'process',
Buffer: 'Buffer',
'process.env.NODE_ENV': 'production',
'process.env.NODE_ENV': '"production"',
},
format: 'esm',
entryPoints: ['./src/elven.ts'],
Expand Down
34 changes: 15 additions & 19 deletions example/elven.js

Large diffs are not rendered by default.

Loading

0 comments on commit d7dcc9c

Please sign in to comment.