Comparing version 0.5.5 to 0.5.6
@@ -17,2 +17,4 @@ import { IntervalEnum } from "../constants"; | ||
market_cap_change_pct?: string; | ||
transparent_market_cap_change?: string; | ||
transparent_market_cap_change_pct?: string; | ||
volume_transparency?: VolumeTransparency[]; | ||
@@ -39,2 +41,3 @@ volume_transparency_grade?: string; | ||
market_cap?: string; | ||
transparent_market_cap?: string; | ||
rank?: string; | ||
@@ -41,0 +44,0 @@ high?: string; |
{ | ||
"name": "nomics", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -23,2 +23,4 @@ import Nomics from ".."; | ||
market_cap_change_pct?: string; | ||
transparent_market_cap_change?: string; | ||
transparent_market_cap_change_pct?: string; | ||
volume_transparency?: VolumeTransparency[]; | ||
@@ -48,2 +50,3 @@ volume_transparency_grade?: string; | ||
market_cap?: string; | ||
transparent_market_cap?: string; | ||
rank?: string; | ||
@@ -50,0 +53,0 @@ high?: 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
41634
979