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

Commit 276a90b

Browse files
authored
Bump token-metadata-js and token-group-js (#7207)
* token-metadata-js: bump * token-group-js: bump * update lockfile
1 parent cb81599 commit 276a90b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pnpm-lock.yaml

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

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.5",
4+
"version": "0.0.6",
55
"author": "Solana Labs Maintainers <[email protected]>",
66
"repository": "https://github.com/solana-labs/solana-program-library",
77
"license": "Apache-2.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.3",
4+
"version": "0.1.5",
55
"author": "Solana Labs Maintainers <[email protected]>",
66
"repository": "https://github.com/solana-labs/solana-program-library",
77
"license": "Apache-2.0",

token/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"dependencies": {
5656
"@solana/buffer-layout": "^4.0.0",
5757
"@solana/buffer-layout-utils": "^0.2.0",
58-
"@solana/spl-token-group": "^0.0.5",
59-
"@solana/spl-token-metadata": "^0.1.3",
58+
"@solana/spl-token-group": "^0.0.6",
59+
"@solana/spl-token-metadata": "^0.1.5",
6060
"buffer": "^6.0.3"
6161
},
6262
"devDependencies": {

0 commit comments

Comments
 (0)