@thi.ng/viz 0.8.25 → 0.8.27
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/README.md +1 -1
- package/package.json +15 -14
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 214 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.8.
|
|
3
|
+
"version": "0.8.27",
|
|
4
4
|
"description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/thi-ng/umbrella.git"
|
|
11
|
+
"url": "git+https://github.com/thi-ng/umbrella.git",
|
|
12
|
+
"directory": "packages/viz"
|
|
12
13
|
},
|
|
13
14
|
"homepage": "https://thi.ng/viz",
|
|
14
15
|
"funding": [
|
|
@@ -45,19 +46,19 @@
|
|
|
45
46
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
46
47
|
},
|
|
47
48
|
"dependencies": {
|
|
48
|
-
"@thi.ng/api": "^8.12.
|
|
49
|
-
"@thi.ng/arrays": "^2.14.
|
|
50
|
-
"@thi.ng/checks": "^3.8.
|
|
51
|
-
"@thi.ng/math": "^5.15.
|
|
52
|
-
"@thi.ng/object-utils": "^1.3.
|
|
53
|
-
"@thi.ng/strings": "^3.9.
|
|
54
|
-
"@thi.ng/transducers": "^9.6.
|
|
55
|
-
"@thi.ng/vectors": "^8.6.
|
|
49
|
+
"@thi.ng/api": "^8.12.14",
|
|
50
|
+
"@thi.ng/arrays": "^2.14.7",
|
|
51
|
+
"@thi.ng/checks": "^3.8.4",
|
|
52
|
+
"@thi.ng/math": "^5.15.3",
|
|
53
|
+
"@thi.ng/object-utils": "^1.3.6",
|
|
54
|
+
"@thi.ng/strings": "^3.9.35",
|
|
55
|
+
"@thi.ng/transducers": "^9.6.23",
|
|
56
|
+
"@thi.ng/vectors": "^8.6.20"
|
|
56
57
|
},
|
|
57
58
|
"devDependencies": {
|
|
58
|
-
"@thi.ng/date": "^2.7.
|
|
59
|
-
"esbuild": "^0.27.
|
|
60
|
-
"typedoc": "^0.28.
|
|
59
|
+
"@thi.ng/date": "^2.7.77",
|
|
60
|
+
"esbuild": "^0.27.2",
|
|
61
|
+
"typedoc": "^0.28.16",
|
|
61
62
|
"typescript": "^5.9.3"
|
|
62
63
|
},
|
|
63
64
|
"keywords": [
|
|
@@ -153,5 +154,5 @@
|
|
|
153
154
|
"status": "alpha",
|
|
154
155
|
"year": 2014
|
|
155
156
|
},
|
|
156
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "4bd1b9d8ae52ba32b90a1b9a55d329c708ca7865\n"
|
|
157
158
|
}
|