From 73139849c7b46c0451693d994e14a34bc2434280 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Thu, 23 Jun 2022 14:16:19 +0200 Subject: [PATCH] Publish --- packages/base-n/CHANGELOG.md | 2 +- packages/base-n/package.json | 2 +- packages/cellular/CHANGELOG.md | 2 +- packages/cellular/package.json | 2 +- packages/color/CHANGELOG.md | 2 +- packages/color/package.json | 2 +- packages/date/CHANGELOG.md | 2 +- packages/date/package.json | 2 +- packages/file-io/CHANGELOG.md | 2 +- packages/file-io/package.json | 2 +- packages/fuzzy-viz/package.json | 6 +- packages/geom-accel/package.json | 6 +- packages/geom-api/CHANGELOG.md | 2 +- packages/geom-api/package.json | 2 +- packages/geom-arc/package.json | 6 +- packages/geom-clip-line/package.json | 4 +- packages/geom-clip-poly/package.json | 6 +- packages/geom-fuzz/package.json | 12 +- packages/geom-isec/package.json | 4 +- packages/geom-poly-utils/CHANGELOG.md | 12 +- packages/geom-poly-utils/package.json | 4 +- packages/geom-resample/package.json | 4 +- packages/geom-sdf/CHANGELOG.md | 25 +++- packages/geom-sdf/package.json | 10 +- packages/geom-splines/package.json | 8 +- packages/geom-subdiv-curve/package.json | 4 +- packages/geom-tessellate/package.json | 8 +- packages/geom-voronoi/package.json | 10 +- packages/geom/CHANGELOG.md | 8 +- packages/geom/package.json | 24 ++-- packages/hdom-canvas/package.json | 4 +- packages/hiccup-canvas/package.json | 4 +- packages/hiccup-markdown/package.json | 4 +- packages/hiccup-svg/CHANGELOG.md | 2 +- packages/hiccup-svg/package.json | 4 +- packages/imgui/package.json | 10 +- packages/intervals/CHANGELOG.md | 2 +- packages/intervals/package.json | 2 +- packages/ksuid/package.json | 4 +- packages/poisson/package.json | 4 +- packages/random-fxhash/package.json | 4 +- packages/rdom-canvas/package.json | 4 +- packages/system/CHANGELOG.md | 2 +- packages/system/package.json | 2 +- packages/text-canvas/package.json | 4 +- yarn.lock | 144 ++++++++++++------------ 46 files changed, 212 insertions(+), 173 deletions(-) diff --git a/packages/base-n/CHANGELOG.md b/packages/base-n/CHANGELOG.md index 5c632d9877..e4ebe8e4da 100644 --- a/packages/base-n/CHANGELOG.md +++ b/packages/base-n/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-06-09T16:14:01Z +- **Last updated**: 2022-06-23T12:16:18Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/base-n/package.json b/packages/base-n/package.json index 84f17b6e85..bcf44132dc 100644 --- a/packages/base-n/package.json +++ b/packages/base-n/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/base-n", - "version": "2.3.1", + "version": "2.3.2", "description": "Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints", "type": "module", "module": "./index.js", diff --git a/packages/cellular/CHANGELOG.md b/packages/cellular/CHANGELOG.md index 370938c288..de94715f42 100644 --- a/packages/cellular/CHANGELOG.md +++ b/packages/cellular/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-06-20T17:33:30Z +- **Last updated**: 2022-06-23T12:16:18Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/cellular/package.json b/packages/cellular/package.json index 43a79bc1eb..95e7716d89 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.1", + "version": "0.2.2", "description": "Highly customizable 1D cellular automata, shared env, multiple rules, arbitrary sized/shaped neighborhoods, short term memory, cell states etc.", "type": "module", "module": "./index.js", diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index f8b705372f..eb262bb32d 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-06-09T16:14:01Z +- **Last updated**: 2022-06-23T12:16:18Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/color/package.json b/packages/color/package.json index 7cd1c394b2..a35a66e546 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.1.1", + "version": "5.1.2", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index 6c1b54c555..cdc935cd94 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-06-15T14:57:37Z +- **Last updated**: 2022-06-23T12:16:18Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/date/package.json b/packages/date/package.json index 593a3fb1f0..ed77e90252 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.3.0", + "version": "2.3.1", "description": "Datetime types, relative dates, math, iterators, composable formatters, locales", "type": "module", "module": "./index.js", diff --git a/packages/file-io/CHANGELOG.md b/packages/file-io/CHANGELOG.md index d34a341762..36df235a56 100644 --- a/packages/file-io/CHANGELOG.md +++ b/packages/file-io/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-06-09T16:14:01Z +- **Last updated**: 2022-06-23T12:16:18Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/file-io/package.json b/packages/file-io/package.json index 0ad3959d8c..87df0d3747 100644 --- a/packages/file-io/package.json +++ b/packages/file-io/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/file-io", - "version": "0.3.3", + "version": "0.3.4", "description": "Assorted file I/O utils (with logging support) for NodeJS", "type": "module", "module": "./index.js", diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index da03584c4e..07db5cf99d 100644 --- a/packages/fuzzy-viz/package.json +++ b/packages/fuzzy-viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy-viz", - "version": "2.1.15", + "version": "2.1.16", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ "@thi.ng/api": "^8.3.7", "@thi.ng/fuzzy": "^2.1.7", "@thi.ng/hiccup": "^4.2.9", - "@thi.ng/hiccup-svg": "^4.3.0", + "@thi.ng/hiccup-svg": "^4.3.1", "@thi.ng/math": "^5.3.3", "@thi.ng/strings": "^3.3.5", - "@thi.ng/text-canvas": "^2.3.6" + "@thi.ng/text-canvas": "^2.3.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.25.0", diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index b8979d3efc..55a3803d3e 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "3.2.6", + "version": "3.2.7", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/checks": "^3.2.1", "@thi.ng/equiv": "^2.1.7", "@thi.ng/errors": "^2.1.7", - "@thi.ng/geom-api": "^3.2.0", - "@thi.ng/geom-isec": "^2.1.15", + "@thi.ng/geom-api": "^3.2.1", + "@thi.ng/geom-isec": "^2.1.16", "@thi.ng/heaps": "^2.1.7", "@thi.ng/math": "^5.3.3", "@thi.ng/transducers": "^8.3.5", diff --git a/packages/geom-api/CHANGELOG.md b/packages/geom-api/CHANGELOG.md index 19a2a18b89..0595ebbfe1 100644 --- a/packages/geom-api/CHANGELOG.md +++ b/packages/geom-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-06-20T17:33:30Z +- **Last updated**: 2022-06-23T12:16:18Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-api/package.json b/packages/geom-api/package.json index 1a668fb3a4..a972709e88 100644 --- a/packages/geom-api/package.json +++ b/packages/geom-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-api", - "version": "3.2.0", + "version": "3.2.1", "description": "Shared type & interface declarations for @thi.ng/geom packages", "type": "module", "module": "./index.js", diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index d1c71f0b52..e159be94ca 100644 --- a/packages/geom-arc/package.json +++ b/packages/geom-arc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-arc", - "version": "2.1.15", + "version": "2.1.16", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ }, "dependencies": { "@thi.ng/checks": "^3.2.1", - "@thi.ng/geom-api": "^3.2.0", - "@thi.ng/geom-resample": "^2.1.15", + "@thi.ng/geom-api": "^3.2.1", + "@thi.ng/geom-resample": "^2.1.16", "@thi.ng/math": "^5.3.3", "@thi.ng/vectors": "^7.5.6" }, diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index e2faef8e28..05cb874257 100644 --- a/packages/geom-clip-line/package.json +++ b/packages/geom-clip-line/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-clip-line", - "version": "2.1.15", + "version": "2.1.16", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.3.7", - "@thi.ng/geom-isec": "^2.1.15", + "@thi.ng/geom-isec": "^2.1.16", "@thi.ng/vectors": "^7.5.6" }, "devDependencies": { diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index d8fb4fe682..ead7dce4c2 100644 --- a/packages/geom-clip-poly/package.json +++ b/packages/geom-clip-poly/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-clip-poly", - "version": "2.1.15", + "version": "2.1.16", "description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)", "type": "module", "module": "./index.js", @@ -34,8 +34,8 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/geom-isec": "^2.1.15", - "@thi.ng/geom-poly-utils": "^2.2.7", + "@thi.ng/geom-isec": "^2.1.16", + "@thi.ng/geom-poly-utils": "^2.3.0", "@thi.ng/math": "^5.3.3", "@thi.ng/vectors": "^7.5.6" }, diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index d28e898464..e4ac09001c 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "2.1.15", + "version": "2.1.16", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "dependencies": { "@thi.ng/api": "^8.3.7", "@thi.ng/associative": "^6.1.10", - "@thi.ng/color": "^5.1.1", - "@thi.ng/geom": "^3.3.0", - "@thi.ng/geom-api": "^3.2.0", - "@thi.ng/geom-clip-line": "^2.1.15", - "@thi.ng/geom-resample": "^2.1.15", + "@thi.ng/color": "^5.1.2", + "@thi.ng/geom": "^3.3.1", + "@thi.ng/geom-api": "^3.2.1", + "@thi.ng/geom-clip-line": "^2.1.16", + "@thi.ng/geom-resample": "^2.1.16", "@thi.ng/grid-iterators": "^2.3.4", "@thi.ng/transducers": "^8.3.5", "@thi.ng/vectors": "^7.5.6" diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index 2cbb6fe693..39319723dd 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "2.1.15", + "version": "2.1.16", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.3.7", - "@thi.ng/geom-api": "^3.2.0", + "@thi.ng/geom-api": "^3.2.1", "@thi.ng/geom-closest-point": "^2.1.14", "@thi.ng/math": "^5.3.3", "@thi.ng/vectors": "^7.5.6" diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index bad838c3cf..b4aef66015 100644 --- a/packages/geom-poly-utils/CHANGELOG.md +++ b/packages/geom-poly-utils/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-06-09T16:14:01Z +- **Last updated**: 2022-06-23T12:16:18Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,16 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-poly-utils@2.3.0) (2022-06-23) + +#### 🚀 Features + +- add boundingCircle/Sphere() ([2f9ff9a](https://github.com/thi-ng/umbrella/commit/2f9ff9a)) + +#### ⏱ Performance improvements + +- avoid destructuring in boundingCircle/Sphere() ([c46836c](https://github.com/thi-ng/umbrella/commit/c46836c)) + ## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-poly-utils@2.2.0) (2022-03-11) #### 🚀 Features diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index 7c1e672635..db2027249a 100644 --- a/packages/geom-poly-utils/package.json +++ b/packages/geom-poly-utils/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-poly-utils", - "version": "2.2.7", + "version": "2.3.0", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.3.7", "@thi.ng/errors": "^2.1.7", - "@thi.ng/geom-api": "^3.2.0", + "@thi.ng/geom-api": "^3.2.1", "@thi.ng/math": "^5.3.3", "@thi.ng/vectors": "^7.5.6" }, diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index 606be8318b..7deac8fb88 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "2.1.15", + "version": "2.1.16", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/checks": "^3.2.1", - "@thi.ng/geom-api": "^3.2.0", + "@thi.ng/geom-api": "^3.2.1", "@thi.ng/geom-closest-point": "^2.1.14", "@thi.ng/math": "^5.3.3", "@thi.ng/vectors": "^7.5.6" diff --git a/packages/geom-sdf/CHANGELOG.md b/packages/geom-sdf/CHANGELOG.md index 08c9add5c9..7faac419cb 100644 --- a/packages/geom-sdf/CHANGELOG.md +++ b/packages/geom-sdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-06-20T18:04:57Z +- **Last updated**: 2022-06-23T12:16:18Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,29 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-sdf@0.2.0) (2022-06-23) + +#### 🚀 Features + +- major update: combinators, modifiers, shape support ([4ffbc86](https://github.com/thi-ng/umbrella/commit/4ffbc86)) + - support more shapes (and conversions) in asSDF() + - update/extend SDFAttribs + - add new SDF combinators (chamfer, round, step) + - add higher order combinators defOp(), defParamOp() + - add support for combinator params to be spatial + - update asSDF() to support more shape types and auto-convert to poly/line + - add domain modifiers, update `sample2d()` to support domain mods + - update various distance functions (incl. uniform arg order, minimize allocs) + - add docstrings +- add bounds pre-checks, update SDFAttribs, ops ([ddf0a6e](https://github.com/thi-ng/umbrella/commit/ddf0a6e)) + - update `SDFn` signature, add opt. min dist param + - add `withBoundingCircle/Rect()` SDF wrappers + - update shape fns (points2, polygon2, polyline2) + - update SDF combinators (union, isec, diff etc.) + - update `asSDF()` group impl + - update `SDFAttribs`, allow `round` & `smooth` opts to be field based + - add docstrings + ### [0.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-sdf@0.1.1) (2022-06-20) #### 🩹 Bug fixes diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index 15159a996a..2d62200d9c 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.1.1", + "version": "0.2.0", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ "@thi.ng/checks": "^3.2.1", "@thi.ng/defmulti": "^2.1.7", "@thi.ng/errors": "^2.1.7", - "@thi.ng/geom": "^3.3.0", - "@thi.ng/geom-api": "^3.2.0", + "@thi.ng/geom": "^3.3.1", + "@thi.ng/geom-api": "^3.2.1", "@thi.ng/geom-isoline": "^2.1.14", - "@thi.ng/geom-poly-utils": "^2.2.7", - "@thi.ng/geom-resample": "^2.1.15", + "@thi.ng/geom-poly-utils": "^2.3.0", + "@thi.ng/geom-resample": "^2.1.16", "@thi.ng/math": "^5.3.3", "@thi.ng/transducers": "^8.3.5", "@thi.ng/vectors": "^7.5.6" diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index 3162dd7468..523eb9a2a3 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "2.1.15", + "version": "2.1.16", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "dependencies": { "@thi.ng/api": "^8.3.7", "@thi.ng/checks": "^3.2.1", - "@thi.ng/geom-api": "^3.2.0", - "@thi.ng/geom-arc": "^2.1.15", - "@thi.ng/geom-resample": "^2.1.15", + "@thi.ng/geom-api": "^3.2.1", + "@thi.ng/geom-arc": "^2.1.16", + "@thi.ng/geom-resample": "^2.1.16", "@thi.ng/math": "^5.3.3", "@thi.ng/vectors": "^7.5.6" }, diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index e1b5b9640b..55df854e65 100644 --- a/packages/geom-subdiv-curve/package.json +++ b/packages/geom-subdiv-curve/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-subdiv-curve", - "version": "2.1.15", + "version": "2.1.16", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.3.7", - "@thi.ng/geom-api": "^3.2.0", + "@thi.ng/geom-api": "^3.2.1", "@thi.ng/transducers": "^8.3.5", "@thi.ng/vectors": "^7.5.6" }, diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index a4896e3417..6e33204634 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-tessellate", - "version": "2.1.15", + "version": "2.1.16", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ }, "dependencies": { "@thi.ng/checks": "^3.2.1", - "@thi.ng/geom-api": "^3.2.0", - "@thi.ng/geom-isec": "^2.1.15", - "@thi.ng/geom-poly-utils": "^2.2.7", + "@thi.ng/geom-api": "^3.2.1", + "@thi.ng/geom-isec": "^2.1.16", + "@thi.ng/geom-poly-utils": "^2.3.0", "@thi.ng/transducers": "^8.3.5", "@thi.ng/vectors": "^7.5.6" }, diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index dd027f56ca..0154a1961b 100644 --- a/packages/geom-voronoi/package.json +++ b/packages/geom-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-voronoi", - "version": "2.2.15", + "version": "2.2.16", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ "@thi.ng/api": "^8.3.7", "@thi.ng/bitfield": "^2.1.8", "@thi.ng/checks": "^3.2.1", - "@thi.ng/geom-clip-line": "^2.1.15", - "@thi.ng/geom-clip-poly": "^2.1.15", - "@thi.ng/geom-isec": "^2.1.15", - "@thi.ng/geom-poly-utils": "^2.2.7", + "@thi.ng/geom-clip-line": "^2.1.16", + "@thi.ng/geom-clip-poly": "^2.1.16", + "@thi.ng/geom-isec": "^2.1.16", + "@thi.ng/geom-poly-utils": "^2.3.0", "@thi.ng/math": "^5.3.3", "@thi.ng/quad-edge": "^3.1.7", "@thi.ng/vectors": "^7.5.6" diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index e94bc9b2da..2db20b0329 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-06-20T17:33:30Z +- **Last updated**: 2022-06-23T12:16:18Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [3.3.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom@3.3.1) (2022-06-23) + +#### ♻️ Refactoring + +- update size handling in various ctors ([ab4b93d](https://github.com/thi-ng/umbrella/commit/ab4b93d)) + ## [3.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom@3.3.0) (2022-06-20) #### 🚀 Features diff --git a/packages/geom/package.json b/packages/geom/package.json index 641063374b..c6cb07428e 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "3.3.0", + "version": "3.3.1", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -42,20 +42,20 @@ "@thi.ng/defmulti": "^2.1.7", "@thi.ng/equiv": "^2.1.7", "@thi.ng/errors": "^2.1.7", - "@thi.ng/geom-api": "^3.2.0", - "@thi.ng/geom-arc": "^2.1.15", - "@thi.ng/geom-clip-line": "^2.1.15", - "@thi.ng/geom-clip-poly": "^2.1.15", + "@thi.ng/geom-api": "^3.2.1", + "@thi.ng/geom-arc": "^2.1.16", + "@thi.ng/geom-clip-line": "^2.1.16", + "@thi.ng/geom-clip-poly": "^2.1.16", "@thi.ng/geom-closest-point": "^2.1.14", "@thi.ng/geom-hull": "^2.1.14", - "@thi.ng/geom-isec": "^2.1.15", - "@thi.ng/geom-poly-utils": "^2.2.7", - "@thi.ng/geom-resample": "^2.1.15", - "@thi.ng/geom-splines": "^2.1.15", - "@thi.ng/geom-subdiv-curve": "^2.1.15", - "@thi.ng/geom-tessellate": "^2.1.15", + "@thi.ng/geom-isec": "^2.1.16", + "@thi.ng/geom-poly-utils": "^2.3.0", + "@thi.ng/geom-resample": "^2.1.16", + "@thi.ng/geom-splines": "^2.1.16", + "@thi.ng/geom-subdiv-curve": "^2.1.16", + "@thi.ng/geom-tessellate": "^2.1.16", "@thi.ng/hiccup": "^4.2.9", - "@thi.ng/hiccup-svg": "^4.3.0", + "@thi.ng/hiccup-svg": "^4.3.1", "@thi.ng/math": "^5.3.3", "@thi.ng/matrices": "^2.1.14", "@thi.ng/random": "^3.3.2", diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index fea61c677d..3a659ec939 100644 --- a/packages/hdom-canvas/package.json +++ b/packages/hdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-canvas", - "version": "4.1.14", + "version": "4.1.15", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/diff": "^5.1.7", "@thi.ng/errors": "^2.1.7", "@thi.ng/hdom": "^9.1.9", - "@thi.ng/hiccup-canvas": "^2.1.14" + "@thi.ng/hiccup-canvas": "^2.1.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.25.0", diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index 8fdd4e2c6b..2cd74962ec 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "2.1.14", + "version": "2.1.15", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.3.7", "@thi.ng/checks": "^3.2.1", - "@thi.ng/color": "^5.1.1", + "@thi.ng/color": "^5.1.2", "@thi.ng/math": "^5.3.3", "@thi.ng/pixel": "^3.4.5", "@thi.ng/vectors": "^7.5.6" diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index 3f51c9bccd..9b9e1d1957 100644 --- a/packages/hiccup-markdown/package.json +++ b/packages/hiccup-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-markdown", - "version": "2.1.15", + "version": "2.1.16", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/fsm": "^3.1.11", "@thi.ng/hiccup": "^4.2.9", "@thi.ng/strings": "^3.3.5", - "@thi.ng/text-canvas": "^2.3.6", + "@thi.ng/text-canvas": "^2.3.7", "@thi.ng/transducers": "^8.3.5" }, "devDependencies": { diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index ddbb878c52..30774d5ade 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-06-20T17:33:30Z +- **Last updated**: 2022-06-23T12:16:18Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index 346ff3f074..1466f0b9dd 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "4.3.0", + "version": "4.3.1", "description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/checks": "^3.2.1", - "@thi.ng/color": "^5.1.1", + "@thi.ng/color": "^5.1.2", "@thi.ng/prefixes": "^2.1.7" }, "devDependencies": { diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 2fb2733374..4b91ae9784 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.1.15", + "version": "2.1.16", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "dependencies": { "@thi.ng/api": "^8.3.7", "@thi.ng/checks": "^3.2.1", - "@thi.ng/geom": "^3.3.0", - "@thi.ng/geom-api": "^3.2.0", - "@thi.ng/geom-isec": "^2.1.15", - "@thi.ng/geom-tessellate": "^2.1.15", + "@thi.ng/geom": "^3.3.1", + "@thi.ng/geom-api": "^3.2.1", + "@thi.ng/geom-isec": "^2.1.16", + "@thi.ng/geom-tessellate": "^2.1.16", "@thi.ng/layout": "^2.1.8", "@thi.ng/math": "^5.3.3", "@thi.ng/transducers": "^8.3.5", diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index 7da1b82843..6f07941faf 100644 --- a/packages/intervals/CHANGELOG.md +++ b/packages/intervals/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-06-09T16:14:01Z +- **Last updated**: 2022-06-23T12:16:18Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/intervals/package.json b/packages/intervals/package.json index f6c09bc43a..083d948bcf 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "4.2.2", + "version": "4.2.3", "description": "Closed/open/semi-open interval data type, queries & operations", "type": "module", "module": "./index.js", diff --git a/packages/ksuid/package.json b/packages/ksuid/package.json index b12007de7f..f949db72a5 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "2.1.10", + "version": "2.1.11", "description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/base-n": "^2.3.1", + "@thi.ng/base-n": "^2.3.2", "@thi.ng/errors": "^2.1.7", "@thi.ng/random": "^3.3.2", "@thi.ng/strings": "^3.3.5" diff --git a/packages/poisson/package.json b/packages/poisson/package.json index 5784d0507b..0cc6357459 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "2.1.15", + "version": "2.1.16", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.3.7", "@thi.ng/checks": "^3.2.1", - "@thi.ng/geom-api": "^3.2.0", + "@thi.ng/geom-api": "^3.2.1", "@thi.ng/random": "^3.3.2", "@thi.ng/transducers": "^8.3.5", "@thi.ng/vectors": "^7.5.6" diff --git a/packages/random-fxhash/package.json b/packages/random-fxhash/package.json index 9286d8d84e..4e5e5673e0 100644 --- a/packages/random-fxhash/package.json +++ b/packages/random-fxhash/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random-fxhash", - "version": "0.2.2", + "version": "0.2.3", "description": "@thi.ng/random compatible wrapper & utilities for fxhash's PRNG", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.3.7", - "@thi.ng/base-n": "^2.3.1", + "@thi.ng/base-n": "^2.3.2", "@thi.ng/random": "^3.3.2" }, "devDependencies": { diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index 412ef9303e..5c26cd3882 100644 --- a/packages/rdom-canvas/package.json +++ b/packages/rdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-canvas", - "version": "0.4.14", + "version": "0.4.15", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/api": "^8.3.7", "@thi.ng/associative": "^6.1.10", "@thi.ng/checks": "^3.2.1", - "@thi.ng/hiccup-canvas": "^2.1.14", + "@thi.ng/hiccup-canvas": "^2.1.15", "@thi.ng/rdom": "^0.8.11", "@thi.ng/rstream": "^7.2.8", "@thi.ng/transducers": "^8.3.5" diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 5b9c60d9fd..371d6781cb 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-06-09T16:14:01Z +- **Last updated**: 2022-06-23T12:16:18Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/system/package.json b/packages/system/package.json index 9879b20486..0b82d3b872 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "2.1.10", + "version": "2.1.11", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index 94feedb9ca..0f38e9a755 100644 --- a/packages/text-canvas/package.json +++ b/packages/text-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-canvas", - "version": "2.3.6", + "version": "2.3.7", "description": "Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.3.7", "@thi.ng/arrays": "^2.2.5", "@thi.ng/checks": "^3.2.1", - "@thi.ng/geom-clip-line": "^2.1.15", + "@thi.ng/geom-clip-line": "^2.1.16", "@thi.ng/math": "^5.3.3", "@thi.ng/strings": "^3.3.5", "@thi.ng/text-format": "^1.1.7", diff --git a/yarn.lock b/yarn.lock index 1340189012..3d75a7110a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1950,7 +1950,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/base-n@^2.3.1, @thi.ng/base-n@workspace:packages/base-n": +"@thi.ng/base-n@^2.3.2, @thi.ng/base-n@workspace:packages/base-n": version: 0.0.0-use.local resolution: "@thi.ng/base-n@workspace:packages/base-n" dependencies: @@ -2105,7 +2105,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@^5.1.1, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@^5.1.2, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: @@ -2613,11 +2613,11 @@ __metadata: "@thi.ng/api": ^8.3.7 "@thi.ng/fuzzy": ^2.1.7 "@thi.ng/hiccup": ^4.2.9 - "@thi.ng/hiccup-svg": ^4.3.0 + "@thi.ng/hiccup-svg": ^4.3.1 "@thi.ng/math": ^5.3.3 "@thi.ng/strings": ^3.3.5 "@thi.ng/testament": ^0.2.8 - "@thi.ng/text-canvas": ^2.3.6 + "@thi.ng/text-canvas": ^2.3.7 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2650,8 +2650,8 @@ __metadata: "@thi.ng/checks": ^3.2.1 "@thi.ng/equiv": ^2.1.7 "@thi.ng/errors": ^2.1.7 - "@thi.ng/geom-api": ^3.2.0 - "@thi.ng/geom-isec": ^2.1.15 + "@thi.ng/geom-api": ^3.2.1 + "@thi.ng/geom-isec": ^2.1.16 "@thi.ng/heaps": ^2.1.7 "@thi.ng/math": ^5.3.3 "@thi.ng/testament": ^0.2.8 @@ -2664,7 +2664,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@^3.2.0, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@^3.2.1, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": version: 0.0.0-use.local resolution: "@thi.ng/geom-api@workspace:packages/geom-api" dependencies: @@ -2679,14 +2679,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@^2.1.15, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@^2.1.16, @thi.ng/geom-arc@workspace:packages/geom-arc": version: 0.0.0-use.local resolution: "@thi.ng/geom-arc@workspace:packages/geom-arc" dependencies: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/checks": ^3.2.1 - "@thi.ng/geom-api": ^3.2.0 - "@thi.ng/geom-resample": ^2.1.15 + "@thi.ng/geom-api": ^3.2.1 + "@thi.ng/geom-resample": ^2.1.16 "@thi.ng/math": ^5.3.3 "@thi.ng/testament": ^0.2.8 "@thi.ng/vectors": ^7.5.6 @@ -2697,13 +2697,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@^2.1.15, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@^2.1.16, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-line@workspace:packages/geom-clip-line" dependencies: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/api": ^8.3.7 - "@thi.ng/geom-isec": ^2.1.15 + "@thi.ng/geom-isec": ^2.1.16 "@thi.ng/testament": ^0.2.8 "@thi.ng/vectors": ^7.5.6 rimraf: ^3.0.2 @@ -2713,13 +2713,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@^2.1.15, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@^2.1.16, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly" dependencies: "@microsoft/api-extractor": ^7.25.0 - "@thi.ng/geom-isec": ^2.1.15 - "@thi.ng/geom-poly-utils": ^2.2.7 + "@thi.ng/geom-isec": ^2.1.16 + "@thi.ng/geom-poly-utils": ^2.3.0 "@thi.ng/math": ^5.3.3 "@thi.ng/testament": ^0.2.8 "@thi.ng/vectors": ^7.5.6 @@ -2753,11 +2753,11 @@ __metadata: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/api": ^8.3.7 "@thi.ng/associative": ^6.1.10 - "@thi.ng/color": ^5.1.1 - "@thi.ng/geom": ^3.3.0 - "@thi.ng/geom-api": ^3.2.0 - "@thi.ng/geom-clip-line": ^2.1.15 - "@thi.ng/geom-resample": ^2.1.15 + "@thi.ng/color": ^5.1.2 + "@thi.ng/geom": ^3.3.1 + "@thi.ng/geom-api": ^3.2.1 + "@thi.ng/geom-clip-line": ^2.1.16 + "@thi.ng/geom-resample": ^2.1.16 "@thi.ng/grid-iterators": ^2.3.4 "@thi.ng/testament": ^0.2.8 "@thi.ng/transducers": ^8.3.5 @@ -2800,13 +2800,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@^2.1.15, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@^2.1.16, @thi.ng/geom-isec@workspace:packages/geom-isec": version: 0.0.0-use.local resolution: "@thi.ng/geom-isec@workspace:packages/geom-isec" dependencies: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/api": ^8.3.7 - "@thi.ng/geom-api": ^3.2.0 + "@thi.ng/geom-api": ^3.2.1 "@thi.ng/geom-closest-point": ^2.1.14 "@thi.ng/math": ^5.3.3 "@thi.ng/testament": ^0.2.8 @@ -2834,14 +2834,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@^2.2.7, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@^2.3.0, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": version: 0.0.0-use.local resolution: "@thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils" dependencies: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/api": ^8.3.7 "@thi.ng/errors": ^2.1.7 - "@thi.ng/geom-api": ^3.2.0 + "@thi.ng/geom-api": ^3.2.1 "@thi.ng/math": ^5.3.3 "@thi.ng/testament": ^0.2.8 "@thi.ng/vectors": ^7.5.6 @@ -2852,13 +2852,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@^2.1.15, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@^2.1.16, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": version: 0.0.0-use.local resolution: "@thi.ng/geom-resample@workspace:packages/geom-resample" dependencies: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/checks": ^3.2.1 - "@thi.ng/geom-api": ^3.2.0 + "@thi.ng/geom-api": ^3.2.1 "@thi.ng/geom-closest-point": ^2.1.14 "@thi.ng/math": ^5.3.3 "@thi.ng/testament": ^0.2.8 @@ -2879,11 +2879,11 @@ __metadata: "@thi.ng/checks": ^3.2.1 "@thi.ng/defmulti": ^2.1.7 "@thi.ng/errors": ^2.1.7 - "@thi.ng/geom": ^3.3.0 - "@thi.ng/geom-api": ^3.2.0 + "@thi.ng/geom": ^3.3.1 + "@thi.ng/geom-api": ^3.2.1 "@thi.ng/geom-isoline": ^2.1.14 - "@thi.ng/geom-poly-utils": ^2.2.7 - "@thi.ng/geom-resample": ^2.1.15 + "@thi.ng/geom-poly-utils": ^2.3.0 + "@thi.ng/geom-resample": ^2.1.16 "@thi.ng/math": ^5.3.3 "@thi.ng/testament": ^0.2.8 "@thi.ng/transducers": ^8.3.5 @@ -2895,16 +2895,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@^2.1.15, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@^2.1.16, @thi.ng/geom-splines@workspace:packages/geom-splines": version: 0.0.0-use.local resolution: "@thi.ng/geom-splines@workspace:packages/geom-splines" dependencies: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/api": ^8.3.7 "@thi.ng/checks": ^3.2.1 - "@thi.ng/geom-api": ^3.2.0 - "@thi.ng/geom-arc": ^2.1.15 - "@thi.ng/geom-resample": ^2.1.15 + "@thi.ng/geom-api": ^3.2.1 + "@thi.ng/geom-arc": ^2.1.16 + "@thi.ng/geom-resample": ^2.1.16 "@thi.ng/math": ^5.3.3 "@thi.ng/testament": ^0.2.8 "@thi.ng/vectors": ^7.5.6 @@ -2915,13 +2915,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@^2.1.15, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@^2.1.16, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": version: 0.0.0-use.local resolution: "@thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve" dependencies: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/api": ^8.3.7 - "@thi.ng/geom-api": ^3.2.0 + "@thi.ng/geom-api": ^3.2.1 "@thi.ng/testament": ^0.2.8 "@thi.ng/transducers": ^8.3.5 "@thi.ng/vectors": ^7.5.6 @@ -2932,15 +2932,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@^2.1.15, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@^2.1.16, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": version: 0.0.0-use.local resolution: "@thi.ng/geom-tessellate@workspace:packages/geom-tessellate" dependencies: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/checks": ^3.2.1 - "@thi.ng/geom-api": ^3.2.0 - "@thi.ng/geom-isec": ^2.1.15 - "@thi.ng/geom-poly-utils": ^2.2.7 + "@thi.ng/geom-api": ^3.2.1 + "@thi.ng/geom-isec": ^2.1.16 + "@thi.ng/geom-poly-utils": ^2.3.0 "@thi.ng/testament": ^0.2.8 "@thi.ng/transducers": ^8.3.5 "@thi.ng/vectors": ^7.5.6 @@ -2959,10 +2959,10 @@ __metadata: "@thi.ng/api": ^8.3.7 "@thi.ng/bitfield": ^2.1.8 "@thi.ng/checks": ^3.2.1 - "@thi.ng/geom-clip-line": ^2.1.15 - "@thi.ng/geom-clip-poly": ^2.1.15 - "@thi.ng/geom-isec": ^2.1.15 - "@thi.ng/geom-poly-utils": ^2.2.7 + "@thi.ng/geom-clip-line": ^2.1.16 + "@thi.ng/geom-clip-poly": ^2.1.16 + "@thi.ng/geom-isec": ^2.1.16 + "@thi.ng/geom-poly-utils": ^2.3.0 "@thi.ng/math": ^5.3.3 "@thi.ng/quad-edge": ^3.1.7 "@thi.ng/testament": ^0.2.8 @@ -2974,7 +2974,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@^3.3.0, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@^3.3.1, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: @@ -2986,20 +2986,20 @@ __metadata: "@thi.ng/defmulti": ^2.1.7 "@thi.ng/equiv": ^2.1.7 "@thi.ng/errors": ^2.1.7 - "@thi.ng/geom-api": ^3.2.0 - "@thi.ng/geom-arc": ^2.1.15 - "@thi.ng/geom-clip-line": ^2.1.15 - "@thi.ng/geom-clip-poly": ^2.1.15 + "@thi.ng/geom-api": ^3.2.1 + "@thi.ng/geom-arc": ^2.1.16 + "@thi.ng/geom-clip-line": ^2.1.16 + "@thi.ng/geom-clip-poly": ^2.1.16 "@thi.ng/geom-closest-point": ^2.1.14 "@thi.ng/geom-hull": ^2.1.14 - "@thi.ng/geom-isec": ^2.1.15 - "@thi.ng/geom-poly-utils": ^2.2.7 - "@thi.ng/geom-resample": ^2.1.15 - "@thi.ng/geom-splines": ^2.1.15 - "@thi.ng/geom-subdiv-curve": ^2.1.15 - "@thi.ng/geom-tessellate": ^2.1.15 + "@thi.ng/geom-isec": ^2.1.16 + "@thi.ng/geom-poly-utils": ^2.3.0 + "@thi.ng/geom-resample": ^2.1.16 + "@thi.ng/geom-splines": ^2.1.16 + "@thi.ng/geom-subdiv-curve": ^2.1.16 + "@thi.ng/geom-tessellate": ^2.1.16 "@thi.ng/hiccup": ^4.2.9 - "@thi.ng/hiccup-svg": ^4.3.0 + "@thi.ng/hiccup-svg": ^4.3.1 "@thi.ng/math": ^5.3.3 "@thi.ng/matrices": ^2.1.14 "@thi.ng/random": ^3.3.2 @@ -3084,7 +3084,7 @@ __metadata: "@thi.ng/diff": ^5.1.7 "@thi.ng/errors": ^2.1.7 "@thi.ng/hdom": ^9.1.9 - "@thi.ng/hiccup-canvas": ^2.1.14 + "@thi.ng/hiccup-canvas": ^2.1.15 "@thi.ng/testament": ^0.2.8 rimraf: ^3.0.2 tools: "workspace:^" @@ -3179,14 +3179,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@^2.1.14, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@^2.1.15, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas" dependencies: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/api": ^8.3.7 "@thi.ng/checks": ^3.2.1 - "@thi.ng/color": ^5.1.1 + "@thi.ng/color": ^5.1.2 "@thi.ng/math": ^5.3.3 "@thi.ng/pixel": ^3.4.5 "@thi.ng/testament": ^0.2.8 @@ -3257,7 +3257,7 @@ __metadata: "@thi.ng/hiccup": ^4.2.9 "@thi.ng/strings": ^3.3.5 "@thi.ng/testament": ^0.2.8 - "@thi.ng/text-canvas": ^2.3.6 + "@thi.ng/text-canvas": ^2.3.7 "@thi.ng/transducers": ^8.3.5 rimraf: ^3.0.2 tools: "workspace:^" @@ -3266,13 +3266,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@^4.3.0, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@^4.3.1, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-svg@workspace:packages/hiccup-svg" dependencies: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/checks": ^3.2.1 - "@thi.ng/color": ^5.1.1 + "@thi.ng/color": ^5.1.2 "@thi.ng/prefixes": ^2.1.7 "@thi.ng/testament": ^0.2.8 rimraf: ^3.0.2 @@ -3342,10 +3342,10 @@ __metadata: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/api": ^8.3.7 "@thi.ng/checks": ^3.2.1 - "@thi.ng/geom": ^3.3.0 - "@thi.ng/geom-api": ^3.2.0 - "@thi.ng/geom-isec": ^2.1.15 - "@thi.ng/geom-tessellate": ^2.1.15 + "@thi.ng/geom": ^3.3.1 + "@thi.ng/geom-api": ^3.2.1 + "@thi.ng/geom-isec": ^2.1.16 + "@thi.ng/geom-tessellate": ^2.1.16 "@thi.ng/layout": ^2.1.8 "@thi.ng/math": ^5.3.3 "@thi.ng/testament": ^0.2.8 @@ -3433,7 +3433,7 @@ __metadata: resolution: "@thi.ng/ksuid@workspace:packages/ksuid" dependencies: "@microsoft/api-extractor": ^7.25.0 - "@thi.ng/base-n": ^2.3.1 + "@thi.ng/base-n": ^2.3.2 "@thi.ng/errors": ^2.1.7 "@thi.ng/random": ^3.3.2 "@thi.ng/strings": ^3.3.5 @@ -3785,7 +3785,7 @@ __metadata: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/api": ^8.3.7 "@thi.ng/checks": ^3.2.1 - "@thi.ng/geom-api": ^3.2.0 + "@thi.ng/geom-api": ^3.2.1 "@thi.ng/random": ^3.3.2 "@thi.ng/testament": ^0.2.8 "@thi.ng/transducers": ^8.3.5 @@ -3863,7 +3863,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/api": ^8.3.7 - "@thi.ng/base-n": ^2.3.1 + "@thi.ng/base-n": ^2.3.2 "@thi.ng/random": ^3.3.2 "@thi.ng/testament": ^0.2.8 rimraf: ^3.0.2 @@ -3933,7 +3933,7 @@ __metadata: "@thi.ng/api": ^8.3.7 "@thi.ng/associative": ^6.1.10 "@thi.ng/checks": ^3.2.1 - "@thi.ng/hiccup-canvas": ^2.1.14 + "@thi.ng/hiccup-canvas": ^2.1.15 "@thi.ng/rdom": ^0.8.11 "@thi.ng/rstream": ^7.2.8 "@thi.ng/testament": ^0.2.8 @@ -4440,7 +4440,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@^2.3.5, @thi.ng/text-canvas@^2.3.6, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@^2.3.5, @thi.ng/text-canvas@^2.3.7, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": version: 0.0.0-use.local resolution: "@thi.ng/text-canvas@workspace:packages/text-canvas" dependencies: @@ -4448,7 +4448,7 @@ __metadata: "@thi.ng/api": ^8.3.7 "@thi.ng/arrays": ^2.2.5 "@thi.ng/checks": ^3.2.1 - "@thi.ng/geom-clip-line": ^2.1.15 + "@thi.ng/geom-clip-line": ^2.1.16 "@thi.ng/math": ^5.3.3 "@thi.ng/strings": ^3.3.5 "@thi.ng/testament": ^0.2.8