@thi.ng/geom 8.1.2 → 8.1.3

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.
Files changed (1) hide show
  1. package/package.json +18 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "8.1.2",
3
+ "version": "8.1.3",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,33 +37,33 @@
37
37
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/adjacency": "^3.0.4",
40
+ "@thi.ng/adjacency": "^3.0.5",
41
41
  "@thi.ng/api": "^8.11.9",
42
42
  "@thi.ng/arrays": "^2.10.0",
43
43
  "@thi.ng/checks": "^3.6.11",
44
44
  "@thi.ng/defmulti": "^3.0.47",
45
45
  "@thi.ng/equiv": "^2.1.65",
46
46
  "@thi.ng/errors": "^2.5.15",
47
- "@thi.ng/geom-arc": "^2.1.142",
48
- "@thi.ng/geom-clip-line": "^2.3.99",
49
- "@thi.ng/geom-clip-poly": "^2.1.141",
50
- "@thi.ng/geom-closest-point": "^2.1.137",
51
- "@thi.ng/geom-hull": "^2.1.137",
52
- "@thi.ng/geom-isec": "^4.0.9",
53
- "@thi.ng/geom-poly-utils": "^3.0.9",
54
- "@thi.ng/geom-resample": "^3.0.9",
55
- "@thi.ng/geom-splines": "^2.3.9",
56
- "@thi.ng/geom-subdiv-curve": "^3.0.9",
57
- "@thi.ng/geom-tessellate": "^3.0.9",
47
+ "@thi.ng/geom-arc": "^2.1.143",
48
+ "@thi.ng/geom-clip-line": "^2.3.100",
49
+ "@thi.ng/geom-clip-poly": "^2.1.142",
50
+ "@thi.ng/geom-closest-point": "^2.1.138",
51
+ "@thi.ng/geom-hull": "^2.1.138",
52
+ "@thi.ng/geom-isec": "^4.0.10",
53
+ "@thi.ng/geom-poly-utils": "^3.0.10",
54
+ "@thi.ng/geom-resample": "^3.0.10",
55
+ "@thi.ng/geom-splines": "^2.3.10",
56
+ "@thi.ng/geom-subdiv-curve": "^3.0.10",
57
+ "@thi.ng/geom-tessellate": "^3.0.10",
58
58
  "@thi.ng/hiccup": "^5.2.10",
59
- "@thi.ng/hiccup-svg": "^5.3.9",
59
+ "@thi.ng/hiccup-svg": "^5.3.10",
60
60
  "@thi.ng/math": "^5.11.8",
61
- "@thi.ng/matrices": "^2.4.9",
61
+ "@thi.ng/matrices": "^2.4.10",
62
62
  "@thi.ng/object-utils": "^1.1.2",
63
63
  "@thi.ng/random": "^4.0.3",
64
64
  "@thi.ng/strings": "^3.8.4",
65
- "@thi.ng/transducers": "^9.1.1",
66
- "@thi.ng/vectors": "^7.11.9"
65
+ "@thi.ng/transducers": "^9.2.0",
66
+ "@thi.ng/vectors": "^7.11.10"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@microsoft/api-extractor": "^7.47.5",
@@ -530,5 +530,5 @@
530
530
  ],
531
531
  "year": 2013
532
532
  },
533
- "gitHead": "f6e26ea1142525171de5d36b9c3119f2782bb437\n"
533
+ "gitHead": "bfbc227cf5ca2d3c2984b3d4713eebd6225cbd54\n"
534
534
  }