@thi.ng/geom-tessellate 2.1.84 → 2.1.86

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-10-30T14:31:56Z
3
+ - **Last updated**: 2023-11-01T11:05:34Z
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
@@ -73,13 +73,14 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1018 bytes
73
73
 
74
74
  ## Usage examples
75
75
 
76
- One project in this repo's
76
+ Several projects in this repo's
77
77
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
78
- directory is using this package:
78
+ directory are using this package:
79
79
 
80
- | Screenshot | Description | Live demo | Source |
81
- |:----------------------------------------------------------------------------------------------------------|:------------------------------------------|:--------------------------------------------------|:-------------------------------------------------------------------------------|
82
- | <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) |
80
+ | Screenshot | Description | Live demo | Source |
81
+ |:----------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------|:-----------------------------------------------------|:----------------------------------------------------------------------------------|
82
+ | <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) |
83
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/pointfree-geom.jpg" width="240"/> | Live coding playground for 2D geometry generation using @thi.ng/pointfree-lang | [Demo](https://demo.thi.ng/umbrella/pointfree-geom/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/pointfree-geom) |
83
84
 
84
85
  ## API
85
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-tessellate",
3
- "version": "2.1.84",
3
+ "version": "2.1.86",
4
4
  "description": "2D/3D convex polygon tessellators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/checks": "^3.4.6",
38
- "@thi.ng/geom-api": "^3.4.42",
39
- "@thi.ng/geom-isec": "^2.1.84",
40
- "@thi.ng/geom-poly-utils": "^2.3.68",
41
- "@thi.ng/transducers": "^8.8.7",
42
- "@thi.ng/vectors": "^7.8.1"
38
+ "@thi.ng/geom-api": "^3.4.43",
39
+ "@thi.ng/geom-isec": "^2.1.85",
40
+ "@thi.ng/geom-poly-utils": "^2.3.69",
41
+ "@thi.ng/transducers": "^8.8.8",
42
+ "@thi.ng/vectors": "^7.8.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.38.0",
@@ -100,5 +100,5 @@
100
100
  "parent": "@thi.ng/geom",
101
101
  "year": 2013
102
102
  },
103
- "gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
103
+ "gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n"
104
104
  }