Comparing version 0.5.3 to 0.5.4
@@ -34,2 +34,3 @@ import { IntervalEnum } from "../constants"; | ||
price_date: string; | ||
price_timestamp: string; | ||
circulating_supply?: string; | ||
@@ -36,0 +37,0 @@ max_supply?: string; |
{ | ||
"name": "nomics", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -43,2 +43,3 @@ import Nomics from ".."; | ||
price_date: string; | ||
price_timestamp: string; | ||
circulating_supply?: string; | ||
@@ -45,0 +46,0 @@ max_supply?: 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
41382
973