Skip to content

Commit

Permalink
Merge pull request #25 from getsafle/dev
Browse files Browse the repository at this point in the history
Package json entry point update
  • Loading branch information
sshubhamagg authored Jul 25, 2024
2 parents b095fdb + aea4dd8 commit 063062e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
- Added functionality to get estimated fee for a transaction
- Added functionality to accept priority fee for a transaction
- Added test cases
- Added readme
- Added readme

### 1.0.1 (2024-7-25)

- Updated entry point in json package
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@getsafle/vault-sol-controller",
"version": "1.0.0",
"version": "1.0.1",
"description": "Solana chain controller for Safle Vault",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"lint": "eslint . --ext .js",
"lint:fix": "eslint --fix . --ext .js",
Expand Down

0 comments on commit 063062e

Please sign in to comment.