@d3fc/d3fc-technical-indicator
Advanced tools
Comparing version 7.0.10 to 7.0.11
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="7.0.11"></a> | ||
## [7.0.11](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-technical-indicator@7.0.10...@d3fc/d3fc-technical-indicator@7.0.11) (2018-08-29) | ||
### Bug Fixes | ||
* use single d3 reference for bundleSpecs ([3d0a47e](https://github.com/d3fc/d3fc/commit/3d0a47e)) | ||
<a name="7.0.10"></a> | ||
@@ -8,0 +19,0 @@ ## [7.0.10](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-technical-indicator@7.0.9...@d3fc/d3fc-technical-indicator@7.0.10) (2018-08-23) |
{ | ||
"name": "@d3fc/d3fc-technical-indicator", | ||
"version": "7.0.10", | ||
"version": "7.0.11", | ||
"description": "Components for calculating technical indicators on data series", | ||
@@ -41,8 +41,8 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@d3fc/d3fc-annotation": "^2.0.10", | ||
"@d3fc/d3fc-extent": "^3.1.0", | ||
"@d3fc/d3fc-random-data": "^3.0.5", | ||
"@d3fc/d3fc-annotation": "^2.0.11", | ||
"@d3fc/d3fc-extent": "^3.1.1", | ||
"@d3fc/d3fc-random-data": "^3.0.6", | ||
"@d3fc/d3fc-rebind": "^5.0.5", | ||
"@d3fc/d3fc-scripts": "^2.0.4", | ||
"@d3fc/d3fc-series": "^4.0.9", | ||
"@d3fc/d3fc-series": "^4.0.10", | ||
"babel-polyfill": "^6.13.0", | ||
@@ -49,0 +49,0 @@ "d3": "^4.2.5", |
@@ -11,3 +11,3 @@ import jsdom from 'jsdom'; | ||
scripts: [ | ||
'./node_modules/d3-array/build/d3-array.js', | ||
require.resolve('d3/dist/d3.js'), | ||
'./node_modules/@d3fc/d3fc-rebind/build/d3fc-rebind.js', | ||
@@ -14,0 +14,0 @@ './build/d3fc-technical-indicator.js' |
596701