@activeui-starter/heatmap
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "@activeui-starter/heatmap", | ||
"version": "2.0.1", | ||
"description": "", | ||
"author": "", | ||
"homepage": "", | ||
"license": "ISC", | ||
"main": "lib/pluginWidgetHeatmap.js", | ||
"typings": "lib/pluginWidgetHeatmap.d.ts", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"tsc": "tsc", | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"gitHead": "73e4a52e12748a500f816611ea2e69cc0b67a0bf" | ||
"name": "@activeui-starter/heatmap", | ||
"version": "2.1.0", | ||
"description": "", | ||
"author": "", | ||
"homepage": "", | ||
"license": "ISC", | ||
"main": "lib/pluginWidgetHeatmap.js", | ||
"typings": "lib/pluginWidgetHeatmap.d.ts", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"tsc": "tsc", | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"gitHead": "2a08bc8b6eb29a211059622bfe96cdb1865e59cf" | ||
} |
11262