@thi.ng/geom 5.2.9 → 5.2.10

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -0
  3. package/package.json +33 -33
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-10-18T18:06:31Z
3
+ - **Last updated**: 2023-10-23T07:37:37Z
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
@@ -247,6 +247,7 @@ A selection:
247
247
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/geom-convex-hull.png" width="240"/> | Convex hull & shape clipping of 2D polygons | [Demo](https://demo.thi.ng/umbrella/geom-convex-hull/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-convex-hull) |
248
248
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/geom-fuzz.png" width="240"/> | geom-fuzz basic shape & fill examples | [Demo](https://demo.thi.ng/umbrella/geom-fuzz-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-fuzz-basics) |
249
249
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/geom-sdf-logo.jpg" width="240"/> | (Re)Constructing the thi.ng logo using a 2D signed-distance field | [Demo](https://demo.thi.ng/umbrella/geom-sdf-logo/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-sdf-logo) |
250
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/geom-terrain-viz.jpg" width="240"/> | 2.5D hidden line visualization of digital elevation files (DEM) | [Demo](https://demo.thi.ng/umbrella/geom-terrain-viz/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-terrain-viz) |
250
251
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/tessel.png" width="240"/> | Animated, recursive polygon tessellations | [Demo](https://demo.thi.ng/umbrella/geom-tessel/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-tessel) |
251
252
  | <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) |
252
253
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/gesture-analysis.png" width="240"/> | Mouse gesture / stroke analysis, simplification, corner detection | [Demo](https://demo.thi.ng/umbrella/gesture-analysis/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/gesture-analysis) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "5.2.9",
3
+ "version": "5.2.10",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,40 +35,40 @@
35
35
  "tool:bpatch": "tools:node-esm tools/bpatch.ts"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.5",
39
- "@thi.ng/arrays": "^2.6.3",
40
- "@thi.ng/associative": "^6.3.11",
41
- "@thi.ng/checks": "^3.4.5",
42
- "@thi.ng/defmulti": "^3.0.0",
43
- "@thi.ng/equiv": "^2.1.30",
44
- "@thi.ng/errors": "^2.3.5",
45
- "@thi.ng/geom-api": "^3.4.37",
46
- "@thi.ng/geom-arc": "^2.1.80",
47
- "@thi.ng/geom-clip-line": "^2.3.37",
48
- "@thi.ng/geom-clip-poly": "^2.1.79",
49
- "@thi.ng/geom-closest-point": "^2.1.75",
50
- "@thi.ng/geom-hull": "^2.1.75",
51
- "@thi.ng/geom-isec": "^2.1.79",
52
- "@thi.ng/geom-poly-utils": "^2.3.63",
53
- "@thi.ng/geom-resample": "^2.3.1",
54
- "@thi.ng/geom-splines": "^2.2.54",
55
- "@thi.ng/geom-subdiv-curve": "^2.1.79",
56
- "@thi.ng/geom-tessellate": "^2.1.79",
57
- "@thi.ng/hiccup": "^5.0.1",
58
- "@thi.ng/hiccup-svg": "^5.0.25",
59
- "@thi.ng/math": "^5.6.2",
60
- "@thi.ng/matrices": "^2.1.77",
61
- "@thi.ng/random": "^3.6.8",
62
- "@thi.ng/strings": "^3.6.0",
63
- "@thi.ng/transducers": "^8.8.2",
64
- "@thi.ng/vectors": "^7.7.19"
38
+ "@thi.ng/api": "^8.9.6",
39
+ "@thi.ng/arrays": "^2.6.4",
40
+ "@thi.ng/associative": "^6.3.12",
41
+ "@thi.ng/checks": "^3.4.6",
42
+ "@thi.ng/defmulti": "^3.0.1",
43
+ "@thi.ng/equiv": "^2.1.31",
44
+ "@thi.ng/errors": "^2.3.6",
45
+ "@thi.ng/geom-api": "^3.4.38",
46
+ "@thi.ng/geom-arc": "^2.1.81",
47
+ "@thi.ng/geom-clip-line": "^2.3.38",
48
+ "@thi.ng/geom-clip-poly": "^2.1.80",
49
+ "@thi.ng/geom-closest-point": "^2.1.76",
50
+ "@thi.ng/geom-hull": "^2.1.76",
51
+ "@thi.ng/geom-isec": "^2.1.80",
52
+ "@thi.ng/geom-poly-utils": "^2.3.64",
53
+ "@thi.ng/geom-resample": "^2.3.2",
54
+ "@thi.ng/geom-splines": "^2.2.55",
55
+ "@thi.ng/geom-subdiv-curve": "^2.1.80",
56
+ "@thi.ng/geom-tessellate": "^2.1.80",
57
+ "@thi.ng/hiccup": "^5.0.2",
58
+ "@thi.ng/hiccup-svg": "^5.0.26",
59
+ "@thi.ng/math": "^5.6.3",
60
+ "@thi.ng/matrices": "^2.2.0",
61
+ "@thi.ng/random": "^3.6.9",
62
+ "@thi.ng/strings": "^3.6.1",
63
+ "@thi.ng/transducers": "^8.8.3",
64
+ "@thi.ng/vectors": "^7.7.20"
65
65
  },
66
66
  "devDependencies": {
67
- "@microsoft/api-extractor": "^7.36.4",
68
- "@thi.ng/testament": "^0.3.23",
69
- "rimraf": "^5.0.1",
67
+ "@microsoft/api-extractor": "^7.38.0",
68
+ "@thi.ng/testament": "^0.3.24",
69
+ "rimraf": "^5.0.5",
70
70
  "tools": "^0.0.1",
71
- "typedoc": "^0.25.0",
71
+ "typedoc": "^0.25.2",
72
72
  "typescript": "^5.2.2"
73
73
  },
74
74
  "keywords": [
@@ -398,5 +398,5 @@
398
398
  ],
399
399
  "year": 2013
400
400
  },
401
- "gitHead": "46e445c09f2909d1aeaa9fdc8d8b3aa61c114db2\n"
401
+ "gitHead": "8d46d9326a9f9b81d65e7e274446f5964f9942ac\n"
402
402
  }