@replicode/parallax
Advanced tools
Comparing version 1.1.66 to 1.1.67
@@ -9,10 +9,10 @@ export declare namespace Parallax { | ||
id: string; | ||
lastUpdated: number; | ||
blockchain: string; | ||
network: string; | ||
contractAddress: string; | ||
slug: string; | ||
name: string; | ||
imageURL: string; | ||
isVerified: boolean; | ||
lastUpdated?: number; | ||
slug?: string; | ||
name?: string; | ||
imageURL?: string; | ||
isVerified?: boolean; | ||
stats?: CollectionStats; | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "@replicode/parallax", | ||
"version": "1.1.66", | ||
"version": "1.1.67", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
@@ -12,10 +12,10 @@ | ||
id: string | ||
lastUpdated: number | ||
blockchain: string | ||
network: string | ||
contractAddress: string | ||
slug: string | ||
name: string | ||
imageURL: string | ||
isVerified: boolean | ||
lastUpdated?: number | ||
slug?: string | ||
name?: string | ||
imageURL?: string | ||
isVerified?: boolean | ||
stats?:CollectionStats | ||
@@ -22,0 +22,0 @@ } |
Sorry, the diff of this file is not supported yet
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
43491