@thi.ng/geom 5.0.6 → 5.0.7

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 -1
  3. package/package.json +32 -32
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-06-14T07:58:51Z
3
+ - **Last updated**: 2023-08-04T10:58:19Z
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
@@ -199,7 +199,7 @@ For Node.js REPL:
199
199
  const geom = await import("@thi.ng/geom");
200
200
  ```
201
201
 
202
- Package sizes (brotli'd, pre-treeshake): ESM: 12.71 KB
202
+ Package sizes (brotli'd, pre-treeshake): ESM: 12.66 KB
203
203
 
204
204
  ## Dependencies
205
205
 
@@ -241,6 +241,7 @@ A selection:
241
241
 
242
242
  | Screenshot | Description | Live demo | Source |
243
243
  |:-----------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------------------|:-----------------------------------------------------------------------------------------|
244
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fiber-basics.png" width="240"/> | Fiber-based cooperative multitasking basics | [Demo](https://demo.thi.ng/umbrella/fiber-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fiber-basics) |
244
245
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/geom-convex-hull.png" width="240"/> | Convex hull & shape clipping of 2D polygons | [Demo](https://demo.thi.ng/umbrella/geom-convex-hull/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-convex-hull) |
245
246
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/geom-fuzz.png" width="240"/> | geom-fuzz basic shape & fill examples | [Demo](https://demo.thi.ng/umbrella/geom-fuzz-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-fuzz-basics) |
246
247
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/tessel.png" width="240"/> | Animated, recursive polygon tessellations | [Demo](https://demo.thi.ng/umbrella/geom-tessel/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-tessel) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "5.0.6",
3
+ "version": "5.0.7",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,41 +35,41 @@
35
35
  "tool:bpatch": "tools:node-esm tools/bpatch.ts"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.8.2",
39
- "@thi.ng/arrays": "^2.5.14",
40
- "@thi.ng/associative": "^6.2.39",
41
- "@thi.ng/checks": "^3.3.14",
42
- "@thi.ng/defmulti": "^2.1.38",
43
- "@thi.ng/equiv": "^2.1.24",
44
- "@thi.ng/errors": "^2.2.17",
45
- "@thi.ng/geom-api": "^3.4.19",
46
- "@thi.ng/geom-arc": "^2.1.62",
47
- "@thi.ng/geom-clip-line": "^2.3.19",
48
- "@thi.ng/geom-clip-poly": "^2.1.61",
49
- "@thi.ng/geom-closest-point": "^2.1.57",
50
- "@thi.ng/geom-hull": "^2.1.57",
51
- "@thi.ng/geom-isec": "^2.1.61",
52
- "@thi.ng/geom-poly-utils": "^2.3.45",
53
- "@thi.ng/geom-resample": "^2.2.19",
54
- "@thi.ng/geom-splines": "^2.2.36",
55
- "@thi.ng/geom-subdiv-curve": "^2.1.61",
56
- "@thi.ng/geom-tessellate": "^2.1.61",
57
- "@thi.ng/hiccup": "^4.2.42",
58
- "@thi.ng/hiccup-svg": "^5.0.6",
59
- "@thi.ng/math": "^5.5.0",
60
- "@thi.ng/matrices": "^2.1.58",
61
- "@thi.ng/random": "^3.5.0",
62
- "@thi.ng/strings": "^3.4.7",
63
- "@thi.ng/transducers": "^8.4.7",
64
- "@thi.ng/vectors": "^7.7.1"
38
+ "@thi.ng/api": "^8.9.0",
39
+ "@thi.ng/arrays": "^2.5.15",
40
+ "@thi.ng/associative": "^6.2.40",
41
+ "@thi.ng/checks": "^3.4.0",
42
+ "@thi.ng/defmulti": "^2.1.39",
43
+ "@thi.ng/equiv": "^2.1.25",
44
+ "@thi.ng/errors": "^2.3.0",
45
+ "@thi.ng/geom-api": "^3.4.20",
46
+ "@thi.ng/geom-arc": "^2.1.63",
47
+ "@thi.ng/geom-clip-line": "^2.3.20",
48
+ "@thi.ng/geom-clip-poly": "^2.1.62",
49
+ "@thi.ng/geom-closest-point": "^2.1.58",
50
+ "@thi.ng/geom-hull": "^2.1.58",
51
+ "@thi.ng/geom-isec": "^2.1.62",
52
+ "@thi.ng/geom-poly-utils": "^2.3.46",
53
+ "@thi.ng/geom-resample": "^2.2.20",
54
+ "@thi.ng/geom-splines": "^2.2.37",
55
+ "@thi.ng/geom-subdiv-curve": "^2.1.62",
56
+ "@thi.ng/geom-tessellate": "^2.1.62",
57
+ "@thi.ng/hiccup": "^4.2.43",
58
+ "@thi.ng/hiccup-svg": "^5.0.7",
59
+ "@thi.ng/math": "^5.5.1",
60
+ "@thi.ng/matrices": "^2.1.59",
61
+ "@thi.ng/random": "^3.5.1",
62
+ "@thi.ng/strings": "^3.4.8",
63
+ "@thi.ng/transducers": "^8.5.0",
64
+ "@thi.ng/vectors": "^7.7.2"
65
65
  },
66
66
  "devDependencies": {
67
- "@microsoft/api-extractor": "^7.35.3",
68
- "@thi.ng/testament": "^0.3.17",
67
+ "@microsoft/api-extractor": "^7.36.3",
68
+ "@thi.ng/testament": "^0.3.18",
69
69
  "rimraf": "^5.0.1",
70
70
  "tools": "^0.0.1",
71
71
  "typedoc": "^0.24.8",
72
- "typescript": "^5.1.3"
72
+ "typescript": "^5.1.6"
73
73
  },
74
74
  "keywords": [
75
75
  "2d",
@@ -398,5 +398,5 @@
398
398
  ],
399
399
  "year": 2013
400
400
  },
401
- "gitHead": "88cfe77770f3b07c788301dccefcb9547cd4aff6\n"
401
+ "gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n"
402
402
  }