@thi.ng/geom 4.2.6 → 4.2.8
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/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.8",
|
|
4
4
|
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,32 +36,32 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@thi.ng/api": "^8.7.3",
|
|
39
|
-
"@thi.ng/arrays": "^2.5.
|
|
40
|
-
"@thi.ng/associative": "^6.2.
|
|
39
|
+
"@thi.ng/arrays": "^2.5.7",
|
|
40
|
+
"@thi.ng/associative": "^6.2.29",
|
|
41
41
|
"@thi.ng/checks": "^3.3.9",
|
|
42
42
|
"@thi.ng/defmulti": "^2.1.31",
|
|
43
43
|
"@thi.ng/equiv": "^2.1.19",
|
|
44
44
|
"@thi.ng/errors": "^2.2.12",
|
|
45
|
-
"@thi.ng/geom-api": "^3.4.
|
|
46
|
-
"@thi.ng/geom-arc": "^2.1.
|
|
47
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
48
|
-
"@thi.ng/geom-clip-poly": "^2.1.
|
|
49
|
-
"@thi.ng/geom-closest-point": "^2.1.
|
|
50
|
-
"@thi.ng/geom-hull": "^2.1.
|
|
51
|
-
"@thi.ng/geom-isec": "^2.1.
|
|
52
|
-
"@thi.ng/geom-poly-utils": "^2.3.
|
|
53
|
-
"@thi.ng/geom-resample": "^2.2.
|
|
54
|
-
"@thi.ng/geom-splines": "^2.2.
|
|
55
|
-
"@thi.ng/geom-subdiv-curve": "^2.1.
|
|
56
|
-
"@thi.ng/geom-tessellate": "^2.1.
|
|
57
|
-
"@thi.ng/hiccup": "^4.2.
|
|
58
|
-
"@thi.ng/hiccup-svg": "^4.3.
|
|
45
|
+
"@thi.ng/geom-api": "^3.4.7",
|
|
46
|
+
"@thi.ng/geom-arc": "^2.1.50",
|
|
47
|
+
"@thi.ng/geom-clip-line": "^2.3.7",
|
|
48
|
+
"@thi.ng/geom-clip-poly": "^2.1.49",
|
|
49
|
+
"@thi.ng/geom-closest-point": "^2.1.46",
|
|
50
|
+
"@thi.ng/geom-hull": "^2.1.46",
|
|
51
|
+
"@thi.ng/geom-isec": "^2.1.49",
|
|
52
|
+
"@thi.ng/geom-poly-utils": "^2.3.33",
|
|
53
|
+
"@thi.ng/geom-resample": "^2.2.7",
|
|
54
|
+
"@thi.ng/geom-splines": "^2.2.24",
|
|
55
|
+
"@thi.ng/geom-subdiv-curve": "^2.1.49",
|
|
56
|
+
"@thi.ng/geom-tessellate": "^2.1.49",
|
|
57
|
+
"@thi.ng/hiccup": "^4.2.35",
|
|
58
|
+
"@thi.ng/hiccup-svg": "^4.3.36",
|
|
59
59
|
"@thi.ng/math": "^5.4.4",
|
|
60
|
-
"@thi.ng/matrices": "^2.1.
|
|
60
|
+
"@thi.ng/matrices": "^2.1.47",
|
|
61
61
|
"@thi.ng/random": "^3.3.26",
|
|
62
62
|
"@thi.ng/strings": "^3.4.1",
|
|
63
|
-
"@thi.ng/transducers": "^8.3.
|
|
64
|
-
"@thi.ng/vectors": "^7.6.
|
|
63
|
+
"@thi.ng/transducers": "^8.3.36",
|
|
64
|
+
"@thi.ng/vectors": "^7.6.6"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@microsoft/api-extractor": "^7.34.2",
|
|
@@ -386,5 +386,5 @@
|
|
|
386
386
|
"thi.ng": {
|
|
387
387
|
"year": 2013
|
|
388
388
|
},
|
|
389
|
-
"gitHead": "
|
|
389
|
+
"gitHead": "8342900eedc77bb09edb8c544804578b71f8acc6\n"
|
|
390
390
|
}
|