@arction/xydata
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@arction/xydata", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A random data generation library.", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.0.12", | ||
"@types/node": "^12.6.9", | ||
"chai": "^4.2.0", | ||
@@ -55,12 +55,12 @@ "del": "^5.0.0", | ||
"gulp-typedoc": "^2.2.2", | ||
"mocha": "^6.1.4", | ||
"rollup": "^1.16.4", | ||
"rollup-plugin-commonjs": "^10.0.1", | ||
"mocha": "^6.2.0", | ||
"rollup": "^1.18.0", | ||
"rollup-plugin-commonjs": "^10.0.2", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-sourcemaps": "^0.4.2", | ||
"rollup-plugin-typescript2": "^0.21.2", | ||
"rollup-plugin-typescript2": "^0.22.1", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"typedoc": "^0.14.2", | ||
"typescript": "^3.5.2" | ||
"typedoc": "^0.15.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
@@ -67,0 +67,0 @@ "publishConfig": { |
@@ -5,3 +5,3 @@ # XYData generator library | ||
The generator is used a to generate data for LightningChart<sup>®</sup> JS charting library. [https://www.arction.com/](https://www.arction.com/) | ||
The generator is used to generate data for LightningChart<sup>®</sup> JS charting library. [https://www.arction.com/](https://www.arction.com/) | ||
@@ -8,0 +8,0 @@ ## Installation |
295527
22