Skip to content

Commit

Permalink
Update Mpl Essentials and JsonMetadata type
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Apr 27, 2023
1 parent 3ae640a commit 82eef80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@metaplex-foundation/umi": "0.6 - 0.7"
},
"dependencies": {
"@metaplex-foundation/mpl-essentials": "^0.5.7"
"@metaplex-foundation/mpl-essentials": "^0.5.8"
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions clients/js/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions clients/js/src/fetchJsonMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export type JsonMetadata = {
description?: string;
seller_fee_basis_points?: number;
image?: string;
animation_url?: string;
external_url?: string;
attributes?: Array<{
trait_type?: string;
Expand Down

0 comments on commit 82eef80

Please sign in to comment.