Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 4a677bc

Browse files
author
Joe C
authored
token-js: bump to 0.3.11 (#6096)
1 parent a61306d commit 4a677bc

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stake-pool/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@coral-xyz/borsh": "^0.29.0",
4747
"@solana/buffer-layout": "^4.0.1",
48-
"@solana/spl-token": "0.3.10",
48+
"@solana/spl-token": "0.3.11",
4949
"@solana/web3.js": "^1.88.0",
5050
"bn.js": "^5.2.0",
5151
"buffer": "^6.0.3",

token-lending/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
"bignumber.js": "^9.0.1"
3838
},
3939
"peerDependencies": {
40-
"@solana/spl-token": "0.3.10",
40+
"@solana/spl-token": "0.3.11",
4141
"@solana/web3.js": "^1.20.0"
4242
},
4343
"devDependencies": {
4444
"@rollup/plugin-commonjs": "^25.0.0",
4545
"@rollup/plugin-node-resolve": "^15.0.2",
4646
"@rollup/plugin-typescript": "^11.1.1",
47-
"@solana/spl-token": "0.3.10",
47+
"@solana/spl-token": "0.3.11",
4848
"@solana/web3.js": "^1.88.0",
4949
"@types/eslint": "^8.56.1",
5050
"@types/eslint-plugin-prettier": "^3.1.0",

token-swap/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@solana/web3.js": "^1.88.0"
5353
},
5454
"devDependencies": {
55-
"@solana/spl-token": "0.3.10",
55+
"@solana/spl-token": "0.3.11",
5656
"@solana/web3.js": "^1.88.0",
5757
"@types/bn.js": "^5.1.0",
5858
"@types/chai-as-promised": "^7.1.4",

token/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solana/spl-token",
33
"description": "SPL Token Program JS API",
4-
"version": "0.3.10",
4+
"version": "0.3.11",
55
"author": "Solana Labs Maintainers <[email protected]>",
66
"repository": "https://github.com/solana-labs/solana-program-library",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)