@thi.ng/geom 4.2.8 → 4.2.10

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 +11 -0
  3. package/package.json +31 -22
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-03-02T18:09:03Z
3
+ - **Last updated**: 2023-03-07T14:54:11Z
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
@@ -17,6 +17,7 @@ For the Clojure version, please visit: [thi.ng/geom-clj](https://thi.ng/geom-clj
17
17
  - [SVG support](#svg-support)
18
18
  - [Polymorphic operations](#polymorphic-operations)
19
19
  - [Support packages](#support-packages)
20
+ - [Related packages](#related-packages)
20
21
  - [Status](#status)
21
22
  - [Installation](#installation)
22
23
  - [Dependencies](#dependencies)
@@ -161,6 +162,16 @@ packages (which are more low-level, lightweight and usable by themselves too):
161
162
  - [@thi.ng/geom-trace-bitmap](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-trace-bitmap) - Bitmap image to hairline vector and point cloud conversions
162
163
  - [@thi.ng/geom-voronoi](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-voronoi) - Fast, incremental 2D Delaunay & Voronoi mesh implementation
163
164
 
165
+ ## Related packages
166
+
167
+ - [@thi.ng/axidraw](https://github.com/thi-ng/umbrella/tree/develop/packages/axidraw) - Minimal AxiDraw plotter/drawing machine controller for Node.js
168
+ - [@thi.ng/color](https://github.com/thi-ng/umbrella/tree/develop/packages/color) - Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets
169
+ - [@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup) - HTML/SVG/XML serialization of nested data structures, iterables & closures
170
+ - [@thi.ng/hiccup-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-canvas) - Hiccup shape tree renderer for vanilla Canvas 2D contexts
171
+ - [@thi.ng/hiccup-svg](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-svg) - SVG element functions for [@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup) & related tooling
172
+ - [@thi.ng/viz](https://github.com/thi-ng/umbrella/tree/develop/packages/viz) - Declarative, functional & multi-format data visualization toolkit based around [@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup)
173
+ - [@thi.ng/webgl](https://github.com/thi-ng/umbrella/tree/develop/packages/webgl) - WebGL & GLSL abstraction layer
174
+
164
175
  ## Status
165
176
 
166
177
  **STABLE** - used in production
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "4.2.8",
3
+ "version": "4.2.10",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,35 +37,35 @@
37
37
  "dependencies": {
38
38
  "@thi.ng/api": "^8.7.3",
39
39
  "@thi.ng/arrays": "^2.5.7",
40
- "@thi.ng/associative": "^6.2.29",
40
+ "@thi.ng/associative": "^6.2.30",
41
41
  "@thi.ng/checks": "^3.3.9",
42
- "@thi.ng/defmulti": "^2.1.31",
42
+ "@thi.ng/defmulti": "^2.1.32",
43
43
  "@thi.ng/equiv": "^2.1.19",
44
44
  "@thi.ng/errors": "^2.2.12",
45
- "@thi.ng/geom-api": "^3.4.7",
46
- "@thi.ng/geom-arc": "^2.1.50",
47
- "@thi.ng/geom-clip-line": "^2.3.7",
48
- "@thi.ng/geom-clip-poly": "^2.1.49",
49
- "@thi.ng/geom-closest-point": "^2.1.46",
50
- "@thi.ng/geom-hull": "^2.1.46",
51
- "@thi.ng/geom-isec": "^2.1.49",
52
- "@thi.ng/geom-poly-utils": "^2.3.33",
53
- "@thi.ng/geom-resample": "^2.2.7",
54
- "@thi.ng/geom-splines": "^2.2.24",
55
- "@thi.ng/geom-subdiv-curve": "^2.1.49",
56
- "@thi.ng/geom-tessellate": "^2.1.49",
57
- "@thi.ng/hiccup": "^4.2.35",
58
- "@thi.ng/hiccup-svg": "^4.3.36",
45
+ "@thi.ng/geom-api": "^3.4.8",
46
+ "@thi.ng/geom-arc": "^2.1.51",
47
+ "@thi.ng/geom-clip-line": "^2.3.8",
48
+ "@thi.ng/geom-clip-poly": "^2.1.50",
49
+ "@thi.ng/geom-closest-point": "^2.1.47",
50
+ "@thi.ng/geom-hull": "^2.1.47",
51
+ "@thi.ng/geom-isec": "^2.1.50",
52
+ "@thi.ng/geom-poly-utils": "^2.3.34",
53
+ "@thi.ng/geom-resample": "^2.2.8",
54
+ "@thi.ng/geom-splines": "^2.2.25",
55
+ "@thi.ng/geom-subdiv-curve": "^2.1.50",
56
+ "@thi.ng/geom-tessellate": "^2.1.50",
57
+ "@thi.ng/hiccup": "^4.2.36",
58
+ "@thi.ng/hiccup-svg": "^4.3.37",
59
59
  "@thi.ng/math": "^5.4.4",
60
- "@thi.ng/matrices": "^2.1.47",
60
+ "@thi.ng/matrices": "^2.1.48",
61
61
  "@thi.ng/random": "^3.3.26",
62
62
  "@thi.ng/strings": "^3.4.1",
63
- "@thi.ng/transducers": "^8.3.36",
64
- "@thi.ng/vectors": "^7.6.6"
63
+ "@thi.ng/transducers": "^8.3.37",
64
+ "@thi.ng/vectors": "^7.6.7"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@microsoft/api-extractor": "^7.34.2",
68
- "@thi.ng/testament": "^0.3.11",
68
+ "@thi.ng/testament": "^0.3.12",
69
69
  "rimraf": "^4.1.2",
70
70
  "tools": "^0.0.1",
71
71
  "typedoc": "^0.23.24",
@@ -384,7 +384,16 @@
384
384
  }
385
385
  },
386
386
  "thi.ng": {
387
+ "related": [
388
+ "axidraw",
389
+ "color",
390
+ "hiccup",
391
+ "hiccup-canvas",
392
+ "hiccup-svg",
393
+ "viz",
394
+ "webgl"
395
+ ],
387
396
  "year": 2013
388
397
  },
389
- "gitHead": "8342900eedc77bb09edb8c544804578b71f8acc6\n"
398
+ "gitHead": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n"
390
399
  }