@thi.ng/viz 0.7.8 → 0.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/viz",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.9",
|
|
4
4
|
"description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"canvas",
|
|
69
69
|
"chart",
|
|
70
70
|
"clipping",
|
|
71
|
+
"dataviz",
|
|
71
72
|
"declarative",
|
|
72
73
|
"hiccup",
|
|
73
74
|
"interval",
|
|
@@ -148,5 +149,5 @@
|
|
|
148
149
|
"status": "alpha",
|
|
149
150
|
"year": 2014
|
|
150
151
|
},
|
|
151
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "5a1224bbd501c0dad203fa231749f21740350db7\n"
|
|
152
153
|
}
|