@thi.ng/geom-webgl 0.1.120 → 0.1.121
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 +12 -12
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
10
|
|
|
11
|
-
> This is one of
|
|
11
|
+
> This is one of 216 standalone projects. LLM-free, human-made and
|
|
12
12
|
> cared for software, maintained as part of the
|
|
13
13
|
> [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
|
|
14
14
|
> anti-framework.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom-webgl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.121",
|
|
4
4
|
"description": "WebGL geometry/shape conversion & interop",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/checks": "^3.
|
|
45
|
-
"@thi.ng/defmulti": "^3.0.
|
|
46
|
-
"@thi.ng/errors": "^2.6.
|
|
47
|
-
"@thi.ng/geom": "^8.3.
|
|
48
|
-
"@thi.ng/object-utils": "^1.3.
|
|
49
|
-
"@thi.ng/transducers": "^9.6.
|
|
50
|
-
"@thi.ng/vector-pools": "^3.2.
|
|
51
|
-
"@thi.ng/vectors": "^8.6.
|
|
52
|
-
"@thi.ng/webgl": "^6.9.
|
|
43
|
+
"@thi.ng/api": "^8.12.26",
|
|
44
|
+
"@thi.ng/checks": "^3.10.0",
|
|
45
|
+
"@thi.ng/defmulti": "^3.0.103",
|
|
46
|
+
"@thi.ng/errors": "^2.6.15",
|
|
47
|
+
"@thi.ng/geom": "^8.3.34",
|
|
48
|
+
"@thi.ng/object-utils": "^1.3.18",
|
|
49
|
+
"@thi.ng/transducers": "^9.6.40",
|
|
50
|
+
"@thi.ng/vector-pools": "^3.2.104",
|
|
51
|
+
"@thi.ng/vectors": "^8.6.36",
|
|
52
|
+
"@thi.ng/webgl": "^6.9.114"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"esbuild": "^0.28.0",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"tag": "webgl",
|
|
93
93
|
"year": 2024
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "c47c56420bcae2e0477d252a497be44f08ca185a"
|
|
96
96
|
}
|