@thi.ng/geom 4.1.0 → 4.1.1

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 +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
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.6.2",
39
- "@thi.ng/arrays": "^2.4.7",
40
- "@thi.ng/associative": "^6.2.21",
39
+ "@thi.ng/arrays": "^2.5.0",
40
+ "@thi.ng/associative": "^6.2.22",
41
41
  "@thi.ng/checks": "^3.3.6",
42
42
  "@thi.ng/defmulti": "^2.1.26",
43
43
  "@thi.ng/equiv": "^2.1.16",
44
44
  "@thi.ng/errors": "^2.2.7",
45
- "@thi.ng/geom-api": "^3.3.23",
46
- "@thi.ng/geom-arc": "^2.1.41",
47
- "@thi.ng/geom-clip-line": "^2.2.3",
48
- "@thi.ng/geom-clip-poly": "^2.1.40",
49
- "@thi.ng/geom-closest-point": "^2.1.37",
50
- "@thi.ng/geom-hull": "^2.1.37",
51
- "@thi.ng/geom-isec": "^2.1.40",
52
- "@thi.ng/geom-poly-utils": "^2.3.24",
53
- "@thi.ng/geom-resample": "^2.1.41",
54
- "@thi.ng/geom-splines": "^2.2.15",
55
- "@thi.ng/geom-subdiv-curve": "^2.1.40",
56
- "@thi.ng/geom-tessellate": "^2.1.40",
45
+ "@thi.ng/geom-api": "^3.3.24",
46
+ "@thi.ng/geom-arc": "^2.1.42",
47
+ "@thi.ng/geom-clip-line": "^2.2.4",
48
+ "@thi.ng/geom-clip-poly": "^2.1.41",
49
+ "@thi.ng/geom-closest-point": "^2.1.38",
50
+ "@thi.ng/geom-hull": "^2.1.38",
51
+ "@thi.ng/geom-isec": "^2.1.41",
52
+ "@thi.ng/geom-poly-utils": "^2.3.25",
53
+ "@thi.ng/geom-resample": "^2.1.42",
54
+ "@thi.ng/geom-splines": "^2.2.16",
55
+ "@thi.ng/geom-subdiv-curve": "^2.1.41",
56
+ "@thi.ng/geom-tessellate": "^2.1.41",
57
57
  "@thi.ng/hiccup": "^4.2.28",
58
- "@thi.ng/hiccup-svg": "^4.3.26",
58
+ "@thi.ng/hiccup-svg": "^4.3.27",
59
59
  "@thi.ng/math": "^5.3.18",
60
- "@thi.ng/matrices": "^2.1.38",
60
+ "@thi.ng/matrices": "^2.1.39",
61
61
  "@thi.ng/random": "^3.3.20",
62
62
  "@thi.ng/strings": "^3.3.22",
63
- "@thi.ng/transducers": "^8.3.28",
64
- "@thi.ng/vectors": "^7.5.29"
63
+ "@thi.ng/transducers": "^8.3.29",
64
+ "@thi.ng/vectors": "^7.5.30"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@microsoft/api-extractor": "^7.33.7",
@@ -383,5 +383,5 @@
383
383
  "thi.ng": {
384
384
  "year": 2013
385
385
  },
386
- "gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
386
+ "gitHead": "28bb74c67217a352d673b6efdab234921d4a370e\n"
387
387
  }