@thi.ng/geom-tessellate 3.0.6 → 3.0.8

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 +15 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-07-22T13:15:57Z
3
+ - **Last updated**: 2024-08-10T15:03: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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-tessellate",
3
- "version": "3.0.6",
3
+ "version": "3.0.8",
4
4
  "description": "2D/3D convex polygon tessellators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,21 +37,21 @@
37
37
  "tool:viz": "bun tools/visualize.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.11.7",
41
- "@thi.ng/checks": "^3.6.9",
42
- "@thi.ng/geom-accel": "^4.0.6",
43
- "@thi.ng/geom-isec": "^4.0.6",
44
- "@thi.ng/geom-poly-utils": "^3.0.6",
45
- "@thi.ng/math": "^5.11.5",
46
- "@thi.ng/morton": "^3.1.92",
47
- "@thi.ng/transducers": "^9.0.12",
48
- "@thi.ng/vectors": "^7.11.6"
40
+ "@thi.ng/api": "^8.11.8",
41
+ "@thi.ng/checks": "^3.6.10",
42
+ "@thi.ng/geom-accel": "^4.1.1",
43
+ "@thi.ng/geom-isec": "^4.0.8",
44
+ "@thi.ng/geom-poly-utils": "^3.0.8",
45
+ "@thi.ng/math": "^5.11.7",
46
+ "@thi.ng/morton": "^3.1.94",
47
+ "@thi.ng/transducers": "^9.1.0",
48
+ "@thi.ng/vectors": "^7.11.8"
49
49
  },
50
50
  "devDependencies": {
51
- "@microsoft/api-extractor": "^7.47.0",
51
+ "@microsoft/api-extractor": "^7.47.5",
52
52
  "esbuild": "^0.23.0",
53
- "typedoc": "^0.26.3",
54
- "typescript": "^5.5.3"
53
+ "typedoc": "^0.26.5",
54
+ "typescript": "^5.5.4"
55
55
  },
56
56
  "keywords": [
57
57
  "2d",
@@ -59,6 +59,7 @@
59
59
  "convex",
60
60
  "geometry",
61
61
  "polygon",
62
+ "recursion",
62
63
  "shape",
63
64
  "subdivision",
64
65
  "tessellation",
@@ -119,5 +120,5 @@
119
120
  "parent": "@thi.ng/geom",
120
121
  "year": 2013
121
122
  },
122
- "gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n"
123
+ "gitHead": "e914ebbd81c56783c39cf746548c547cbacadc96\n"
123
124
  }