@zoralabs/nft-hooks
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -27,2 +27,3 @@ "use strict"; | ||
tokenId: token.tokenId, | ||
tokenUrlMimeType: token.tokenUrlMimeType || undefined, | ||
contract: { | ||
@@ -29,0 +30,0 @@ address: token.collectionAddress, |
@@ -229,2 +229,3 @@ import { EventInfoFragment } from '@zoralabs/zdk/dist/queries/queries-sdk'; | ||
tokenId: string; | ||
tokenUrlMimeType?: string; | ||
contract: { | ||
@@ -231,0 +232,0 @@ address: ETHAddress; |
{ | ||
"name": "@zoralabs/nft-hooks", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Generic react hooks for fetching zora auctions, nfts, and data on arbitary 721s. Powers nft-components.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/ourzora/nft-hooks", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
945259
21387