@thi.ng/geom 6.0.17 → 6.0.19

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-12-31T09:44:24Z
3
+ - **Last updated**: 2024-01-26T18:03:04Z
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
@@ -293,4 +293,4 @@ If this project contributes to an academic publication, please cite it as:
293
293
 
294
294
  ## License
295
295
 
296
- © 2013 - 2023 Karsten Schmidt // Apache License 2.0
296
+ © 2013 - 2024 Karsten Schmidt // Apache License 2.0
package/as-polygon.d.ts CHANGED
@@ -16,7 +16,7 @@ import { Polygon } from "./api/polygon.js";
16
16
  * - {@link Ellipse}
17
17
  * - {@link Line}
18
18
  * - {@link Path}
19
- * - {@link Poly}
19
+ * - {@link Polygon}
20
20
  * - {@link Polyline} (will be closed)
21
21
  * - {@link Quad}
22
22
  * - {@link Rect}
package/as-polyline.d.ts CHANGED
@@ -18,7 +18,7 @@ import { Polyline } from "./api/polyline.js";
18
18
  * - {@link Ellipse}
19
19
  * - {@link Line}
20
20
  * - {@link Path}
21
- * - {@link Poly}
21
+ * - {@link Polygon}
22
22
  * - {@link Polyline}
23
23
  * - {@link Quad}
24
24
  * - {@link Quadratic}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "6.0.17",
3
+ "version": "6.0.19",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,33 +36,33 @@
36
36
  "tool:bpatch": "bun tools/bpatch.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.9.16",
40
- "@thi.ng/arrays": "^2.7.13",
41
- "@thi.ng/associative": "^6.3.29",
42
- "@thi.ng/checks": "^3.4.16",
43
- "@thi.ng/defmulti": "^3.0.14",
44
- "@thi.ng/equiv": "^2.1.41",
45
- "@thi.ng/errors": "^2.4.10",
46
- "@thi.ng/geom-api": "^3.4.56",
47
- "@thi.ng/geom-arc": "^2.1.99",
48
- "@thi.ng/geom-clip-line": "^2.3.56",
49
- "@thi.ng/geom-clip-poly": "^2.1.98",
50
- "@thi.ng/geom-closest-point": "^2.1.94",
51
- "@thi.ng/geom-hull": "^2.1.94",
52
- "@thi.ng/geom-isec": "^2.1.98",
53
- "@thi.ng/geom-poly-utils": "^2.3.82",
54
- "@thi.ng/geom-resample": "^2.3.20",
55
- "@thi.ng/geom-splines": "^2.2.73",
56
- "@thi.ng/geom-subdiv-curve": "^2.1.98",
57
- "@thi.ng/geom-tessellate": "^2.1.99",
58
- "@thi.ng/hiccup": "^5.1.5",
59
- "@thi.ng/hiccup-svg": "^5.2.2",
60
- "@thi.ng/math": "^5.7.11",
61
- "@thi.ng/matrices": "^2.3.4",
62
- "@thi.ng/random": "^3.6.23",
63
- "@thi.ng/strings": "^3.7.7",
64
- "@thi.ng/transducers": "^8.8.20",
65
- "@thi.ng/vectors": "^7.8.15"
39
+ "@thi.ng/api": "^8.9.18",
40
+ "@thi.ng/arrays": "^2.7.15",
41
+ "@thi.ng/associative": "^6.3.31",
42
+ "@thi.ng/checks": "^3.4.18",
43
+ "@thi.ng/defmulti": "^3.0.16",
44
+ "@thi.ng/equiv": "^2.1.42",
45
+ "@thi.ng/errors": "^2.4.11",
46
+ "@thi.ng/geom-api": "^3.4.58",
47
+ "@thi.ng/geom-arc": "^2.1.101",
48
+ "@thi.ng/geom-clip-line": "^2.3.58",
49
+ "@thi.ng/geom-clip-poly": "^2.1.100",
50
+ "@thi.ng/geom-closest-point": "^2.1.96",
51
+ "@thi.ng/geom-hull": "^2.1.96",
52
+ "@thi.ng/geom-isec": "^2.1.100",
53
+ "@thi.ng/geom-poly-utils": "^2.3.84",
54
+ "@thi.ng/geom-resample": "^2.3.22",
55
+ "@thi.ng/geom-splines": "^2.2.75",
56
+ "@thi.ng/geom-subdiv-curve": "^2.1.100",
57
+ "@thi.ng/geom-tessellate": "^2.1.101",
58
+ "@thi.ng/hiccup": "^5.1.7",
59
+ "@thi.ng/hiccup-svg": "^5.2.4",
60
+ "@thi.ng/math": "^5.8.0",
61
+ "@thi.ng/matrices": "^2.3.6",
62
+ "@thi.ng/random": "^3.6.25",
63
+ "@thi.ng/strings": "^3.7.9",
64
+ "@thi.ng/transducers": "^8.8.22",
65
+ "@thi.ng/vectors": "^7.10.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@microsoft/api-extractor": "^7.39.0",
@@ -398,5 +398,5 @@
398
398
  ],
399
399
  "year": 2013
400
400
  },
401
- "gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n"
401
+ "gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n"
402
402
  }