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

Commit 6af9255

Browse files
authored
Bump version of @solana/spl-token to 0.4.6 and bump dependent packages (#6657)
1 parent 15ef056 commit 6af9255

File tree

4 files changed

+66
-23
lines changed

4 files changed

+66
-23
lines changed

pnpm-lock.yaml

Lines changed: 59 additions & 16 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/spl-stake-pool",
3-
"version": "1.1.1",
3+
"version": "1.1.3",
44
"description": "SPL Stake Pool Program JS API",
55
"scripts": {
66
"build": "tsc && cross-env NODE_ENV=production rollup -c",
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@coral-xyz/borsh": "^0.30.0",
4747
"@solana/buffer-layout": "^4.0.1",
48-
"@solana/spl-token": "0.4.4",
48+
"@solana/spl-token": "0.4.6",
4949
"@solana/web3.js": "^1.91.7",
5050
"bn.js": "^5.2.0",
5151
"buffer": "^6.0.3",

token-lending/js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/spl-token-lending",
3-
"version": "0.3.7",
3+
"version": "0.3.9",
44
"description": "SPL Token Lending JavaScript API",
55
"license": "MIT",
66
"author": "Solana Labs Maintainers <maintainers@solanalabs.com>",
@@ -37,14 +37,14 @@
3737
"bignumber.js": "^9.0.1"
3838
},
3939
"peerDependencies": {
40-
"@solana/spl-token": "0.4.4",
40+
"@solana/spl-token": "0.4.6",
4141
"@solana/web3.js": "^1.20.3"
4242
},
4343
"devDependencies": {
4444
"@rollup/plugin-commonjs": "^25.0.0",
4545
"@rollup/plugin-node-resolve": "^15.0.2",
4646
"@rollup/plugin-typescript": "^11.1.6",
47-
"@solana/spl-token": "0.4.4",
47+
"@solana/spl-token": "0.4.6",
4848
"@solana/web3.js": "^1.91.7",
4949
"@types/eslint": "^8.56.7",
5050
"@types/eslint-plugin-prettier": "^3.1.0",

token-swap/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/spl-token-swap",
3-
"version": "0.4.1",
3+
"version": "0.4.3",
44
"description": "SPL Token Swap JavaScript API",
55
"license": "MIT",
66
"type": "module",
@@ -52,7 +52,7 @@
5252
"@solana/web3.js": "^1.91.7"
5353
},
5454
"devDependencies": {
55-
"@solana/spl-token": "0.4.4",
55+
"@solana/spl-token": "0.4.6",
5656
"@solana/web3.js": "^1.91.7",
5757
"@types/bn.js": "^5.1.0",
5858
"@types/chai-as-promised": "^7.1.4",

0 commit comments

Comments
 (0)