gatsby-yahoo-finance-api
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -40,3 +40,3 @@ const { | ||
/* Create nodes with the query response data once it's all retrieved */ | ||
Promise.all(queryPromises) | ||
await Promise.all(queryPromises) | ||
.then(queryResponses => { | ||
@@ -43,0 +43,0 @@ queryResponses.forEach(response => { |
{ | ||
"name": "gatsby-yahoo-finance-api", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Source plugin for the Yahoo Finance API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
9301