@thi.ng/geom 8.2.0 → 8.2.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +29 -29
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-20T14:56:01Z
3
+ - **Last updated**: 2025-07-21T08:21:58Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "8.2.0",
3
+ "version": "8.2.2",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,33 +40,33 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/adjacency": "^3.0.47",
44
- "@thi.ng/api": "^8.11.31",
45
- "@thi.ng/arrays": "^2.13.4",
46
- "@thi.ng/checks": "^3.7.11",
47
- "@thi.ng/defmulti": "^3.0.71",
48
- "@thi.ng/equiv": "^2.1.87",
49
- "@thi.ng/errors": "^2.5.37",
50
- "@thi.ng/geom-arc": "^2.1.184",
51
- "@thi.ng/geom-clip-line": "^2.3.141",
52
- "@thi.ng/geom-clip-poly": "^2.1.183",
53
- "@thi.ng/geom-closest-point": "^2.1.179",
54
- "@thi.ng/geom-hull": "^2.1.179",
55
- "@thi.ng/geom-isec": "^4.0.51",
56
- "@thi.ng/geom-poly-utils": "^3.0.51",
57
- "@thi.ng/geom-resample": "^3.0.51",
58
- "@thi.ng/geom-splines": "^2.3.51",
59
- "@thi.ng/geom-subdiv-curve": "^3.0.57",
60
- "@thi.ng/geom-tessellate": "^3.0.57",
61
- "@thi.ng/hiccup": "^5.3.17",
62
- "@thi.ng/hiccup-svg": "^5.4.44",
63
- "@thi.ng/math": "^5.11.31",
64
- "@thi.ng/matrices": "^3.0.10",
65
- "@thi.ng/object-utils": "^1.2.3",
66
- "@thi.ng/random": "^4.1.22",
67
- "@thi.ng/strings": "^3.9.17",
68
- "@thi.ng/transducers": "^9.6.2",
69
- "@thi.ng/vectors": "^8.3.4"
43
+ "@thi.ng/adjacency": "^3.0.48",
44
+ "@thi.ng/api": "^8.11.32",
45
+ "@thi.ng/arrays": "^2.13.5",
46
+ "@thi.ng/checks": "^3.7.12",
47
+ "@thi.ng/defmulti": "^3.0.72",
48
+ "@thi.ng/equiv": "^2.1.88",
49
+ "@thi.ng/errors": "^2.5.38",
50
+ "@thi.ng/geom-arc": "^2.1.186",
51
+ "@thi.ng/geom-clip-line": "^2.3.143",
52
+ "@thi.ng/geom-clip-poly": "^2.1.185",
53
+ "@thi.ng/geom-closest-point": "^2.1.181",
54
+ "@thi.ng/geom-hull": "^2.1.181",
55
+ "@thi.ng/geom-isec": "^4.0.53",
56
+ "@thi.ng/geom-poly-utils": "^3.0.53",
57
+ "@thi.ng/geom-resample": "^3.0.53",
58
+ "@thi.ng/geom-splines": "^2.3.53",
59
+ "@thi.ng/geom-subdiv-curve": "^3.0.59",
60
+ "@thi.ng/geom-tessellate": "^3.0.59",
61
+ "@thi.ng/hiccup": "^5.3.18",
62
+ "@thi.ng/hiccup-svg": "^5.4.46",
63
+ "@thi.ng/math": "^5.11.32",
64
+ "@thi.ng/matrices": "^3.0.12",
65
+ "@thi.ng/object-utils": "^1.2.4",
66
+ "@thi.ng/random": "^4.1.23",
67
+ "@thi.ng/strings": "^3.9.18",
68
+ "@thi.ng/transducers": "^9.6.3",
69
+ "@thi.ng/vectors": "^8.4.1"
70
70
  },
71
71
  "devDependencies": {
72
72
  "esbuild": "^0.25.8",
@@ -533,5 +533,5 @@
533
533
  "tag": "geometry",
534
534
  "year": 2013
535
535
  },
536
- "gitHead": "3cd1bea8b2bf6b859609f6d5c14b4eb64745681f\n"
536
+ "gitHead": "11747c482773d3da03c8b7848b25a56251ccd759\n"
537
537
  }