@thi.ng/geom 6.0.18 → 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**: 2024-01-23T15:58:27Z
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/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.18",
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.17",
40
- "@thi.ng/arrays": "^2.7.14",
41
- "@thi.ng/associative": "^6.3.30",
42
- "@thi.ng/checks": "^3.4.17",
43
- "@thi.ng/defmulti": "^3.0.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
44
  "@thi.ng/equiv": "^2.1.42",
45
45
  "@thi.ng/errors": "^2.4.11",
46
- "@thi.ng/geom-api": "^3.4.57",
47
- "@thi.ng/geom-arc": "^2.1.100",
48
- "@thi.ng/geom-clip-line": "^2.3.57",
49
- "@thi.ng/geom-clip-poly": "^2.1.99",
50
- "@thi.ng/geom-closest-point": "^2.1.95",
51
- "@thi.ng/geom-hull": "^2.1.95",
52
- "@thi.ng/geom-isec": "^2.1.99",
53
- "@thi.ng/geom-poly-utils": "^2.3.83",
54
- "@thi.ng/geom-resample": "^2.3.21",
55
- "@thi.ng/geom-splines": "^2.2.74",
56
- "@thi.ng/geom-subdiv-curve": "^2.1.99",
57
- "@thi.ng/geom-tessellate": "^2.1.100",
58
- "@thi.ng/hiccup": "^5.1.6",
59
- "@thi.ng/hiccup-svg": "^5.2.3",
60
- "@thi.ng/math": "^5.7.12",
61
- "@thi.ng/matrices": "^2.3.5",
62
- "@thi.ng/random": "^3.6.24",
63
- "@thi.ng/strings": "^3.7.8",
64
- "@thi.ng/transducers": "^8.8.21",
65
- "@thi.ng/vectors": "^7.9.0"
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": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n"
401
+ "gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n"
402
402
  }