@thi.ng/geom 5.2.13 → 5.2.14

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 +2 -4
  3. package/package.json +25 -25
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-10-27T16:56:24Z
3
+ - **Last updated**: 2023-10-30T14:31:56Z
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
@@ -234,11 +234,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 12.76 KB
234
234
 
235
235
  ## Usage examples
236
236
 
237
- Several demos in this repo's
237
+ Several projects in this repo's
238
238
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
239
- directory are using this package.
240
-
241
- A selection:
239
+ directory are using this package:
242
240
 
243
241
  | Screenshot | Description | Live demo | Source |
244
242
  |:-----------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------------------|:-----------------------------------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "5.2.13",
3
+ "version": "5.2.14",
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.6",
39
- "@thi.ng/arrays": "^2.7.0",
40
- "@thi.ng/associative": "^6.3.15",
39
+ "@thi.ng/arrays": "^2.7.1",
40
+ "@thi.ng/associative": "^6.3.16",
41
41
  "@thi.ng/checks": "^3.4.6",
42
- "@thi.ng/defmulti": "^3.0.2",
42
+ "@thi.ng/defmulti": "^3.0.3",
43
43
  "@thi.ng/equiv": "^2.1.31",
44
44
  "@thi.ng/errors": "^2.4.0",
45
- "@thi.ng/geom-api": "^3.4.41",
46
- "@thi.ng/geom-arc": "^2.1.84",
47
- "@thi.ng/geom-clip-line": "^2.3.41",
48
- "@thi.ng/geom-clip-poly": "^2.1.83",
49
- "@thi.ng/geom-closest-point": "^2.1.79",
50
- "@thi.ng/geom-hull": "^2.1.79",
51
- "@thi.ng/geom-isec": "^2.1.83",
52
- "@thi.ng/geom-poly-utils": "^2.3.67",
53
- "@thi.ng/geom-resample": "^2.3.5",
54
- "@thi.ng/geom-splines": "^2.2.58",
55
- "@thi.ng/geom-subdiv-curve": "^2.1.83",
56
- "@thi.ng/geom-tessellate": "^2.1.83",
57
- "@thi.ng/hiccup": "^5.0.3",
58
- "@thi.ng/hiccup-svg": "^5.0.29",
59
- "@thi.ng/math": "^5.7.0",
60
- "@thi.ng/matrices": "^2.2.3",
61
- "@thi.ng/random": "^3.6.10",
62
- "@thi.ng/strings": "^3.6.2",
63
- "@thi.ng/transducers": "^8.8.6",
64
- "@thi.ng/vectors": "^7.8.0"
45
+ "@thi.ng/geom-api": "^3.4.42",
46
+ "@thi.ng/geom-arc": "^2.1.85",
47
+ "@thi.ng/geom-clip-line": "^2.3.42",
48
+ "@thi.ng/geom-clip-poly": "^2.1.84",
49
+ "@thi.ng/geom-closest-point": "^2.1.80",
50
+ "@thi.ng/geom-hull": "^2.1.80",
51
+ "@thi.ng/geom-isec": "^2.1.84",
52
+ "@thi.ng/geom-poly-utils": "^2.3.68",
53
+ "@thi.ng/geom-resample": "^2.3.6",
54
+ "@thi.ng/geom-splines": "^2.2.59",
55
+ "@thi.ng/geom-subdiv-curve": "^2.1.84",
56
+ "@thi.ng/geom-tessellate": "^2.1.84",
57
+ "@thi.ng/hiccup": "^5.0.4",
58
+ "@thi.ng/hiccup-svg": "^5.0.30",
59
+ "@thi.ng/math": "^5.7.1",
60
+ "@thi.ng/matrices": "^2.2.4",
61
+ "@thi.ng/random": "^3.6.11",
62
+ "@thi.ng/strings": "^3.6.3",
63
+ "@thi.ng/transducers": "^8.8.7",
64
+ "@thi.ng/vectors": "^7.8.1"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@microsoft/api-extractor": "^7.38.0",
@@ -398,5 +398,5 @@
398
398
  ],
399
399
  "year": 2013
400
400
  },
401
- "gitHead": "502e8fa937677ff7bc4fbd0906d8c8b4b0b471e5\n"
401
+ "gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
402
402
  }