@thi.ng/geom 6.0.35 → 6.0.37
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 -30
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.37",
|
|
4
4
|
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -33,36 +33,37 @@
|
|
|
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": "bun tools/bpatch.ts"
|
|
36
|
+
"tool:bpatch": "bun tools/bpatch.ts",
|
|
37
|
+
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
38
|
},
|
|
38
39
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.9.
|
|
40
|
-
"@thi.ng/arrays": "^2.8.
|
|
41
|
-
"@thi.ng/associative": "^6.3.
|
|
42
|
-
"@thi.ng/checks": "^3.5.
|
|
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.10.
|
|
61
|
-
"@thi.ng/matrices": "^2.3.
|
|
62
|
-
"@thi.ng/random": "^3.6.
|
|
63
|
-
"@thi.ng/strings": "^3.7.
|
|
64
|
-
"@thi.ng/transducers": "^8.9.
|
|
65
|
-
"@thi.ng/vectors": "^7.10.
|
|
40
|
+
"@thi.ng/api": "^8.9.29",
|
|
41
|
+
"@thi.ng/arrays": "^2.8.7",
|
|
42
|
+
"@thi.ng/associative": "^6.3.47",
|
|
43
|
+
"@thi.ng/checks": "^3.5.2",
|
|
44
|
+
"@thi.ng/defmulti": "^3.0.30",
|
|
45
|
+
"@thi.ng/equiv": "^2.1.51",
|
|
46
|
+
"@thi.ng/errors": "^2.4.20",
|
|
47
|
+
"@thi.ng/geom-api": "^3.4.75",
|
|
48
|
+
"@thi.ng/geom-arc": "^2.1.118",
|
|
49
|
+
"@thi.ng/geom-clip-line": "^2.3.75",
|
|
50
|
+
"@thi.ng/geom-clip-poly": "^2.1.117",
|
|
51
|
+
"@thi.ng/geom-closest-point": "^2.1.113",
|
|
52
|
+
"@thi.ng/geom-hull": "^2.1.113",
|
|
53
|
+
"@thi.ng/geom-isec": "^2.1.117",
|
|
54
|
+
"@thi.ng/geom-poly-utils": "^2.3.101",
|
|
55
|
+
"@thi.ng/geom-resample": "^2.3.39",
|
|
56
|
+
"@thi.ng/geom-splines": "^2.2.92",
|
|
57
|
+
"@thi.ng/geom-subdiv-curve": "^2.1.117",
|
|
58
|
+
"@thi.ng/geom-tessellate": "^2.1.118",
|
|
59
|
+
"@thi.ng/hiccup": "^5.1.20",
|
|
60
|
+
"@thi.ng/hiccup-svg": "^5.2.22",
|
|
61
|
+
"@thi.ng/math": "^5.10.6",
|
|
62
|
+
"@thi.ng/matrices": "^2.3.23",
|
|
63
|
+
"@thi.ng/random": "^3.6.36",
|
|
64
|
+
"@thi.ng/strings": "^3.7.22",
|
|
65
|
+
"@thi.ng/transducers": "^8.9.11",
|
|
66
|
+
"@thi.ng/vectors": "^7.10.17"
|
|
66
67
|
},
|
|
67
68
|
"devDependencies": {
|
|
68
69
|
"@microsoft/api-extractor": "^7.40.1",
|
|
@@ -398,5 +399,5 @@
|
|
|
398
399
|
],
|
|
399
400
|
"year": 2013
|
|
400
401
|
},
|
|
401
|
-
"gitHead": "
|
|
402
|
+
"gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n"
|
|
402
403
|
}
|