@thi.ng/geom 8.0.2 → 8.0.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 +26 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "8.0.2",
3
+ "version": "8.0.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": "^2.5.54",
40
+ "@thi.ng/adjacency": "^2.5.55",
41
41
  "@thi.ng/api": "^8.11.5",
42
- "@thi.ng/arrays": "^2.9.9",
43
- "@thi.ng/associative": "^6.3.63",
42
+ "@thi.ng/arrays": "^2.9.10",
43
+ "@thi.ng/associative": "^6.3.64",
44
44
  "@thi.ng/checks": "^3.6.7",
45
- "@thi.ng/defmulti": "^3.0.42",
45
+ "@thi.ng/defmulti": "^3.0.43",
46
46
  "@thi.ng/equiv": "^2.1.61",
47
- "@thi.ng/errors": "^2.5.10",
48
- "@thi.ng/geom-arc": "^2.1.135",
49
- "@thi.ng/geom-clip-line": "^2.3.92",
50
- "@thi.ng/geom-clip-poly": "^2.1.134",
51
- "@thi.ng/geom-closest-point": "^2.1.130",
52
- "@thi.ng/geom-hull": "^2.1.130",
53
- "@thi.ng/geom-isec": "^4.0.2",
54
- "@thi.ng/geom-poly-utils": "^3.0.2",
55
- "@thi.ng/geom-resample": "^3.0.2",
56
- "@thi.ng/geom-splines": "^2.3.2",
57
- "@thi.ng/geom-subdiv-curve": "^3.0.2",
58
- "@thi.ng/geom-tessellate": "^3.0.2",
59
- "@thi.ng/hiccup": "^5.2.4",
60
- "@thi.ng/hiccup-svg": "^5.3.2",
61
- "@thi.ng/math": "^5.11.2",
62
- "@thi.ng/matrices": "^2.4.2",
63
- "@thi.ng/random": "^3.8.3",
64
- "@thi.ng/strings": "^3.7.36",
65
- "@thi.ng/transducers": "^9.0.8",
66
- "@thi.ng/vectors": "^7.11.2"
47
+ "@thi.ng/errors": "^2.5.11",
48
+ "@thi.ng/geom-arc": "^2.1.136",
49
+ "@thi.ng/geom-clip-line": "^2.3.93",
50
+ "@thi.ng/geom-clip-poly": "^2.1.135",
51
+ "@thi.ng/geom-closest-point": "^2.1.131",
52
+ "@thi.ng/geom-hull": "^2.1.131",
53
+ "@thi.ng/geom-isec": "^4.0.3",
54
+ "@thi.ng/geom-poly-utils": "^3.0.3",
55
+ "@thi.ng/geom-resample": "^3.0.3",
56
+ "@thi.ng/geom-splines": "^2.3.3",
57
+ "@thi.ng/geom-subdiv-curve": "^3.0.3",
58
+ "@thi.ng/geom-tessellate": "^3.0.3",
59
+ "@thi.ng/hiccup": "^5.2.5",
60
+ "@thi.ng/hiccup-svg": "^5.3.3",
61
+ "@thi.ng/math": "^5.11.3",
62
+ "@thi.ng/matrices": "^2.4.3",
63
+ "@thi.ng/random": "^3.8.4",
64
+ "@thi.ng/strings": "^3.7.37",
65
+ "@thi.ng/transducers": "^9.0.9",
66
+ "@thi.ng/vectors": "^7.11.3"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@microsoft/api-extractor": "^7.47.0",
@@ -527,5 +527,5 @@
527
527
  ],
528
528
  "year": 2013
529
529
  },
530
- "gitHead": "70f493d9ccc97c5df5dda7e808e96cd1691097fc\n"
530
+ "gitHead": "ba4f2cd15eeb0cae30efe222524da4fed2a57267\n"
531
531
  }