@thi.ng/viz 0.6.79 → 0.6.81

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-12-27T14:11:37Z
3
+ - **Last updated**: 2025-01-04T21:07:38Z
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/README.md CHANGED
@@ -145,4 +145,4 @@ If this project contributes to an academic publication, please cite it as:
145
145
 
146
146
  ## License
147
147
 
148
- © 2014 - 2024 Karsten Schmidt // Apache License 2.0
148
+ © 2014 - 2025 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/viz",
3
- "version": "0.6.79",
3
+ "version": "0.6.81",
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.11.15",
50
- "@thi.ng/arrays": "^2.10.8",
51
- "@thi.ng/checks": "^3.6.17",
52
- "@thi.ng/math": "^5.11.15",
53
- "@thi.ng/object-utils": "^1.1.8",
54
- "@thi.ng/strings": "^3.8.13",
55
- "@thi.ng/transducers": "^9.2.11"
49
+ "@thi.ng/api": "^8.11.16",
50
+ "@thi.ng/arrays": "^2.10.10",
51
+ "@thi.ng/checks": "^3.6.19",
52
+ "@thi.ng/math": "^5.11.16",
53
+ "@thi.ng/object-utils": "^1.1.10",
54
+ "@thi.ng/strings": "^3.9.0",
55
+ "@thi.ng/transducers": "^9.2.13"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@microsoft/api-extractor": "^7.48.1",
59
- "@thi.ng/date": "^2.7.36",
59
+ "@thi.ng/date": "^2.7.38",
60
60
  "esbuild": "^0.24.2",
61
61
  "typedoc": "^0.27.6",
62
62
  "typescript": "^5.7.2"
@@ -150,5 +150,5 @@
150
150
  "status": "alpha",
151
151
  "year": 2014
152
152
  },
153
- "gitHead": "48bf4c22bf23f88ac99f435106af2214f79a0be1\n"
153
+ "gitHead": "6542b842120bef47cc18d45a1b1db68307a7f04b\n"
154
154
  }