-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
565f429
commit 44103c7
Showing
21 changed files
with
115 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "1.12.56" | ||
"version": "1.12.57" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
}, | ||
"homepage": "https://saber.so", | ||
"description": "TypeScript client for Anchor programs.", | ||
"version": "1.12.56", | ||
"version": "1.12.57", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"author": "Ian Macalinao <[email protected]>", | ||
|
@@ -29,7 +29,7 @@ | |
"bn.js": "^5.2.0" | ||
}, | ||
"dependencies": { | ||
"@saberhq/solana-contrib": "^1.12.56", | ||
"@saberhq/solana-contrib": "^1.12.57", | ||
"eventemitter3": "^4.0.7", | ||
"lodash.camelcase": "^4.3.0", | ||
"lodash.mapvalues": "^4.6.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@saberhq/chai-solana", | ||
"version": "1.12.56", | ||
"version": "1.12.57", | ||
"description": "Solana Chai helpers", | ||
"author": "Ian Macalinao <[email protected]>", | ||
"homepage": "https://github.com/saber-hq/saber-common#readme", | ||
|
@@ -24,9 +24,9 @@ | |
"src/" | ||
], | ||
"dependencies": { | ||
"@saberhq/anchor-contrib": "^1.12.56", | ||
"@saberhq/solana-contrib": "^1.12.56", | ||
"@saberhq/token-utils": "^1.12.56", | ||
"@saberhq/anchor-contrib": "^1.12.57", | ||
"@saberhq/solana-contrib": "^1.12.57", | ||
"@saberhq/token-utils": "^1.12.57", | ||
"@types/chai": "^4.3.0", | ||
"@types/chai-as-promised": "^7.1.5", | ||
"@types/promise-retry": "^1.1.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@saberhq/solana-contrib", | ||
"version": "1.12.56", | ||
"version": "1.12.57", | ||
"description": "Common types and libraries for Solana", | ||
"author": "Ian Macalinao <[email protected]>", | ||
"homepage": "https://github.com/saber-hq/saber-common#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"url": "https://github.com/saber-hq/saber-common.git" | ||
}, | ||
"author": "Saber Team <[email protected]>", | ||
"version": "1.12.56", | ||
"version": "1.12.57", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"license": "Apache-2.0", | ||
|
@@ -36,8 +36,8 @@ | |
"jsbi": "^3 || ^4" | ||
}, | ||
"dependencies": { | ||
"@saberhq/solana-contrib": "^1.12.56", | ||
"@saberhq/token-utils": "^1.12.56", | ||
"@saberhq/solana-contrib": "^1.12.57", | ||
"@saberhq/token-utils": "^1.12.57", | ||
"@solana/buffer-layout": "^4.0.0", | ||
"lodash.mapvalues": "^4.6.0", | ||
"tslib": "^2.3.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@saberhq/token-utils", | ||
"description": "Token-related math and transaction utilities for Solana.", | ||
"version": "1.12.56", | ||
"version": "1.12.57", | ||
"repository": "[email protected]:saber-hq/solana-common.git", | ||
"author": "Ian Macalinao <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -15,7 +15,7 @@ | |
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@saberhq/solana-contrib": "^1.12.56", | ||
"@saberhq/solana-contrib": "^1.12.57", | ||
"@solana/buffer-layout": "^4.0.0", | ||
"@solana/spl-token": "^0.1.8", | ||
"@ubeswap/token-math": "^4.4.6", | ||
|
@@ -29,7 +29,7 @@ | |
"src/" | ||
], | ||
"devDependencies": { | ||
"@saberhq/tsconfig": "^1.12.56", | ||
"@saberhq/tsconfig": "^1.12.57", | ||
"@solana/web3.js": "^1.36.0", | ||
"@types/bn.js": "^5.1.0", | ||
"jsbi": "^4.2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@saberhq/tsconfig", | ||
"description": "Saber TypeScript configurations.", | ||
"version": "1.12.56", | ||
"version": "1.12.57", | ||
"repository": "[email protected]:saber-hq/saber-common.git", | ||
"author": "Ian Macalinao <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@saberhq/use-solana", | ||
"version": "1.12.56", | ||
"version": "1.12.57", | ||
"description": "Solana utilities for React applications.", | ||
"homepage": "https://saber.so", | ||
"repository": "[email protected]:saber-hq/saber-common.git", | ||
|
@@ -22,7 +22,7 @@ | |
"dependencies": { | ||
"@ledgerhq/hw-transport": "^6.24.1", | ||
"@ledgerhq/hw-transport-webusb": "^6.24.1", | ||
"@saberhq/solana-contrib": "^1.12.56", | ||
"@saberhq/solana-contrib": "^1.12.57", | ||
"@solana/wallet-adapter-base": "^0.9.4", | ||
"@solana/wallet-adapter-clover": "^0.4.4", | ||
"@solana/wallet-adapter-coin98": "^0.5.3", | ||
|
Oops, something went wrong.