@thi.ng/viz 0.7.8 → 0.7.10
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/README.md +1 -1
- package/package.json +11 -10
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 209 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/viz",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.10",
|
|
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,16 +45,16 @@
|
|
|
45
45
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@thi.ng/api": "^8.11.
|
|
49
|
-
"@thi.ng/arrays": "^2.11.
|
|
50
|
-
"@thi.ng/checks": "^3.7.
|
|
51
|
-
"@thi.ng/math": "^5.11.
|
|
52
|
-
"@thi.ng/object-utils": "^1.1.
|
|
53
|
-
"@thi.ng/strings": "^3.9.
|
|
54
|
-
"@thi.ng/transducers": "^9.
|
|
48
|
+
"@thi.ng/api": "^8.11.29",
|
|
49
|
+
"@thi.ng/arrays": "^2.11.2",
|
|
50
|
+
"@thi.ng/checks": "^3.7.9",
|
|
51
|
+
"@thi.ng/math": "^5.11.29",
|
|
52
|
+
"@thi.ng/object-utils": "^1.1.25",
|
|
53
|
+
"@thi.ng/strings": "^3.9.14",
|
|
54
|
+
"@thi.ng/transducers": "^9.4.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@thi.ng/date": "^2.7.
|
|
57
|
+
"@thi.ng/date": "^2.7.54",
|
|
58
58
|
"esbuild": "^0.25.5",
|
|
59
59
|
"typedoc": "^0.28.5",
|
|
60
60
|
"typescript": "^5.8.3"
|
|
@@ -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": "93cdcd8db4d4669561a7f0ebc47697bdbfd04214\n"
|
|
152
153
|
}
|