@thi.ng/geom 8.2.11 → 8.2.13

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-09-01T16:38:35Z
3
+ - **Last updated**: 2025-09-25T11:10:32Z
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/README.md CHANGED
@@ -451,7 +451,7 @@ For Node.js REPL:
451
451
  const geom = await import("@thi.ng/geom");
452
452
  ```
453
453
 
454
- Package sizes (brotli'd, pre-treeshake): ESM: 17.48 KB
454
+ Package sizes (brotli'd, pre-treeshake): ESM: 17.46 KB
455
455
 
456
456
  ## Dependencies
457
457
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "8.2.11",
3
+ "version": "8.2.13",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,11 +40,11 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/adjacency": "^3.0.54",
43
+ "@thi.ng/adjacency": "^3.0.55",
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.76",
47
+ "@thi.ng/defmulti": "^3.0.77",
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",
@@ -56,16 +56,16 @@
56
56
  "@thi.ng/geom-poly-utils": "^3.0.62",
57
57
  "@thi.ng/geom-resample": "^3.0.62",
58
58
  "@thi.ng/geom-splines": "^2.3.62",
59
- "@thi.ng/geom-subdiv-curve": "^3.0.68",
60
- "@thi.ng/geom-tessellate": "^3.0.68",
59
+ "@thi.ng/geom-subdiv-curve": "^3.0.69",
60
+ "@thi.ng/geom-tessellate": "^3.0.69",
61
61
  "@thi.ng/hiccup": "^5.3.24",
62
- "@thi.ng/hiccup-svg": "^5.5.7",
62
+ "@thi.ng/hiccup-svg": "^5.5.9",
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",
66
66
  "@thi.ng/random": "^4.1.27",
67
67
  "@thi.ng/strings": "^3.9.22",
68
- "@thi.ng/transducers": "^9.6.9",
68
+ "@thi.ng/transducers": "^9.6.10",
69
69
  "@thi.ng/vectors": "^8.6.6"
70
70
  },
71
71
  "devDependencies": {
@@ -533,5 +533,5 @@
533
533
  "tag": "geometry",
534
534
  "year": 2013
535
535
  },
536
- "gitHead": "e215a3e8de3809736ba0042c93bd8703a5a1a337\n"
536
+ "gitHead": "3c3531350eec56011982583c694aeb1a2e0d0ff4\n"
537
537
  }