@thi.ng/geom-subdiv-curve 3.0.52 → 3.0.53

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-07-10T14:20:23Z
3
+ - **Last updated**: 2025-07-11T22:07:07Z
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/kernels.d.ts CHANGED
@@ -71,7 +71,7 @@ export declare const SUBDIV_DLG: SubdivKernel;
71
71
  *
72
72
  * // subdivide polyline with the kernel
73
73
  * console.log(
74
- * subdivide([[0,0], [100, 100], [200, 0]], kernel)
74
+ * subdivide([[0,0], [100, 100], [200, 0]], [kernel])
75
75
  * );
76
76
  * // [
77
77
  * // [ 0, 0 ], [ 50, 0 ], [ 50, 100 ], [ 100, 100 ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-subdiv-curve",
3
- "version": "3.0.52",
3
+ "version": "3.0.53",
4
4
  "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -93,5 +93,5 @@
93
93
  ],
94
94
  "tag": "subdivision"
95
95
  },
96
- "gitHead": "56d8f088389b22192a06e9a395b5eecebf47697a\n"
96
+ "gitHead": "186d38b07f4ba940a8127cbe2379a38036eff387\n"
97
97
  }