@thi.ng/viz 0.8.22 → 0.8.23

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/viz",
3
- "version": "0.8.22",
3
+ "version": "0.8.23",
4
4
  "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -52,7 +52,7 @@
52
52
  "@thi.ng/object-utils": "^1.3.2",
53
53
  "@thi.ng/strings": "^3.9.31",
54
54
  "@thi.ng/transducers": "^9.6.19",
55
- "@thi.ng/vectors": "^8.6.15"
55
+ "@thi.ng/vectors": "^8.6.16"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@thi.ng/date": "^2.7.73",
@@ -153,5 +153,5 @@
153
153
  "status": "alpha",
154
154
  "year": 2014
155
155
  },
156
- "gitHead": "824bf9047b5a10f777c5c5b4aeecf0c750a22c75\n"
156
+ "gitHead": "8625a1c6383737a8fdbe7a3f96ea3cbabc957fa6\n"
157
157
  }