@thi.ng/geom 6.0.39 → 6.0.41

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 +26 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "6.0.39",
3
+ "version": "6.0.41",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,32 +38,32 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@thi.ng/api": "^8.9.30",
41
- "@thi.ng/arrays": "^2.8.8",
42
- "@thi.ng/associative": "^6.3.48",
43
- "@thi.ng/checks": "^3.5.3",
44
- "@thi.ng/defmulti": "^3.0.31",
41
+ "@thi.ng/arrays": "^2.8.10",
42
+ "@thi.ng/associative": "^6.3.50",
43
+ "@thi.ng/checks": "^3.5.4",
44
+ "@thi.ng/defmulti": "^3.0.33",
45
45
  "@thi.ng/equiv": "^2.1.52",
46
- "@thi.ng/errors": "^2.5.0",
47
- "@thi.ng/geom-api": "^3.4.76",
48
- "@thi.ng/geom-arc": "^2.1.119",
49
- "@thi.ng/geom-clip-line": "^2.3.76",
50
- "@thi.ng/geom-clip-poly": "^2.1.118",
51
- "@thi.ng/geom-closest-point": "^2.1.114",
52
- "@thi.ng/geom-hull": "^2.1.114",
53
- "@thi.ng/geom-isec": "^2.1.118",
54
- "@thi.ng/geom-poly-utils": "^2.3.102",
55
- "@thi.ng/geom-resample": "^2.3.40",
56
- "@thi.ng/geom-splines": "^2.2.93",
57
- "@thi.ng/geom-subdiv-curve": "^2.1.118",
58
- "@thi.ng/geom-tessellate": "^2.1.119",
59
- "@thi.ng/hiccup": "^5.1.21",
60
- "@thi.ng/hiccup-svg": "^5.2.24",
46
+ "@thi.ng/errors": "^2.5.1",
47
+ "@thi.ng/geom-api": "^3.4.78",
48
+ "@thi.ng/geom-arc": "^2.1.121",
49
+ "@thi.ng/geom-clip-line": "^2.3.78",
50
+ "@thi.ng/geom-clip-poly": "^2.1.120",
51
+ "@thi.ng/geom-closest-point": "^2.1.116",
52
+ "@thi.ng/geom-hull": "^2.1.116",
53
+ "@thi.ng/geom-isec": "^2.1.120",
54
+ "@thi.ng/geom-poly-utils": "^2.3.104",
55
+ "@thi.ng/geom-resample": "^2.3.42",
56
+ "@thi.ng/geom-splines": "^2.2.95",
57
+ "@thi.ng/geom-subdiv-curve": "^2.1.120",
58
+ "@thi.ng/geom-tessellate": "^2.1.121",
59
+ "@thi.ng/hiccup": "^5.1.23",
60
+ "@thi.ng/hiccup-svg": "^5.2.26",
61
61
  "@thi.ng/math": "^5.10.7",
62
- "@thi.ng/matrices": "^2.3.24",
63
- "@thi.ng/random": "^3.6.37",
64
- "@thi.ng/strings": "^3.7.23",
65
- "@thi.ng/transducers": "^8.9.12",
66
- "@thi.ng/vectors": "^7.10.18"
62
+ "@thi.ng/matrices": "^2.3.26",
63
+ "@thi.ng/random": "^3.6.39",
64
+ "@thi.ng/strings": "^3.7.25",
65
+ "@thi.ng/transducers": "^8.9.14",
66
+ "@thi.ng/vectors": "^7.10.20"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@microsoft/api-extractor": "^7.42.3",
@@ -399,5 +399,5 @@
399
399
  ],
400
400
  "year": 2013
401
401
  },
402
- "gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n"
402
+ "gitHead": "4b3d4ab6ce373ca817ad780f679572169a9ed733\n"
403
403
  }