@thi.ng/geom 5.2.1 → 5.2.2

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-08-29T09:49:09Z
3
+ - **Last updated**: 2023-09-06T13:36:28Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -200,7 +200,7 @@ For Node.js REPL:
200
200
  const geom = await import("@thi.ng/geom");
201
201
  ```
202
202
 
203
- Package sizes (brotli'd, pre-treeshake): ESM: 12.75 KB
203
+ Package sizes (brotli'd, pre-treeshake): ESM: 12.78 KB
204
204
 
205
205
  ## Dependencies
206
206
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,31 +37,31 @@
37
37
  "dependencies": {
38
38
  "@thi.ng/api": "^8.9.5",
39
39
  "@thi.ng/arrays": "^2.5.22",
40
- "@thi.ng/associative": "^6.3.4",
40
+ "@thi.ng/associative": "^6.3.5",
41
41
  "@thi.ng/checks": "^3.4.5",
42
- "@thi.ng/defmulti": "^2.1.44",
42
+ "@thi.ng/defmulti": "^2.1.45",
43
43
  "@thi.ng/equiv": "^2.1.30",
44
44
  "@thi.ng/errors": "^2.3.5",
45
- "@thi.ng/geom-api": "^3.4.30",
46
- "@thi.ng/geom-arc": "^2.1.73",
47
- "@thi.ng/geom-clip-line": "^2.3.30",
48
- "@thi.ng/geom-clip-poly": "^2.1.72",
49
- "@thi.ng/geom-closest-point": "^2.1.68",
50
- "@thi.ng/geom-hull": "^2.1.68",
51
- "@thi.ng/geom-isec": "^2.1.72",
52
- "@thi.ng/geom-poly-utils": "^2.3.56",
53
- "@thi.ng/geom-resample": "^2.2.30",
54
- "@thi.ng/geom-splines": "^2.2.47",
55
- "@thi.ng/geom-subdiv-curve": "^2.1.72",
56
- "@thi.ng/geom-tessellate": "^2.1.72",
57
- "@thi.ng/hiccup": "^4.3.1",
58
- "@thi.ng/hiccup-svg": "^5.0.18",
45
+ "@thi.ng/geom-api": "^3.4.31",
46
+ "@thi.ng/geom-arc": "^2.1.74",
47
+ "@thi.ng/geom-clip-line": "^2.3.31",
48
+ "@thi.ng/geom-clip-poly": "^2.1.73",
49
+ "@thi.ng/geom-closest-point": "^2.1.69",
50
+ "@thi.ng/geom-hull": "^2.1.69",
51
+ "@thi.ng/geom-isec": "^2.1.73",
52
+ "@thi.ng/geom-poly-utils": "^2.3.57",
53
+ "@thi.ng/geom-resample": "^2.2.31",
54
+ "@thi.ng/geom-splines": "^2.2.48",
55
+ "@thi.ng/geom-subdiv-curve": "^2.1.73",
56
+ "@thi.ng/geom-tessellate": "^2.1.73",
57
+ "@thi.ng/hiccup": "^4.3.2",
58
+ "@thi.ng/hiccup-svg": "^5.0.19",
59
59
  "@thi.ng/math": "^5.6.1",
60
- "@thi.ng/matrices": "^2.1.69",
60
+ "@thi.ng/matrices": "^2.1.70",
61
61
  "@thi.ng/random": "^3.6.4",
62
62
  "@thi.ng/strings": "^3.4.13",
63
- "@thi.ng/transducers": "^8.6.4",
64
- "@thi.ng/vectors": "^7.7.12"
63
+ "@thi.ng/transducers": "^8.6.5",
64
+ "@thi.ng/vectors": "^7.7.13"
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": "34c3bd36b0133af05abc7fe66affa01dd99704ac\n"
401
+ "gitHead": "1bbef970bab7f7def0700e587cf0471e1e1ef9f3\n"
402
402
  }