@thi.ng/geom 6.0.8 → 6.0.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/package.json +31 -31
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.10",
|
|
4
4
|
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -33,36 +33,36 @@
|
|
|
33
33
|
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
34
34
|
"pub": "yarn npm publish --access public",
|
|
35
35
|
"test": "bun test",
|
|
36
|
-
"tool:bpatch": "
|
|
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.0.
|
|
60
|
-
"@thi.ng/math": "^5.7.
|
|
61
|
-
"@thi.ng/matrices": "^2.2.
|
|
62
|
-
"@thi.ng/random": "^3.6.
|
|
63
|
-
"@thi.ng/strings": "^3.7.
|
|
64
|
-
"@thi.ng/transducers": "^8.8.
|
|
65
|
-
"@thi.ng/vectors": "^7.8.
|
|
39
|
+
"@thi.ng/api": "^8.9.13",
|
|
40
|
+
"@thi.ng/arrays": "^2.7.9",
|
|
41
|
+
"@thi.ng/associative": "^6.3.25",
|
|
42
|
+
"@thi.ng/checks": "^3.4.13",
|
|
43
|
+
"@thi.ng/defmulti": "^3.0.11",
|
|
44
|
+
"@thi.ng/equiv": "^2.1.38",
|
|
45
|
+
"@thi.ng/errors": "^2.4.7",
|
|
46
|
+
"@thi.ng/geom-api": "^3.4.52",
|
|
47
|
+
"@thi.ng/geom-arc": "^2.1.95",
|
|
48
|
+
"@thi.ng/geom-clip-line": "^2.3.52",
|
|
49
|
+
"@thi.ng/geom-clip-poly": "^2.1.94",
|
|
50
|
+
"@thi.ng/geom-closest-point": "^2.1.90",
|
|
51
|
+
"@thi.ng/geom-hull": "^2.1.90",
|
|
52
|
+
"@thi.ng/geom-isec": "^2.1.94",
|
|
53
|
+
"@thi.ng/geom-poly-utils": "^2.3.78",
|
|
54
|
+
"@thi.ng/geom-resample": "^2.3.16",
|
|
55
|
+
"@thi.ng/geom-splines": "^2.2.69",
|
|
56
|
+
"@thi.ng/geom-subdiv-curve": "^2.1.94",
|
|
57
|
+
"@thi.ng/geom-tessellate": "^2.1.95",
|
|
58
|
+
"@thi.ng/hiccup": "^5.1.2",
|
|
59
|
+
"@thi.ng/hiccup-svg": "^5.0.40",
|
|
60
|
+
"@thi.ng/math": "^5.7.8",
|
|
61
|
+
"@thi.ng/matrices": "^2.2.15",
|
|
62
|
+
"@thi.ng/random": "^3.6.19",
|
|
63
|
+
"@thi.ng/strings": "^3.7.4",
|
|
64
|
+
"@thi.ng/transducers": "^8.8.16",
|
|
65
|
+
"@thi.ng/vectors": "^7.8.11"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@microsoft/api-extractor": "^7.38.3",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"engines": {
|
|
101
|
-
"node": ">=
|
|
101
|
+
"node": ">=18"
|
|
102
102
|
},
|
|
103
103
|
"files": [
|
|
104
104
|
"./*.js",
|
|
@@ -399,5 +399,5 @@
|
|
|
399
399
|
],
|
|
400
400
|
"year": 2013
|
|
401
401
|
},
|
|
402
|
-
"gitHead": "
|
|
402
|
+
"gitHead": "25a42a81fac8603a1e440a7aa8bc343276211ff4\n"
|
|
403
403
|
}
|