@thi.ng/geom 6.0.3 → 6.0.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 +19 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,31 +36,31 @@
36
36
  "dependencies": {
37
37
  "@thi.ng/api": "^8.9.8",
38
38
  "@thi.ng/arrays": "^2.7.4",
39
- "@thi.ng/associative": "^6.3.19",
39
+ "@thi.ng/associative": "^6.3.20",
40
40
  "@thi.ng/checks": "^3.4.8",
41
41
  "@thi.ng/defmulti": "^3.0.6",
42
42
  "@thi.ng/equiv": "^2.1.33",
43
43
  "@thi.ng/errors": "^2.4.2",
44
- "@thi.ng/geom-api": "^3.4.45",
45
- "@thi.ng/geom-arc": "^2.1.88",
46
- "@thi.ng/geom-clip-line": "^2.3.45",
47
- "@thi.ng/geom-clip-poly": "^2.1.87",
48
- "@thi.ng/geom-closest-point": "^2.1.83",
49
- "@thi.ng/geom-hull": "^2.1.83",
50
- "@thi.ng/geom-isec": "^2.1.87",
51
- "@thi.ng/geom-poly-utils": "^2.3.71",
52
- "@thi.ng/geom-resample": "^2.3.9",
53
- "@thi.ng/geom-splines": "^2.2.62",
54
- "@thi.ng/geom-subdiv-curve": "^2.1.87",
55
- "@thi.ng/geom-tessellate": "^2.1.88",
44
+ "@thi.ng/geom-api": "^3.4.46",
45
+ "@thi.ng/geom-arc": "^2.1.89",
46
+ "@thi.ng/geom-clip-line": "^2.3.46",
47
+ "@thi.ng/geom-clip-poly": "^2.1.88",
48
+ "@thi.ng/geom-closest-point": "^2.1.84",
49
+ "@thi.ng/geom-hull": "^2.1.84",
50
+ "@thi.ng/geom-isec": "^2.1.88",
51
+ "@thi.ng/geom-poly-utils": "^2.3.72",
52
+ "@thi.ng/geom-resample": "^2.3.10",
53
+ "@thi.ng/geom-splines": "^2.2.63",
54
+ "@thi.ng/geom-subdiv-curve": "^2.1.88",
55
+ "@thi.ng/geom-tessellate": "^2.1.89",
56
56
  "@thi.ng/hiccup": "^5.0.7",
57
- "@thi.ng/hiccup-svg": "^5.0.33",
57
+ "@thi.ng/hiccup-svg": "^5.0.34",
58
58
  "@thi.ng/math": "^5.7.3",
59
- "@thi.ng/matrices": "^2.2.8",
59
+ "@thi.ng/matrices": "^2.2.9",
60
60
  "@thi.ng/random": "^3.6.14",
61
61
  "@thi.ng/strings": "^3.6.6",
62
- "@thi.ng/transducers": "^8.8.10",
63
- "@thi.ng/vectors": "^7.8.4"
62
+ "@thi.ng/transducers": "^8.8.11",
63
+ "@thi.ng/vectors": "^7.8.5"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@microsoft/api-extractor": "^7.38.2",
@@ -397,5 +397,5 @@
397
397
  ],
398
398
  "year": 2013
399
399
  },
400
- "gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n"
400
+ "gitHead": "2be4c38c9680da929339bd164acfb69ebb1fd3d0\n"
401
401
  }