@thi.ng/geom-tessellate 3.0.2 → 3.0.3

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-tessellate",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "2D/3D convex polygon tessellators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,13 +39,13 @@
39
39
  "dependencies": {
40
40
  "@thi.ng/api": "^8.11.5",
41
41
  "@thi.ng/checks": "^3.6.7",
42
- "@thi.ng/geom-accel": "^4.0.2",
43
- "@thi.ng/geom-isec": "^4.0.2",
44
- "@thi.ng/geom-poly-utils": "^3.0.2",
45
- "@thi.ng/math": "^5.11.2",
46
- "@thi.ng/morton": "^3.1.89",
47
- "@thi.ng/transducers": "^9.0.8",
48
- "@thi.ng/vectors": "^7.11.2"
42
+ "@thi.ng/geom-accel": "^4.0.3",
43
+ "@thi.ng/geom-isec": "^4.0.3",
44
+ "@thi.ng/geom-poly-utils": "^3.0.3",
45
+ "@thi.ng/math": "^5.11.3",
46
+ "@thi.ng/morton": "^3.1.90",
47
+ "@thi.ng/transducers": "^9.0.9",
48
+ "@thi.ng/vectors": "^7.11.3"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.47.0",
@@ -119,5 +119,5 @@
119
119
  "parent": "@thi.ng/geom",
120
120
  "year": 2013
121
121
  },
122
- "gitHead": "70f493d9ccc97c5df5dda7e808e96cd1691097fc\n"
122
+ "gitHead": "ba4f2cd15eeb0cae30efe222524da4fed2a57267\n"
123
123
  }