@thi.ng/geom 6.0.19 → 6.0.21
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 +7 -3
- package/package.json +29 -29
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,9 +7,13 @@
|
|
|
7
7
|

|
|
8
8
|
[](https://mastodon.thi.ng/@toxi)
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
> [!NOTE]
|
|
11
|
+
> This is one of 189 standalone projects, maintained as part
|
|
12
|
+
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
13
|
+
> and anti-framework.
|
|
14
|
+
>
|
|
15
|
+
> 🚀 Help me to work full-time on these projects by [sponsoring me on
|
|
16
|
+
> GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
|
|
13
17
|
|
|
14
18
|
For the Clojure version, please visit: [thi.ng/geom-clj](https://thi.ng/geom-clj)
|
|
15
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.21",
|
|
4
4
|
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,33 +36,33 @@
|
|
|
36
36
|
"tool:bpatch": "bun tools/bpatch.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.9.
|
|
40
|
-
"@thi.ng/arrays": "^2.7.
|
|
41
|
-
"@thi.ng/associative": "^6.3.
|
|
42
|
-
"@thi.ng/checks": "^3.4.
|
|
43
|
-
"@thi.ng/defmulti": "^3.0.
|
|
44
|
-
"@thi.ng/equiv": "^2.1.
|
|
45
|
-
"@thi.ng/errors": "^2.4.
|
|
46
|
-
"@thi.ng/geom-api": "^3.4.
|
|
47
|
-
"@thi.ng/geom-arc": "^2.1.
|
|
48
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
49
|
-
"@thi.ng/geom-clip-poly": "^2.1.
|
|
50
|
-
"@thi.ng/geom-closest-point": "^2.1.
|
|
51
|
-
"@thi.ng/geom-hull": "^2.1.
|
|
52
|
-
"@thi.ng/geom-isec": "^2.1.
|
|
53
|
-
"@thi.ng/geom-poly-utils": "^2.3.
|
|
54
|
-
"@thi.ng/geom-resample": "^2.3.
|
|
55
|
-
"@thi.ng/geom-splines": "^2.2.
|
|
56
|
-
"@thi.ng/geom-subdiv-curve": "^2.1.
|
|
57
|
-
"@thi.ng/geom-tessellate": "^2.1.
|
|
58
|
-
"@thi.ng/hiccup": "^5.1.
|
|
59
|
-
"@thi.ng/hiccup-svg": "^5.2.
|
|
60
|
-
"@thi.ng/math": "^5.8.
|
|
61
|
-
"@thi.ng/matrices": "^2.3.
|
|
62
|
-
"@thi.ng/random": "^3.6.
|
|
63
|
-
"@thi.ng/strings": "^3.7.
|
|
64
|
-
"@thi.ng/transducers": "^8.8.
|
|
65
|
-
"@thi.ng/vectors": "^7.10.
|
|
39
|
+
"@thi.ng/api": "^8.9.20",
|
|
40
|
+
"@thi.ng/arrays": "^2.7.17",
|
|
41
|
+
"@thi.ng/associative": "^6.3.33",
|
|
42
|
+
"@thi.ng/checks": "^3.4.20",
|
|
43
|
+
"@thi.ng/defmulti": "^3.0.18",
|
|
44
|
+
"@thi.ng/equiv": "^2.1.44",
|
|
45
|
+
"@thi.ng/errors": "^2.4.13",
|
|
46
|
+
"@thi.ng/geom-api": "^3.4.60",
|
|
47
|
+
"@thi.ng/geom-arc": "^2.1.103",
|
|
48
|
+
"@thi.ng/geom-clip-line": "^2.3.60",
|
|
49
|
+
"@thi.ng/geom-clip-poly": "^2.1.102",
|
|
50
|
+
"@thi.ng/geom-closest-point": "^2.1.98",
|
|
51
|
+
"@thi.ng/geom-hull": "^2.1.98",
|
|
52
|
+
"@thi.ng/geom-isec": "^2.1.102",
|
|
53
|
+
"@thi.ng/geom-poly-utils": "^2.3.86",
|
|
54
|
+
"@thi.ng/geom-resample": "^2.3.24",
|
|
55
|
+
"@thi.ng/geom-splines": "^2.2.77",
|
|
56
|
+
"@thi.ng/geom-subdiv-curve": "^2.1.102",
|
|
57
|
+
"@thi.ng/geom-tessellate": "^2.1.103",
|
|
58
|
+
"@thi.ng/hiccup": "^5.1.9",
|
|
59
|
+
"@thi.ng/hiccup-svg": "^5.2.6",
|
|
60
|
+
"@thi.ng/math": "^5.8.2",
|
|
61
|
+
"@thi.ng/matrices": "^2.3.8",
|
|
62
|
+
"@thi.ng/random": "^3.6.27",
|
|
63
|
+
"@thi.ng/strings": "^3.7.11",
|
|
64
|
+
"@thi.ng/transducers": "^8.8.24",
|
|
65
|
+
"@thi.ng/vectors": "^7.10.2"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@microsoft/api-extractor": "^7.39.0",
|
|
@@ -398,5 +398,5 @@
|
|
|
398
398
|
],
|
|
399
399
|
"year": 2013
|
|
400
400
|
},
|
|
401
|
-
"gitHead": "
|
|
401
|
+
"gitHead": "3fa30b2dc2de762f24fd64b881b68d4da33d4c38\n"
|
|
402
402
|
}
|