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

Commit b38b97c

Browse files
author
Joe C
authored
bump token-group and token-js (#7000)
* bump token-group * add `.npmrc`
1 parent e09805e commit b38b97c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Diff for: .npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
enable-pre-post-scripts=true

Diff for: pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: token-group/js/package.json

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

Diff for: token/js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solana/spl-token",
33
"description": "SPL Token Program JS API",
4-
"version": "0.4.7",
4+
"version": "0.4.8",
55
"author": "Solana Labs Maintainers <[email protected]>",
66
"repository": "https://github.com/solana-labs/solana-program-library",
77
"license": "Apache-2.0",
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"@solana/buffer-layout": "^4.0.0",
5858
"@solana/buffer-layout-utils": "^0.2.0",
59-
"@solana/spl-token-group": "^0.0.3",
59+
"@solana/spl-token-group": "^0.0.5",
6060
"@solana/spl-token-metadata": "^0.1.3",
6161
"buffer": "^6.0.3"
6262
},

0 commit comments

Comments
 (0)