diff --git a/examples/browser/nextjs/package.json b/examples/browser/nextjs/package.json index ed703f9289..e243c641e4 100644 --- a/examples/browser/nextjs/package.json +++ b/examples/browser/nextjs/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "bs58": "^6.0.0", - "@coral-xyz/anchor": "^0.30.0", + "@coral-xyz/anchor": "^0.30.1", "@lightprotocol/stateless.js": "workspace:*", "@lightprotocol/compressed-token": "workspace:*", "@solana/wallet-adapter-base": "^0.9.23", diff --git a/examples/node/esm/package.json b/examples/node/esm/package.json index f86b1082af..1a9c1b9038 100644 --- a/examples/node/esm/package.json +++ b/examples/node/esm/package.json @@ -17,7 +17,7 @@ "typescript": "^5.5.3" }, "dependencies": { - "@coral-xyz/anchor": "^0.30.0", + "@coral-xyz/anchor": "^0.30.1", "@solana/web3.js": "^1.95.0", "@lightprotocol/stateless.js": "workspace:*" } diff --git a/examples/token-escrow/package.json b/examples/token-escrow/package.json index c76c0776dd..1baddda796 100644 --- a/examples/token-escrow/package.json +++ b/examples/token-escrow/package.json @@ -5,7 +5,7 @@ "test": "cargo test-sbf -p token-escrow -- --test-threads=1" }, "dependencies": { - "@coral-xyz/anchor": "0.29.0" + "@coral-xyz/anchor": "0.30.1" }, "devDependencies": { "chai": "^5.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 58f8bd0153..8736010e89 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -184,8 +184,8 @@ importers: examples/browser/nextjs: dependencies: '@coral-xyz/anchor': - specifier: ^0.30.0 - version: 0.30.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^0.30.1 + version: 0.30.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@lightprotocol/compressed-token': specifier: workspace:* version: link:../../../js/compressed-token @@ -242,8 +242,8 @@ importers: examples/node/esm: dependencies: '@coral-xyz/anchor': - specifier: ^0.30.0 - version: 0.30.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^0.30.1 + version: 0.30.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@lightprotocol/stateless.js': specifier: workspace:* version: link:../../../js/stateless.js @@ -261,8 +261,8 @@ importers: examples/token-escrow: dependencies: '@coral-xyz/anchor': - specifier: 0.29.0 - version: 0.29.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: 0.30.1 + version: 0.30.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) devDependencies: '@types/bn.js': specifier: ^5.1.5 @@ -382,10 +382,6 @@ importers: specifier: ^1.6.0 version: 1.6.0(@types/node@20.12.11)(@vitest/browser@1.6.0)(terser@5.31.0) - hasher.rs/src/main/wasm: {} - - hasher.rs/src/main/wasm-simd: {} - js/compressed-token: dependencies: '@coral-xyz/anchor': @@ -1522,12 +1518,16 @@ packages: resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==} engines: {node: '>=6.9.0'} + '@coral-xyz/anchor-errors@0.30.1': + resolution: {integrity: sha512-9Mkradf5yS5xiLWrl9WrpjqOrAV+/W2RQHDlbnAZBivoGpOs1ECjoDCkVk4aRG8ZdiFiB8zQEVlxf+8fKkmSfQ==} + engines: {node: '>=10'} + '@coral-xyz/anchor@0.29.0': resolution: {integrity: sha512-eny6QNG0WOwqV0zQ7cs/b1tIuzZGmP7U7EcH+ogt4Gdbl8HDmIYVMh/9aTmYZPaFWjtUaI8qSn73uYEXWfATdA==} engines: {node: '>=11'} - '@coral-xyz/anchor@0.30.0': - resolution: {integrity: sha512-qreDh5ztiRHVnCbJ+RS70NJ6aSTPBYDAgFeQ7Z5QvaT5DcDIhNyt4onOciVz2ieIE1XWePOJDDu9SbNvPGBkvQ==} + '@coral-xyz/anchor@0.30.1': + resolution: {integrity: sha512-gDXFoF5oHgpriXAaLpxyWBHdCs8Awgf/gLHIo6crv7Aqm937CNdY+x+6hoj7QR5vaJV7MxWSQ0NGFzL3kPbWEQ==} engines: {node: '>=11'} '@coral-xyz/borsh@0.29.0': @@ -1536,8 +1536,8 @@ packages: peerDependencies: '@solana/web3.js': ^1.68.0 - '@coral-xyz/borsh@0.30.0': - resolution: {integrity: sha512-OrcV+7N10cChhgDRUxM4iEIuwxUHHs52XD85R8cFCUqE0vbLYrcoPPPs+VF6kZ9DhdJGVW2I6DHJOp5TykyZog==} + '@coral-xyz/borsh@0.30.1': + resolution: {integrity: sha512-aaxswpPrCFKl8vZTbxLssA2RvwX2zmKLlRCIktJOwW+VpVwYtXRtlWiIP+c2pPRKneiTiWCN2GEMSH9j1zTlWQ==} engines: {node: '>=10'} peerDependencies: '@solana/web3.js': ^1.68.0 @@ -9047,9 +9047,11 @@ snapshots: '@babel/helper-validator-identifier': 7.24.5 to-fast-properties: 2.0.0 + '@coral-xyz/anchor-errors@0.30.1': {} + '@coral-xyz/anchor@0.29.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@coral-xyz/borsh': 0.29.0(@solana/web3.js@1.95.0) + '@coral-xyz/borsh': 0.29.0(@solana/web3.js@1.95.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) '@noble/hashes': 1.4.0 '@solana/web3.js': 1.95.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) bn.js: 5.2.1 @@ -9068,9 +9070,10 @@ snapshots: - encoding - utf-8-validate - '@coral-xyz/anchor@0.30.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@coral-xyz/anchor@0.30.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@coral-xyz/borsh': 0.30.0(@solana/web3.js@1.95.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@coral-xyz/anchor-errors': 0.30.1 + '@coral-xyz/borsh': 0.30.1(@solana/web3.js@1.95.0) '@noble/hashes': 1.4.0 '@solana/web3.js': 1.95.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) bn.js: 5.2.1 @@ -9089,13 +9092,13 @@ snapshots: - encoding - utf-8-validate - '@coral-xyz/borsh@0.29.0(@solana/web3.js@1.95.0)': + '@coral-xyz/borsh@0.29.0(@solana/web3.js@1.95.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: '@solana/web3.js': 1.95.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) bn.js: 5.2.1 buffer-layout: 1.2.2 - '@coral-xyz/borsh@0.30.0(@solana/web3.js@1.95.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': + '@coral-xyz/borsh@0.30.1(@solana/web3.js@1.95.0)': dependencies: '@solana/web3.js': 1.95.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) bn.js: 5.2.1