v0.0.141

v0.1.50

v0.0.142

v0.1.51
This commit is contained in:
Conner Gallagher 2022-11-03 16:44:38 +00:00
parent 9db4921dae
commit 31c805bbf8
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@switchboard-xyz/sbv2-utils",
"version": "0.1.49",
"version": "0.1.51",
"description": "some basic utility functions when working with switchboard-v2",
"author": "",
"license": "ISC",
@ -39,8 +39,8 @@
"@saberhq/token-utils": "^1.13.32",
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
"@solana/web3.js": "^1.43.5",
"@switchboard-xyz/common": "^2.0.0",
"@switchboard-xyz/switchboard-v2": "^0.0.136",
"@switchboard-xyz/common": "^2.1.0",
"@switchboard-xyz/switchboard-v2": "^0.0.142",
"big.js": "^6.2.1",
"bn.js": "^5.2.1",
"chalk": "4",

View File

@ -1,6 +1,6 @@
{
"name": "@switchboard-xyz/switchboard-v2",
"version": "0.0.139",
"version": "0.0.142",
"license": "MIT",
"author": "mitch@switchboard.xyz",
"description": "API wrapper for intergating with the Switchboardv2 program",
@ -49,7 +49,7 @@
"@solana/spl-governance": "^0.0.34",
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
"@solana/web3.js": "^1.44.3",
"@switchboard-xyz/common": "^2.0.0",
"@switchboard-xyz/common": "^2.1.0",
"assert": "^2.0.0",
"big.js": "^6.2.1",
"bs58": "^5.0.0",