nftscan-api
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -409,2 +409,14 @@ interface Price7d { | ||
/** | ||
* The average price growth rate for 1 day | ||
*/ | ||
average_price_change_1d: string; | ||
/** | ||
* The average price growth rate for 30 days | ||
*/ | ||
average_price_change_30d: string; | ||
/** | ||
* The average price growth rate for 7 days | ||
*/ | ||
average_price_change_7d: string; | ||
/** | ||
* The contract address | ||
@@ -411,0 +423,0 @@ */ |
{ | ||
"name": "nftscan-api", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "js/ts SDK for NFTScan APIs", | ||
@@ -79,3 +79,3 @@ "main": "dist/cjs/index.js", | ||
"typescript": "^4.8.2", | ||
"vuepress": "^2.0.0-beta.51" | ||
"vuepress": "^1.9.7" | ||
}, | ||
@@ -82,0 +82,0 @@ "lint-staged": { |
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
381878
8697