@thi.ng/viz 0.8.29 → 0.8.30

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/viz",
3
- "version": "0.8.29",
3
+ "version": "0.8.30",
4
4
  "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -46,17 +46,17 @@
46
46
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
47
47
  },
48
48
  "dependencies": {
49
- "@thi.ng/api": "^8.12.15",
50
- "@thi.ng/arrays": "^2.14.9",
51
- "@thi.ng/checks": "^3.8.5",
52
- "@thi.ng/math": "^5.15.4",
53
- "@thi.ng/object-utils": "^1.3.7",
54
- "@thi.ng/strings": "^3.9.36",
55
- "@thi.ng/transducers": "^9.6.25",
56
- "@thi.ng/vectors": "^8.6.21"
49
+ "@thi.ng/api": "^8.12.16",
50
+ "@thi.ng/arrays": "^2.14.10",
51
+ "@thi.ng/checks": "^3.8.6",
52
+ "@thi.ng/math": "^5.15.5",
53
+ "@thi.ng/object-utils": "^1.3.8",
54
+ "@thi.ng/strings": "^3.9.37",
55
+ "@thi.ng/transducers": "^9.6.26",
56
+ "@thi.ng/vectors": "^8.6.22"
57
57
  },
58
58
  "devDependencies": {
59
- "@thi.ng/date": "^2.7.78",
59
+ "@thi.ng/date": "^2.7.79",
60
60
  "esbuild": "^0.27.2",
61
61
  "typedoc": "^0.28.16",
62
62
  "typescript": "^5.9.3"
@@ -154,5 +154,5 @@
154
154
  "status": "alpha",
155
155
  "year": 2014
156
156
  },
157
- "gitHead": "8f50352caab9ec7757d645c0afa605dfb5427abe\n"
157
+ "gitHead": "411adbeeb5c03da1cf0c86e567c80942a6b875e7\n"
158
158
  }