Skip to content

Commit

Permalink
token js: bump to 0.3.10 (solana-labs#6018)
Browse files Browse the repository at this point in the history
* token js: bump to 0.3.10

* bump token js in other packages
  • Loading branch information
buffalojoec authored Jan 3, 2024
1 parent e73997e commit 4ff1f6f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stake-pool/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@coral-xyz/borsh": "^0.29.0",
"@solana/buffer-layout": "^4.0.1",
"@solana/spl-token": "0.3.9",
"@solana/spl-token": "0.3.10",
"@solana/web3.js": "^1.87.6",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
Expand Down
4 changes: 2 additions & 2 deletions token-lending/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"bignumber.js": "^9.0.1"
},
"peerDependencies": {
"@solana/spl-token": "0.3.9",
"@solana/spl-token": "0.3.10",
"@solana/web3.js": "^1.20.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.1",
"@solana/spl-token": "0.3.9",
"@solana/spl-token": "0.3.10",
"@solana/web3.js": "^1.87.6",
"@types/eslint": "^8.56.1",
"@types/eslint-plugin-prettier": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion token-swap/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@solana/web3.js": "^1.87.6"
},
"devDependencies": {
"@solana/spl-token": "0.3.9",
"@solana/spl-token": "0.3.10",
"@solana/web3.js": "^1.87.6",
"@types/bn.js": "^5.1.0",
"@types/chai-as-promised": "^7.1.4",
Expand Down
2 changes: 1 addition & 1 deletion token/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solana/spl-token",
"description": "SPL Token Program JS API",
"version": "0.3.9",
"version": "0.3.10",
"author": "Solana Labs Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/solana-program-library",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4ff1f6f

Please sign in to comment.