@thi.ng/geom 6.0.38 → 6.0.40

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-03-09T09:18:17Z
3
+ - **Last updated**: 2024-03-13T14:04:31Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "6.0.38",
3
+ "version": "6.0.40",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,40 +37,40 @@
37
37
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.9.29",
41
- "@thi.ng/arrays": "^2.8.7",
42
- "@thi.ng/associative": "^6.3.47",
43
- "@thi.ng/checks": "^3.5.2",
44
- "@thi.ng/defmulti": "^3.0.30",
45
- "@thi.ng/equiv": "^2.1.51",
46
- "@thi.ng/errors": "^2.4.20",
47
- "@thi.ng/geom-api": "^3.4.75",
48
- "@thi.ng/geom-arc": "^2.1.118",
49
- "@thi.ng/geom-clip-line": "^2.3.75",
50
- "@thi.ng/geom-clip-poly": "^2.1.117",
51
- "@thi.ng/geom-closest-point": "^2.1.113",
52
- "@thi.ng/geom-hull": "^2.1.113",
53
- "@thi.ng/geom-isec": "^2.1.117",
54
- "@thi.ng/geom-poly-utils": "^2.3.101",
55
- "@thi.ng/geom-resample": "^2.3.39",
56
- "@thi.ng/geom-splines": "^2.2.92",
57
- "@thi.ng/geom-subdiv-curve": "^2.1.117",
58
- "@thi.ng/geom-tessellate": "^2.1.118",
59
- "@thi.ng/hiccup": "^5.1.20",
60
- "@thi.ng/hiccup-svg": "^5.2.23",
61
- "@thi.ng/math": "^5.10.6",
62
- "@thi.ng/matrices": "^2.3.23",
63
- "@thi.ng/random": "^3.6.36",
64
- "@thi.ng/strings": "^3.7.22",
65
- "@thi.ng/transducers": "^8.9.11",
66
- "@thi.ng/vectors": "^7.10.17"
40
+ "@thi.ng/api": "^8.9.30",
41
+ "@thi.ng/arrays": "^2.8.9",
42
+ "@thi.ng/associative": "^6.3.49",
43
+ "@thi.ng/checks": "^3.5.3",
44
+ "@thi.ng/defmulti": "^3.0.32",
45
+ "@thi.ng/equiv": "^2.1.52",
46
+ "@thi.ng/errors": "^2.5.1",
47
+ "@thi.ng/geom-api": "^3.4.77",
48
+ "@thi.ng/geom-arc": "^2.1.120",
49
+ "@thi.ng/geom-clip-line": "^2.3.77",
50
+ "@thi.ng/geom-clip-poly": "^2.1.119",
51
+ "@thi.ng/geom-closest-point": "^2.1.115",
52
+ "@thi.ng/geom-hull": "^2.1.115",
53
+ "@thi.ng/geom-isec": "^2.1.119",
54
+ "@thi.ng/geom-poly-utils": "^2.3.103",
55
+ "@thi.ng/geom-resample": "^2.3.41",
56
+ "@thi.ng/geom-splines": "^2.2.94",
57
+ "@thi.ng/geom-subdiv-curve": "^2.1.119",
58
+ "@thi.ng/geom-tessellate": "^2.1.120",
59
+ "@thi.ng/hiccup": "^5.1.22",
60
+ "@thi.ng/hiccup-svg": "^5.2.25",
61
+ "@thi.ng/math": "^5.10.7",
62
+ "@thi.ng/matrices": "^2.3.25",
63
+ "@thi.ng/random": "^3.6.38",
64
+ "@thi.ng/strings": "^3.7.24",
65
+ "@thi.ng/transducers": "^8.9.13",
66
+ "@thi.ng/vectors": "^7.10.19"
67
67
  },
68
68
  "devDependencies": {
69
- "@microsoft/api-extractor": "^7.40.1",
70
- "esbuild": "^0.20.0",
69
+ "@microsoft/api-extractor": "^7.42.3",
70
+ "esbuild": "^0.20.1",
71
71
  "rimraf": "^5.0.5",
72
- "typedoc": "^0.25.7",
73
- "typescript": "^5.3.3"
72
+ "typedoc": "^0.25.12",
73
+ "typescript": "^5.4.2"
74
74
  },
75
75
  "keywords": [
76
76
  "2d",
@@ -399,5 +399,5 @@
399
399
  ],
400
400
  "year": 2013
401
401
  },
402
- "gitHead": "0d3bacf526db92363b43e81356e8cef18368272a\n"
402
+ "gitHead": "bc0f3cb07d6f1cab6dbdc5ff57428f5484e711bb\n"
403
403
  }
package/point-at.d.ts CHANGED
@@ -19,7 +19,6 @@ import type { Vec } from "@thi.ng/vectors";
19
19
  * - {@link Quad}
20
20
  * - {@link Quadratic}
21
21
  * - {@link Ray}
22
- * - {@link Ray3}
23
22
  * - {@link Rect}
24
23
  * - {@link Triangle}
25
24
  *
@@ -37,7 +37,7 @@ import { Group } from "./api/group.js";
37
37
  *
38
38
  * Result serialized to SVG:
39
39
  *
40
- * ```svg
40
+ * ```xml
41
41
  * <g>
42
42
  * <g>
43
43
  * <polyline fill="none" points="100,0 70.7,70.7 0.0,100 -43.4,82.0" stroke="red"/>