@thi.ng/geom-voronoi 2.2.34 → 2.2.35
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 +5 -5
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
3
|
+
- **Last updated**: 2022-11-23T22:46:54Z
|
|
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.
|
|
@@ -63,17 +63,17 @@ and/or version bumps of transitive dependencies.
|
|
|
63
63
|
|
|
64
64
|
#### ♻️ Refactoring
|
|
65
65
|
|
|
66
|
-
- update imports ([3c655f5](https://github.com/thi-ng/umbrella/commit/3c655f5))
|
|
67
|
-
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
68
66
|
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
69
67
|
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
68
|
+
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
69
|
+
- update imports ([3c655f5](https://github.com/thi-ng/umbrella/commit/3c655f5))
|
|
70
70
|
|
|
71
71
|
### [0.2.13](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-voronoi@0.2.13) (2020-12-07)
|
|
72
72
|
|
|
73
73
|
#### ♻️ Refactoring
|
|
74
74
|
|
|
75
|
-
- update type-only imports in remaining pkgs ([b22aa30](https://github.com/thi-ng/umbrella/commit/b22aa30))
|
|
76
75
|
- update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
|
|
76
|
+
- update type-only imports in remaining pkgs ([b22aa30](https://github.com/thi-ng/umbrella/commit/b22aa30))
|
|
77
77
|
|
|
78
78
|
### [0.2.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-voronoi@0.2.2) (2020-07-28)
|
|
79
79
|
|
|
@@ -100,8 +100,8 @@ and/or version bumps of transitive dependencies.
|
|
|
100
100
|
|
|
101
101
|
#### ♻️ Refactoring
|
|
102
102
|
|
|
103
|
-
- update imports ([a957ea8](https://github.com/thi-ng/umbrella/commit/a957ea8))
|
|
104
103
|
- update geom-clip deps & imports ([26bc558](https://github.com/thi-ng/umbrella/commit/26bc558))
|
|
104
|
+
- update imports ([a957ea8](https://github.com/thi-ng/umbrella/commit/a957ea8))
|
|
105
105
|
|
|
106
106
|
### [0.1.18](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-voronoi@0.1.18) (2019-07-07)
|
|
107
107
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom-voronoi",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.35",
|
|
4
4
|
"description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.4.
|
|
38
|
-
"@thi.ng/bitfield": "^2.2.
|
|
39
|
-
"@thi.ng/checks": "^3.3.
|
|
40
|
-
"@thi.ng/geom-clip-line": "^2.1.
|
|
41
|
-
"@thi.ng/geom-clip-poly": "^2.1.
|
|
42
|
-
"@thi.ng/geom-isec": "^2.1.
|
|
43
|
-
"@thi.ng/geom-poly-utils": "^2.3.
|
|
44
|
-
"@thi.ng/math": "^5.3.
|
|
45
|
-
"@thi.ng/quad-edge": "^3.1.
|
|
46
|
-
"@thi.ng/vectors": "^7.5.
|
|
37
|
+
"@thi.ng/api": "^8.4.6",
|
|
38
|
+
"@thi.ng/bitfield": "^2.2.12",
|
|
39
|
+
"@thi.ng/checks": "^3.3.3",
|
|
40
|
+
"@thi.ng/geom-clip-line": "^2.1.35",
|
|
41
|
+
"@thi.ng/geom-clip-poly": "^2.1.35",
|
|
42
|
+
"@thi.ng/geom-isec": "^2.1.35",
|
|
43
|
+
"@thi.ng/geom-poly-utils": "^2.3.19",
|
|
44
|
+
"@thi.ng/math": "^5.3.13",
|
|
45
|
+
"@thi.ng/quad-edge": "^3.1.15",
|
|
46
|
+
"@thi.ng/vectors": "^7.5.24"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@microsoft/api-extractor": "^7.33.5",
|
|
50
|
-
"@thi.ng/testament": "^0.3.
|
|
50
|
+
"@thi.ng/testament": "^0.3.5",
|
|
51
51
|
"rimraf": "^3.0.2",
|
|
52
52
|
"tools": "^0.0.1",
|
|
53
|
-
"typedoc": "^0.23.
|
|
53
|
+
"typedoc": "^0.23.20",
|
|
54
54
|
"typescript": "^4.8.4"
|
|
55
55
|
},
|
|
56
56
|
"keywords": [
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"node": ">=12.7"
|
|
77
77
|
},
|
|
78
78
|
"files": [
|
|
79
|
-
"
|
|
80
|
-
"
|
|
79
|
+
"./*.js",
|
|
80
|
+
"./*.d.ts"
|
|
81
81
|
],
|
|
82
82
|
"exports": {
|
|
83
83
|
".": {
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
],
|
|
92
92
|
"year": 2016
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
|
|
95
95
|
}
|