Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

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

* add `.npmrc`
  • Loading branch information
Joe C authored Jul 9, 2024
1 parent e09805e commit b38b97c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
enable-pre-post-scripts=true
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.0.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
@@ -1,7 +1,7 @@
{
"name": "@solana/spl-token",
"description": "SPL Token Program JS API",
"version": "0.4.7",
"version": "0.4.8",
"author": "Solana Labs Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/solana-program-library",
"license": "Apache-2.0",
Expand Down Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"@solana/buffer-layout": "^4.0.0",
"@solana/buffer-layout-utils": "^0.2.0",
"@solana/spl-token-group": "^0.0.3",
"@solana/spl-token-group": "^0.0.5",
"@solana/spl-token-metadata": "^0.1.3",
"buffer": "^6.0.3"
},
Expand Down

0 comments on commit b38b97c

Please sign in to comment.