parent
9db4921dae
commit
31c805bbf8
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@switchboard-xyz/sbv2-utils",
|
"name": "@switchboard-xyz/sbv2-utils",
|
||||||
"version": "0.1.49",
|
"version": "0.1.51",
|
||||||
"description": "some basic utility functions when working with switchboard-v2",
|
"description": "some basic utility functions when working with switchboard-v2",
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
@ -39,8 +39,8 @@
|
||||||
"@saberhq/token-utils": "^1.13.32",
|
"@saberhq/token-utils": "^1.13.32",
|
||||||
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
|
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
|
||||||
"@solana/web3.js": "^1.43.5",
|
"@solana/web3.js": "^1.43.5",
|
||||||
"@switchboard-xyz/common": "^2.0.0",
|
"@switchboard-xyz/common": "^2.1.0",
|
||||||
"@switchboard-xyz/switchboard-v2": "^0.0.136",
|
"@switchboard-xyz/switchboard-v2": "^0.0.142",
|
||||||
"big.js": "^6.2.1",
|
"big.js": "^6.2.1",
|
||||||
"bn.js": "^5.2.1",
|
"bn.js": "^5.2.1",
|
||||||
"chalk": "4",
|
"chalk": "4",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@switchboard-xyz/switchboard-v2",
|
"name": "@switchboard-xyz/switchboard-v2",
|
||||||
"version": "0.0.139",
|
"version": "0.0.142",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "mitch@switchboard.xyz",
|
"author": "mitch@switchboard.xyz",
|
||||||
"description": "API wrapper for intergating with the Switchboardv2 program",
|
"description": "API wrapper for intergating with the Switchboardv2 program",
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
"@solana/spl-governance": "^0.0.34",
|
"@solana/spl-governance": "^0.0.34",
|
||||||
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
|
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
|
||||||
"@solana/web3.js": "^1.44.3",
|
"@solana/web3.js": "^1.44.3",
|
||||||
"@switchboard-xyz/common": "^2.0.0",
|
"@switchboard-xyz/common": "^2.1.0",
|
||||||
"assert": "^2.0.0",
|
"assert": "^2.0.0",
|
||||||
"big.js": "^6.2.1",
|
"big.js": "^6.2.1",
|
||||||
"bs58": "^5.0.0",
|
"bs58": "^5.0.0",
|
||||||
|
|
Loading…
Reference in New Issue