diff --git a/packages/swapper/package.json b/packages/swapper/package.json index 0e71a35..730c508 100644 --- a/packages/swapper/package.json +++ b/packages/swapper/package.json @@ -23,7 +23,7 @@ "@orca-so/whirlpools-client": "6.2.0", "@orca-so/whirlpools-core": "3.1.0", "@solana-program/token-2022": "0.6.1", - "@solana/instructions": "5.5.1", + "@solana/instructions": "6.4.0", "@solana/kit": "5.5.1", "@solana/spl-token": "0.4.14", "@solana/web3.js": "1.98.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f0c3595..8fc16a7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -94,8 +94,8 @@ importers: specifier: 0.6.1 version: 0.6.1(@solana/kit@5.5.1(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.9.3)(utf-8-validate@5.0.10))(@solana/sysvars@5.5.1(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.9.3)) '@solana/instructions': - specifier: 5.5.1 - version: 5.5.1(typescript@5.9.3) + specifier: 6.4.0 + version: 6.4.0(typescript@5.9.3) '@solana/kit': specifier: 5.5.1 version: 5.5.1(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.9.3)(utf-8-validate@5.0.10) @@ -1021,6 +1021,15 @@ packages: typescript: optional: true + '@solana/codecs-core@6.4.0': + resolution: {integrity: sha512-I7NARq1VqaI5rCO01Ildy6ndaDHUDsFZSU0buAENcOm3MOfTqA+FcpmVapmFKdJDdks+QGiVxMJHRn46/aH4Jg==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: 5.9.3 + peerDependenciesMeta: + typescript: + optional: true + '@solana/codecs-data-structures@2.0.0-rc.1': resolution: {integrity: sha512-rinCv0RrAVJ9rE/rmaibWJQxMwC5lSaORSZuwjopSUE6T0nb/MVg6Z1siNCXhh/HFTOg0l8bNvZHgBcN/yvXog==} peerDependencies: @@ -1110,6 +1119,16 @@ packages: typescript: optional: true + '@solana/errors@6.4.0': + resolution: {integrity: sha512-xwJOvEtOQEMMtrYwrbk44Br64xzh5xnFJQFI/VikT43qLmi/EB3UEYFVxv0B30RL9y153hi6PpGHBTkMpVYeJQ==} + engines: {node: '>=20.18.0'} + hasBin: true + peerDependencies: + typescript: 5.9.3 + peerDependenciesMeta: + typescript: + optional: true + '@solana/fast-stable-stringify@5.5.1': resolution: {integrity: sha512-Ni7s2FN33zTzhTFgRjEbOVFO+UAmK8qi3Iu0/GRFYK4jN696OjKHnboSQH/EacQ+yGqS54bfxf409wU5dsLLCw==} engines: {node: '>=20.18.0'} @@ -1146,6 +1165,15 @@ packages: typescript: optional: true + '@solana/instructions@6.4.0': + resolution: {integrity: sha512-Q69OQ8WYR22eQqKDPonhWUO6b3vIZuAVEY5I11WuRzI0wMRhy4GOxuxkX7E0Dwt9OjOfX5fi6i/2i7ySZyCRWQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: 5.9.3 + peerDependenciesMeta: + typescript: + optional: true + '@solana/keys@5.5.1': resolution: {integrity: sha512-KRD61cL7CRL+b4r/eB9dEoVxIf/2EJ1Pm1DmRYhtSUAJD2dJ5Xw8QFuehobOGm9URqQ7gaQl+Fkc1qvDlsWqKg==} engines: {node: '>=20.18.0'} @@ -1904,6 +1932,10 @@ packages: resolution: {integrity: sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==} engines: {node: '>=20'} + commander@14.0.3: + resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} + engines: {node: '>=20'} + commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} @@ -4264,6 +4296,12 @@ snapshots: optionalDependencies: typescript: 5.9.3 + '@solana/codecs-core@6.4.0(typescript@5.9.3)': + dependencies: + '@solana/errors': 6.4.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 + '@solana/codecs-data-structures@2.0.0-rc.1(typescript@5.9.3)': dependencies: '@solana/codecs-core': 2.0.0-rc.1(typescript@5.9.3) @@ -4347,7 +4385,7 @@ snapshots: '@solana/errors@2.3.0(typescript@5.9.3)': dependencies: chalk: 5.6.2 - commander: 14.0.2 + commander: 14.0.3 typescript: 5.9.3 '@solana/errors@5.5.1(typescript@5.9.3)': @@ -4357,6 +4395,13 @@ snapshots: optionalDependencies: typescript: 5.9.3 + '@solana/errors@6.4.0(typescript@5.9.3)': + dependencies: + chalk: 5.6.2 + commander: 14.0.3 + optionalDependencies: + typescript: 5.9.3 + '@solana/fast-stable-stringify@5.5.1(typescript@5.9.3)': optionalDependencies: typescript: 5.9.3 @@ -4385,6 +4430,13 @@ snapshots: optionalDependencies: typescript: 5.9.3 + '@solana/instructions@6.4.0(typescript@5.9.3)': + dependencies: + '@solana/codecs-core': 6.4.0(typescript@5.9.3) + '@solana/errors': 6.4.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 + '@solana/keys@5.5.1(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.9.3)': dependencies: '@solana/assertions': 5.5.1(typescript@5.9.3) @@ -5280,6 +5332,8 @@ snapshots: commander@14.0.2: {} + commander@14.0.3: {} + commander@2.20.3: {} content-disposition@1.0.0: