@thi.ng/geom 8.2.13 → 8.2.14
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.14",
|
|
4
4
|
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@thi.ng/api": "^8.12.2",
|
|
45
45
|
"@thi.ng/arrays": "^2.13.11",
|
|
46
46
|
"@thi.ng/checks": "^3.7.18",
|
|
47
|
-
"@thi.ng/defmulti": "^3.0.
|
|
47
|
+
"@thi.ng/defmulti": "^3.0.78",
|
|
48
48
|
"@thi.ng/equiv": "^2.1.92",
|
|
49
49
|
"@thi.ng/errors": "^2.5.42",
|
|
50
50
|
"@thi.ng/geom-arc": "^2.1.195",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@thi.ng/geom-subdiv-curve": "^3.0.69",
|
|
60
60
|
"@thi.ng/geom-tessellate": "^3.0.69",
|
|
61
61
|
"@thi.ng/hiccup": "^5.3.24",
|
|
62
|
-
"@thi.ng/hiccup-svg": "^5.5.
|
|
62
|
+
"@thi.ng/hiccup-svg": "^5.5.10",
|
|
63
63
|
"@thi.ng/math": "^5.12.0",
|
|
64
64
|
"@thi.ng/matrices": "^3.0.21",
|
|
65
65
|
"@thi.ng/object-utils": "^1.2.10",
|
|
@@ -533,5 +533,5 @@
|
|
|
533
533
|
"tag": "geometry",
|
|
534
534
|
"year": 2013
|
|
535
535
|
},
|
|
536
|
-
"gitHead": "
|
|
536
|
+
"gitHead": "fbf4b46ba8a5ecff8c5423f4c2d158d208d20fc8\n"
|
|
537
537
|
}
|