@thi.ng/geom-hull 2.1.79 → 2.1.81

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-23T07:37:37Z
3
+ - **Last updated**: 2023-10-30T14:31:56Z
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
@@ -61,11 +61,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 414 bytes
61
61
 
62
62
  ## Usage examples
63
63
 
64
- Several demos in this repo's
64
+ One project in this repo's
65
65
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
66
- directory are using this package.
67
-
68
- A selection:
66
+ directory is using this package:
69
67
 
70
68
  | Screenshot | Description | Live demo | Source |
71
69
  |:------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------|:-------------------------------------------------------|:------------------------------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-hull",
3
- "version": "2.1.79",
3
+ "version": "2.1.81",
4
4
  "description": "Fast 2D convex hull (Graham Scan)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,8 +34,8 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/math": "^5.7.0",
38
- "@thi.ng/vectors": "^7.8.0"
37
+ "@thi.ng/math": "^5.7.1",
38
+ "@thi.ng/vectors": "^7.8.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-extractor": "^7.38.0",
@@ -76,5 +76,5 @@
76
76
  "parent": "@thi.ng/geom",
77
77
  "year": 2013
78
78
  },
79
- "gitHead": "502e8fa937677ff7bc4fbd0906d8c8b4b0b471e5\n"
79
+ "gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n"
80
80
  }