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

Commit aeec28d

Browse files
authored
build(deps): bump all JS client versions to publish versions having f35f6be (#6593)
build(deps): bump all JS client versions to publish versions having f35f6be
1 parent 6c9eec1 commit aeec28d

File tree

11 files changed

+28
-94
lines changed

11 files changed

+28
-94
lines changed

account-compression/sdk/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-account-compression",
33
"description": "SPL Account Compression Program JS API",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"author": "Solana Labs Maintainers <[email protected]>",
66
"repository": {
77
"url": "https://github.com/solana-labs/solana-program-library",

memo/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-memo",
33
"description": "SPL Memo Program JS API",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"author": "Solana Labs Maintainers <[email protected]>",
66
"repository": "https://github.com/solana-labs/solana-program-library",
77
"license": "Apache-2.0",

name-service/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/spl-name-service",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "SPL Name Service JavaScript API",
55
"license": "MIT",
66
"author": "Solana Labs Maintainers <[email protected]>",

pnpm-lock.yaml

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

single-pool/js/packages/classic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/spl-single-pool-classic",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "dist/cjs/index.js",
55
"module": "dist/mjs/index.js",
66
"exports": {

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.0",
3+
"version": "1.1.1",
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.0",
48+
"@solana/spl-token": "0.4.4",
4949
"@solana/web3.js": "^1.91.6",
5050
"bn.js": "^5.2.0",
5151
"buffer": "^6.0.3",

token-group/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-group",
33
"description": "SPL Token Group Interface JS API",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"author": "Solana Labs Maintainers <[email protected]>",
66
"repository": "https://github.com/solana-labs/solana-program-library",
77
"license": "Apache-2.0",

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.4",
3+
"version": "0.3.5",
44
"description": "SPL Token Lending JavaScript API",
55
"license": "MIT",
66
"author": "Solana Labs Maintainers <[email protected]>",
@@ -37,14 +37,14 @@
3737
"bignumber.js": "^9.0.1"
3838
},
3939
"peerDependencies": {
40-
"@solana/spl-token": "0.4.0",
40+
"@solana/spl-token": "0.4.4",
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.0",
47+
"@solana/spl-token": "0.4.4",
4848
"@solana/web3.js": "^1.91.6",
4949
"@types/eslint": "^8.56.7",
5050
"@types/eslint-plugin-prettier": "^3.1.0",

token-metadata/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-metadata",
33
"description": "SPL Token Metadata Interface JS API",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"author": "Solana Labs Maintainers <[email protected]>",
66
"repository": "https://github.com/solana-labs/solana-program-library",
77
"license": "Apache-2.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.0",
3+
"version": "0.4.1",
44
"description": "SPL Token Swap JavaScript API",
55
"license": "MIT",
66
"type": "module",
@@ -52,7 +52,7 @@
5252
"@solana/web3.js": "^1.91.6"
5353
},
5454
"devDependencies": {
55-
"@solana/spl-token": "0.4.0",
55+
"@solana/spl-token": "0.4.4",
5656
"@solana/web3.js": "^1.91.6",
5757
"@types/bn.js": "^5.1.0",
5858
"@types/chai-as-promised": "^7.1.4",

0 commit comments

Comments
 (0)