@replicode/parallax
Advanced tools
Comparing version 1.1.61 to 1.1.62
@@ -18,2 +18,7 @@ export declare namespace Parallax { | ||
} | ||
interface CollectionStats { | ||
floor: number; | ||
totalSupply: number; | ||
volume: number; | ||
} | ||
interface Project { | ||
@@ -156,5 +161,2 @@ id: string; | ||
} | ||
interface CollectionStats { | ||
floor: number; | ||
} | ||
interface Wallet { | ||
@@ -161,0 +163,0 @@ id: string; |
{ | ||
"name": "@replicode/parallax", | ||
"version": "1.1.61", | ||
"version": "1.1.62", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
@@ -22,2 +22,8 @@ | ||
export interface CollectionStats { | ||
floor: number | ||
totalSupply: number | ||
volume: number | ||
} | ||
export interface Project { | ||
@@ -170,6 +176,2 @@ id: string | ||
export interface CollectionStats { | ||
floor: number | ||
} | ||
export interface Wallet { | ||
@@ -176,0 +178,0 @@ id: string |
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
43034
1003
1