This commit is contained in:
microwavedcola1 2023-01-30 14:33:42 +01:00
parent 98c756e88c
commit 63a5fdb9c3
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@blockworks-foundation/mango-v4", "name": "@blockworks-foundation/mango-v4",
"version": "0.0.4", "version": "0.4.2",
"description": "Typescript Client for mango-v4 program.", "description": "Typescript Client for mango-v4 program.",
"repository": "https://github.com/blockworks-foundation/mango-v4", "repository": "https://github.com/blockworks-foundation/mango-v4",
"author": { "author": {
@ -64,12 +64,12 @@
"@solana/web3.js": "^1.63.1", "@solana/web3.js": "^1.63.1",
"@switchboard-xyz/sbv2-lite": "^0.1.6", "@switchboard-xyz/sbv2-lite": "^0.1.6",
"big.js": "^6.1.1", "big.js": "^6.1.1",
"bs58": "^5.0.0",
"binance-api-node": "^0.12.0", "binance-api-node": "^0.12.0",
"node-kraken-api": "^2.2.2", "bs58": "^5.0.0",
"ftx-api": "^1.1.13",
"cross-fetch": "^3.1.5", "cross-fetch": "^3.1.5",
"dotenv": "^16.0.3" "dotenv": "^16.0.3",
"ftx-api": "^1.1.13",
"node-kraken-api": "^2.2.2"
}, },
"resolutions": { "resolutions": {
"@project-serum/anchor/@solana/web3.js": "1.63.1" "@project-serum/anchor/@solana/web3.js": "1.63.1"