@thi.ng/geom-hull 2.0.1 → 2.0.7

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@2.0.0...@thi.ng/geom-hull@2.0.1) (2021-10-13)
6
+ ## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@2.0.6...@thi.ng/geom-hull@2.0.7) (2021-11-03)
7
7
 
8
8
  **Note:** Version bump only for package @thi.ng/geom-hull
9
9
 
@@ -40,10 +40,10 @@ Also:
40
40
 
41
41
 
42
42
 
43
- ## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@1.0.4...@thi.ng/geom-hull@1.0.5) (2021-09-03)
43
+ ## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@1.0.4...@thi.ng/geom-hull@1.0.5) (2021-09-03)
44
44
 
45
- **Note:** Version bump only for package @thi.ng/geom-hull
45
+ **Note:** Version bump only for package @thi.ng/geom-hull
46
46
 
47
- ## [0.0.61](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.60...@thi.ng/geom-hull@0.0.61) (2020-08-16)
47
+ ## [0.0.61](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.60...@thi.ng/geom-hull@0.0.61) (2020-08-16)
48
48
 
49
49
  **Note:** Version bump only for package @thi.ng/geom-hull
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-hull",
3
- "version": "2.0.1",
3
+ "version": "2.0.7",
4
4
  "description": "Fast 2D convex hull (Graham Scan)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,11 +34,11 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/math": "^5.0.1",
38
- "@thi.ng/vectors": "^7.0.1"
37
+ "@thi.ng/math": "^5.0.7",
38
+ "@thi.ng/vectors": "^7.0.7"
39
39
  },
40
40
  "devDependencies": {
41
- "@thi.ng/testament": "^0.1.1"
41
+ "@thi.ng/testament": "^0.1.6"
42
42
  },
43
43
  "keywords": [
44
44
  "2d",
@@ -71,5 +71,5 @@
71
71
  "parent": "@thi.ng/geom",
72
72
  "year": 2013
73
73
  },
74
- "gitHead": "2e6b3d7c0f4c5686c1e9bdb4902ed7d3f90bcc19"
74
+ "gitHead": "852cd2450617c86d15d18477dc634f17f04202eb"
75
75
  }