@thi.ng/geom 5.2.3 → 5.2.4

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 +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "5.2.3",
3
+ "version": "5.2.4",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,32 +36,32 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@thi.ng/api": "^8.9.5",
39
- "@thi.ng/arrays": "^2.5.23",
40
- "@thi.ng/associative": "^6.3.6",
39
+ "@thi.ng/arrays": "^2.5.24",
40
+ "@thi.ng/associative": "^6.3.7",
41
41
  "@thi.ng/checks": "^3.4.5",
42
42
  "@thi.ng/defmulti": "^3.0.0",
43
43
  "@thi.ng/equiv": "^2.1.30",
44
44
  "@thi.ng/errors": "^2.3.5",
45
- "@thi.ng/geom-api": "^3.4.32",
46
- "@thi.ng/geom-arc": "^2.1.75",
47
- "@thi.ng/geom-clip-line": "^2.3.32",
48
- "@thi.ng/geom-clip-poly": "^2.1.74",
49
- "@thi.ng/geom-closest-point": "^2.1.70",
50
- "@thi.ng/geom-hull": "^2.1.70",
51
- "@thi.ng/geom-isec": "^2.1.74",
52
- "@thi.ng/geom-poly-utils": "^2.3.58",
53
- "@thi.ng/geom-resample": "^2.2.32",
54
- "@thi.ng/geom-splines": "^2.2.49",
55
- "@thi.ng/geom-subdiv-curve": "^2.1.74",
56
- "@thi.ng/geom-tessellate": "^2.1.74",
57
- "@thi.ng/hiccup": "^4.3.3",
58
- "@thi.ng/hiccup-svg": "^5.0.20",
45
+ "@thi.ng/geom-api": "^3.4.33",
46
+ "@thi.ng/geom-arc": "^2.1.76",
47
+ "@thi.ng/geom-clip-line": "^2.3.33",
48
+ "@thi.ng/geom-clip-poly": "^2.1.75",
49
+ "@thi.ng/geom-closest-point": "^2.1.71",
50
+ "@thi.ng/geom-hull": "^2.1.71",
51
+ "@thi.ng/geom-isec": "^2.1.75",
52
+ "@thi.ng/geom-poly-utils": "^2.3.59",
53
+ "@thi.ng/geom-resample": "^2.2.33",
54
+ "@thi.ng/geom-splines": "^2.2.50",
55
+ "@thi.ng/geom-subdiv-curve": "^2.1.75",
56
+ "@thi.ng/geom-tessellate": "^2.1.75",
57
+ "@thi.ng/hiccup": "^5.0.0",
58
+ "@thi.ng/hiccup-svg": "^5.0.21",
59
59
  "@thi.ng/math": "^5.6.1",
60
- "@thi.ng/matrices": "^2.1.71",
61
- "@thi.ng/random": "^3.6.4",
62
- "@thi.ng/strings": "^3.5.0",
63
- "@thi.ng/transducers": "^8.7.0",
64
- "@thi.ng/vectors": "^7.7.14"
60
+ "@thi.ng/matrices": "^2.1.72",
61
+ "@thi.ng/random": "^3.6.5",
62
+ "@thi.ng/strings": "^3.6.0",
63
+ "@thi.ng/transducers": "^8.7.1",
64
+ "@thi.ng/vectors": "^7.7.15"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@microsoft/api-extractor": "^7.36.4",
@@ -398,5 +398,5 @@
398
398
  ],
399
399
  "year": 2013
400
400
  },
401
- "gitHead": "b2ef5a1b8932d067af4ec2fc7da03d59d6868dc7\n"
401
+ "gitHead": "c22e8996cee284ebe8ea88582beb1ab5fc6ee503\n"
402
402
  }