@thi.ng/viz 0.8.7 → 0.8.8

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-30T22:32:35Z
3
+ - **Last updated**: 2025-08-04T08:45:04Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/viz",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -45,20 +45,20 @@
45
45
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
46
46
  },
47
47
  "dependencies": {
48
- "@thi.ng/api": "^8.11.33",
49
- "@thi.ng/arrays": "^2.13.6",
50
- "@thi.ng/checks": "^3.7.13",
51
- "@thi.ng/math": "^5.11.33",
52
- "@thi.ng/object-utils": "^1.2.5",
53
- "@thi.ng/strings": "^3.9.19",
54
- "@thi.ng/transducers": "^9.6.4",
55
- "@thi.ng/vectors": "^8.6.1"
48
+ "@thi.ng/api": "^8.12.0",
49
+ "@thi.ng/arrays": "^2.13.7",
50
+ "@thi.ng/checks": "^3.7.14",
51
+ "@thi.ng/math": "^5.11.34",
52
+ "@thi.ng/object-utils": "^1.2.6",
53
+ "@thi.ng/strings": "^3.9.20",
54
+ "@thi.ng/transducers": "^9.6.5",
55
+ "@thi.ng/vectors": "^8.6.2"
56
56
  },
57
57
  "devDependencies": {
58
- "@thi.ng/date": "^2.7.59",
58
+ "@thi.ng/date": "^2.7.60",
59
59
  "esbuild": "^0.25.8",
60
- "typedoc": "^0.28.7",
61
- "typescript": "^5.8.3"
60
+ "typedoc": "^0.28.9",
61
+ "typescript": "^5.9.2"
62
62
  },
63
63
  "keywords": [
64
64
  "2d",
@@ -153,5 +153,5 @@
153
153
  "status": "alpha",
154
154
  "year": 2014
155
155
  },
156
- "gitHead": "76ffdc6e27bced158471ed47700919e7079956ca\n"
156
+ "gitHead": "d4e2e72dcdadf26da3400900f04f9eb0ebeb0a5b\n"
157
157
  }