Skip to content

Commit

Permalink
upgrade sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
callensm committed Dec 6, 2023
1 parent 1f01ea2 commit 232865c
Show file tree
Hide file tree
Showing 2 changed files with 708 additions and 67 deletions.
8 changes: 4 additions & 4 deletions typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coral-xyz/xnft",
"version": "0.2.59",
"version": "0.2.60",
"license": "GPL-3.0-only",
"description": "Node.js client for the xNFT protocol",
"repository": {
Expand Down Expand Up @@ -43,9 +43,9 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@metaplex-foundation/js": "^0.18.3",
"@solana/spl-token": "^0.3.7",
"@solana/web3.js": "^1.77.3",
"@metaplex-foundation/js": "^0.20.1",
"@solana/spl-token": "^0.3.9",
"@solana/web3.js": "^1.87.6",
"semver": "^7.3.8",
"zod": "^3.21.4"
},
Expand Down
Loading

0 comments on commit 232865c

Please sign in to comment.