@thi.ng/geom 8.3.21 → 8.3.22

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/api/ray.d.ts CHANGED
@@ -9,6 +9,6 @@ export declare class Ray implements IHiccupShape2<Ray> {
9
9
  constructor(pos: Vec, dir: Vec, attribs?: Attribs | undefined);
10
10
  copy(): Ray;
11
11
  withAttribs(attribs: Attribs): Ray;
12
- toHiccup(): (string | Vec<number> | Attribs | undefined)[];
12
+ toHiccup(): (string | Attribs | Vec<number> | undefined)[];
13
13
  }
14
14
  //# sourceMappingURL=ray.d.ts.map
package/api/ray3.d.ts CHANGED
@@ -9,6 +9,6 @@ export declare class Ray3 implements IHiccupShape3<Ray3> {
9
9
  constructor(pos: Vec, dir: Vec, attribs?: Attribs | undefined);
10
10
  copy(): Ray3;
11
11
  withAttribs(attribs: Attribs): Ray3;
12
- toHiccup(): (string | Vec<number> | Attribs | undefined)[];
12
+ toHiccup(): (string | Attribs | Vec<number> | undefined)[];
13
13
  }
14
14
  //# sourceMappingURL=ray3.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "8.3.21",
3
+ "version": "8.3.22",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -41,33 +41,33 @@
41
41
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@thi.ng/adjacency": "^3.0.75",
45
- "@thi.ng/api": "^8.12.16",
46
- "@thi.ng/arrays": "^2.14.12",
47
- "@thi.ng/checks": "^3.8.6",
48
- "@thi.ng/defmulti": "^3.0.93",
44
+ "@thi.ng/adjacency": "^3.0.76",
45
+ "@thi.ng/api": "^8.12.17",
46
+ "@thi.ng/arrays": "^2.14.13",
47
+ "@thi.ng/checks": "^3.8.7",
48
+ "@thi.ng/defmulti": "^3.0.94",
49
49
  "@thi.ng/equiv": "^2.1.106",
50
- "@thi.ng/errors": "^2.6.5",
51
- "@thi.ng/geom-arc": "^2.1.212",
52
- "@thi.ng/geom-clip-line": "^2.3.169",
53
- "@thi.ng/geom-clip-poly": "^2.1.211",
54
- "@thi.ng/geom-closest-point": "^2.1.207",
55
- "@thi.ng/geom-hull": "^2.1.207",
56
- "@thi.ng/geom-isec": "^4.0.79",
57
- "@thi.ng/geom-poly-utils": "^3.1.16",
58
- "@thi.ng/geom-resample": "^3.0.79",
59
- "@thi.ng/geom-splines": "^2.3.79",
60
- "@thi.ng/geom-subdiv-curve": "^3.0.89",
61
- "@thi.ng/geom-tessellate": "^3.0.89",
62
- "@thi.ng/hiccup": "^5.3.40",
63
- "@thi.ng/hiccup-svg": "^5.6.6",
64
- "@thi.ng/math": "^5.15.5",
65
- "@thi.ng/matrices": "^3.0.38",
66
- "@thi.ng/object-utils": "^1.3.8",
67
- "@thi.ng/random": "^4.1.41",
68
- "@thi.ng/strings": "^3.10.0",
69
- "@thi.ng/transducers": "^9.6.29",
70
- "@thi.ng/vectors": "^8.6.23"
50
+ "@thi.ng/errors": "^2.6.6",
51
+ "@thi.ng/geom-arc": "^2.1.213",
52
+ "@thi.ng/geom-clip-line": "^2.3.170",
53
+ "@thi.ng/geom-clip-poly": "^2.1.212",
54
+ "@thi.ng/geom-closest-point": "^2.1.208",
55
+ "@thi.ng/geom-hull": "^2.1.208",
56
+ "@thi.ng/geom-isec": "^4.0.80",
57
+ "@thi.ng/geom-poly-utils": "^3.1.17",
58
+ "@thi.ng/geom-resample": "^3.0.80",
59
+ "@thi.ng/geom-splines": "^2.3.80",
60
+ "@thi.ng/geom-subdiv-curve": "^3.0.90",
61
+ "@thi.ng/geom-tessellate": "^3.0.90",
62
+ "@thi.ng/hiccup": "^5.4.0",
63
+ "@thi.ng/hiccup-svg": "^5.6.7",
64
+ "@thi.ng/math": "^5.15.6",
65
+ "@thi.ng/matrices": "^3.0.39",
66
+ "@thi.ng/object-utils": "^1.3.9",
67
+ "@thi.ng/random": "^4.1.42",
68
+ "@thi.ng/strings": "^3.10.1",
69
+ "@thi.ng/transducers": "^9.6.30",
70
+ "@thi.ng/vectors": "^8.6.24"
71
71
  },
72
72
  "devDependencies": {
73
73
  "esbuild": "^0.27.2",
@@ -534,5 +534,5 @@
534
534
  "tag": "geometry",
535
535
  "year": 2013
536
536
  },
537
- "gitHead": "82ec7cc54d0e89dad89cde87fa36c444512d71d7\n"
537
+ "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
538
538
  }