@thi.ng/geom-voronoi 2.3.21 → 2.3.22

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**: 2023-08-27T11:20:59Z
3
+ - **Last updated**: 2023-10-18T18:06:31Z
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
@@ -93,6 +93,7 @@ A selection:
93
93
  | Screenshot | Description | Live demo | Source |
94
94
  |:------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:-------------------------------------------------------|:------------------------------------------------------------------------------------|
95
95
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/geom-voronoi-mst.jpg" width="240"/> | Poisson-disk shape-aware sampling, Voronoi & Minimum Spanning Tree visualization | [Demo](https://demo.thi.ng/umbrella/geom-voronoi-mst/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-voronoi-mst) |
96
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/quasi-lattice.png" width="240"/> | Quasi-random lattice generator | [Demo](https://demo.thi.ng/umbrella/quasi-lattice/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/quasi-lattice) |
96
97
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rotating-voronoi.jpg" width="240"/> | Animated Voronoi diagram, cubic splines & SVG download | [Demo](https://demo.thi.ng/umbrella/rotating-voronoi/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rotating-voronoi) |
97
98
 
98
99
  ## API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-voronoi",
3
- "version": "2.3.21",
3
+ "version": "2.3.22",
4
4
  "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,15 +35,15 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/api": "^8.9.5",
38
- "@thi.ng/bitfield": "^2.2.38",
38
+ "@thi.ng/bitfield": "^2.3.0",
39
39
  "@thi.ng/checks": "^3.4.5",
40
- "@thi.ng/geom-clip-line": "^2.3.36",
41
- "@thi.ng/geom-clip-poly": "^2.1.78",
42
- "@thi.ng/geom-isec": "^2.1.78",
43
- "@thi.ng/geom-poly-utils": "^2.3.62",
40
+ "@thi.ng/geom-clip-line": "^2.3.37",
41
+ "@thi.ng/geom-clip-poly": "^2.1.79",
42
+ "@thi.ng/geom-isec": "^2.1.79",
43
+ "@thi.ng/geom-poly-utils": "^2.3.63",
44
44
  "@thi.ng/math": "^5.6.2",
45
45
  "@thi.ng/quad-edge": "^3.1.35",
46
- "@thi.ng/vectors": "^7.7.18"
46
+ "@thi.ng/vectors": "^7.7.19"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.36.4",
@@ -91,5 +91,5 @@
91
91
  ],
92
92
  "year": 2016
93
93
  },
94
- "gitHead": "d492ecb41df758db372a76449ea9b5bad47b25c4\n"
94
+ "gitHead": "46e445c09f2909d1aeaa9fdc8d8b3aa61c114db2\n"
95
95
  }