version bumps
This commit is contained in:
parent
d4075031b3
commit
787fecf1b0
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"name": "@switchboard-xyz/switchboard-v2",
|
||||
"version": "0.0.165",
|
||||
"version": "0.0.169",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@switchboard-xyz/switchboard-v2",
|
||||
"version": "0.0.165",
|
||||
"version": "0.0.169",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@project-serum/anchor": "^0.25.0",
|
||||
"@solana/spl-governance": "^0.0.34",
|
||||
"@solana/spl-token": "^0.3.6",
|
||||
"@solana/spl-token-v3": "npm:@solana/spl-token@0.3.6",
|
||||
"@solana/web3.js": "^1.66.2",
|
||||
"@switchboard-xyz/common": "^2.1.7",
|
||||
"big.js": "^6.2.1",
|
||||
|
@ -184,7 +184,8 @@
|
|||
},
|
||||
"node_modules/@solana/buffer-layout-utils": {
|
||||
"version": "0.2.0",
|
||||
"license": "Apache-2.0",
|
||||
"resolved": "https://registry.npmjs.org/@solana/buffer-layout-utils/-/buffer-layout-utils-0.2.0.tgz",
|
||||
"integrity": "sha512-szG4sxgJGktbuZYDg2FfNmkMi0DYQoVjN2h7ta1W1hPrwzarcFLBq9UpX1UjNXsNpT9dn+chgprtWGioUAr4/g==",
|
||||
"dependencies": {
|
||||
"@solana/buffer-layout": "^4.0.0",
|
||||
"@solana/web3.js": "^1.32.0",
|
||||
|
@ -257,7 +258,8 @@
|
|||
"version": "0.15.5",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@solana/spl-token": {
|
||||
"node_modules/@solana/spl-token-v3": {
|
||||
"name": "@solana/spl-token",
|
||||
"version": "0.3.6",
|
||||
"resolved": "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.3.6.tgz",
|
||||
"integrity": "sha512-P9pTXjDIRvVbjr3J0mCnSamYqLnICeds7IoH1/Ro2R9OBuOHdp5pqKZoscfZ3UYrgnCWUc1bc9M2m/YPHjw+1g==",
|
||||
|
@ -273,7 +275,7 @@
|
|||
"@solana/web3.js": "^1.47.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@solana/spl-token/node_modules/buffer": {
|
||||
"node_modules/@solana/spl-token-v3/node_modules/buffer": {
|
||||
"version": "6.0.3",
|
||||
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
||||
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
||||
|
@ -2089,6 +2091,8 @@
|
|||
},
|
||||
"@solana/buffer-layout-utils": {
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@solana/buffer-layout-utils/-/buffer-layout-utils-0.2.0.tgz",
|
||||
"integrity": "sha512-szG4sxgJGktbuZYDg2FfNmkMi0DYQoVjN2h7ta1W1hPrwzarcFLBq9UpX1UjNXsNpT9dn+chgprtWGioUAr4/g==",
|
||||
"requires": {
|
||||
"@solana/buffer-layout": "^4.0.0",
|
||||
"@solana/web3.js": "^1.32.0",
|
||||
|
@ -2133,8 +2137,8 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"@solana/spl-token": {
|
||||
"version": "0.3.6",
|
||||
"@solana/spl-token-v3": {
|
||||
"version": "npm:@solana/spl-token@0.3.6",
|
||||
"resolved": "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.3.6.tgz",
|
||||
"integrity": "sha512-P9pTXjDIRvVbjr3J0mCnSamYqLnICeds7IoH1/Ro2R9OBuOHdp5pqKZoscfZ3UYrgnCWUc1bc9M2m/YPHjw+1g==",
|
||||
"requires": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* eslint-disable @typescript-eslint/no-non-null-assertion */
|
||||
/* eslint-disable @typescript-eslint/no-non-null-asserted-optional-chain */
|
||||
import * as anchor from "@project-serum/anchor";
|
||||
import * as spl from "@solana/spl-token";
|
||||
import * as spl from "@solana/spl-token-v3";
|
||||
import {
|
||||
AccountInfo,
|
||||
AccountMeta,
|
||||
|
|
Loading…
Reference in New Issue