@d3fc/d3fc-financial-feed
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## 7.0.1 (2020-07-14) | ||
**Note:** Version bump only for package @d3fc/d3fc-financial-feed | ||
# 7.0.0 (2020-04-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@d3fc/d3fc-financial-feed", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "An API for fetching financial time-series data from different sources including GDAX", | ||
@@ -24,3 +24,2 @@ "license": "MIT", | ||
"bundle": "npx rollup -c ../../scripts/rollup.config.js", | ||
"test": " npx jasmine --config=../../scripts/jasmine.json", | ||
"start": "npm start --prefix ../d3fc -- --configPkg=d3fc-financial-feed" | ||
@@ -34,3 +33,3 @@ }, | ||
}, | ||
"gitHead": "42460bbd9e769aa24b07ae8e6dc7037c63d3bea8" | ||
"gitHead": "3c6890b82dbb430bafd52420c0dd506861f16f5d" | ||
} |
@@ -8,7 +8,7 @@ import jsdom from 'jsdom'; | ||
virtualConsole: jsdom.createVirtualConsole().sendTo({ | ||
error: fail | ||
error: done | ||
}), | ||
scripts: [ | ||
require.resolve('d3/dist/d3.js'), | ||
'./build/d3fc-financial-feed.js' | ||
require.resolve('../build/d3fc-financial-feed.js') | ||
], | ||
@@ -15,0 +15,0 @@ done: (_, win) => { |
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
13585