Skip to content

Commit

Permalink
Bump token-metadata-js and token-group-js (#7207)
Browse files Browse the repository at this point in the history
* token-metadata-js: bump

* token-group-js: bump

* update lockfile
  • Loading branch information
buffalojoec authored Aug 28, 2024
1 parent cb81599 commit 276a90b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 token-group/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solana/spl-token-group",
"description": "SPL Token Group Interface JS API",
"version": "0.0.5",
"version": "0.0.6",
"author": "Solana Labs Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/solana-program-library",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion token-metadata/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solana/spl-token-metadata",
"description": "SPL Token Metadata Interface JS API",
"version": "0.1.3",
"version": "0.1.5",
"author": "Solana Labs Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/solana-program-library",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions token/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"dependencies": {
"@solana/buffer-layout": "^4.0.0",
"@solana/buffer-layout-utils": "^0.2.0",
"@solana/spl-token-group": "^0.0.5",
"@solana/spl-token-metadata": "^0.1.3",
"@solana/spl-token-group": "^0.0.6",
"@solana/spl-token-metadata": "^0.1.5",
"buffer": "^6.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 276a90b

Please sign in to comment.