Comparing version 0.2.1 to 0.2.2
@@ -18,2 +18,3 @@ import { IntervalEnum } from "../constants"; | ||
price: string; | ||
price_timestamp: string; | ||
circulating_supply: string; | ||
@@ -20,0 +21,0 @@ max_supply: string; |
{ | ||
"name": "nomics", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -23,2 +23,3 @@ import { API_BASE, IntervalEnum } from "../constants"; | ||
price: string; | ||
price_timestamp: string; | ||
circulating_supply: string; | ||
@@ -25,0 +26,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
172452
491