@thi.ng/geom 5.2.2 → 5.2.3
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 +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.3",
|
|
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.9.5",
|
|
39
|
-
"@thi.ng/arrays": "^2.5.
|
|
40
|
-
"@thi.ng/associative": "^6.3.
|
|
39
|
+
"@thi.ng/arrays": "^2.5.23",
|
|
40
|
+
"@thi.ng/associative": "^6.3.6",
|
|
41
41
|
"@thi.ng/checks": "^3.4.5",
|
|
42
|
-
"@thi.ng/defmulti": "^
|
|
42
|
+
"@thi.ng/defmulti": "^3.0.0",
|
|
43
43
|
"@thi.ng/equiv": "^2.1.30",
|
|
44
44
|
"@thi.ng/errors": "^2.3.5",
|
|
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.3.
|
|
58
|
-
"@thi.ng/hiccup-svg": "^5.0.
|
|
45
|
+
"@thi.ng/geom-api": "^3.4.32",
|
|
46
|
+
"@thi.ng/geom-arc": "^2.1.75",
|
|
47
|
+
"@thi.ng/geom-clip-line": "^2.3.32",
|
|
48
|
+
"@thi.ng/geom-clip-poly": "^2.1.74",
|
|
49
|
+
"@thi.ng/geom-closest-point": "^2.1.70",
|
|
50
|
+
"@thi.ng/geom-hull": "^2.1.70",
|
|
51
|
+
"@thi.ng/geom-isec": "^2.1.74",
|
|
52
|
+
"@thi.ng/geom-poly-utils": "^2.3.58",
|
|
53
|
+
"@thi.ng/geom-resample": "^2.2.32",
|
|
54
|
+
"@thi.ng/geom-splines": "^2.2.49",
|
|
55
|
+
"@thi.ng/geom-subdiv-curve": "^2.1.74",
|
|
56
|
+
"@thi.ng/geom-tessellate": "^2.1.74",
|
|
57
|
+
"@thi.ng/hiccup": "^4.3.3",
|
|
58
|
+
"@thi.ng/hiccup-svg": "^5.0.20",
|
|
59
59
|
"@thi.ng/math": "^5.6.1",
|
|
60
|
-
"@thi.ng/matrices": "^2.1.
|
|
60
|
+
"@thi.ng/matrices": "^2.1.71",
|
|
61
61
|
"@thi.ng/random": "^3.6.4",
|
|
62
|
-
"@thi.ng/strings": "^3.
|
|
63
|
-
"@thi.ng/transducers": "^8.
|
|
64
|
-
"@thi.ng/vectors": "^7.7.
|
|
62
|
+
"@thi.ng/strings": "^3.5.0",
|
|
63
|
+
"@thi.ng/transducers": "^8.7.0",
|
|
64
|
+
"@thi.ng/vectors": "^7.7.14"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@microsoft/api-extractor": "^7.36.4",
|
|
@@ -398,5 +398,5 @@
|
|
|
398
398
|
],
|
|
399
399
|
"year": 2013
|
|
400
400
|
},
|
|
401
|
-
"gitHead": "
|
|
401
|
+
"gitHead": "b2ef5a1b8932d067af4ec2fc7da03d59d6868dc7\n"
|
|
402
402
|
}
|