Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 31, 2024
1 parent 3e4b422 commit 36d8865
Show file tree
Hide file tree
Showing 99 changed files with 562 additions and 536 deletions.
6 changes: 3 additions & 3 deletions packages/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adjacency",
"version": "3.0.12",
"version": "3.0.13",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,15 +41,15 @@
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/arrays": "^2.10.4",
"@thi.ng/bitfield": "^2.3.52",
"@thi.ng/bitfield": "^2.3.53",
"@thi.ng/dcons": "^3.2.131",
"@thi.ng/disjoint-set": "^1.1.4",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/sparse": "^0.3.136"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@thi.ng/vectors": "^7.12.5",
"@thi.ng/vectors": "^7.12.6",
"esbuild": "^0.24.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/args/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/args",
"version": "2.3.44",
"version": "2.3.45",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@thi.ng/checks": "^3.6.13",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/logger": "^3.0.21",
"@thi.ng/strings": "^3.8.6",
"@thi.ng/text-format": "^2.2.14"
"@thi.ng/strings": "^3.8.7",
"@thi.ng/text-format": "^2.2.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/axidraw",
"version": "1.1.98",
"version": "1.1.99",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,13 +39,13 @@
"@thi.ng/api": "^8.11.11",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/compose": "^3.0.14",
"@thi.ng/date": "^2.7.29",
"@thi.ng/date": "^2.7.30",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/logger": "^3.0.21",
"@thi.ng/math": "^5.11.11",
"@thi.ng/transducers": "^9.2.7",
"@thi.ng/units": "^0.5.9",
"@thi.ng/vectors": "^7.12.5",
"@thi.ng/vectors": "^7.12.6",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/bencode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bencode",
"version": "2.1.140",
"version": "2.1.141",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@thi.ng/checks": "^3.6.13",
"@thi.ng/defmulti": "^3.0.49",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/strings": "^3.8.6",
"@thi.ng/strings": "^3.8.7",
"@thi.ng/transducers": "^9.2.7",
"@thi.ng/transducers-binary": "^2.1.138"
"@thi.ng/transducers-binary": "^2.1.139"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitfield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitfield",
"version": "2.3.52",
"version": "2.3.53",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.11.11",
"@thi.ng/binary": "^3.4.34",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/strings": "^3.8.6"
"@thi.ng/strings": "^3.8.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
12 changes: 6 additions & 6 deletions packages/boids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/boids",
"version": "1.0.51",
"version": "1.0.52",
"description": "n-dimensional boids simulation with modular behavior system",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,12 +38,12 @@
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/distance": "^2.4.91",
"@thi.ng/geom-closest-point": "^2.1.145",
"@thi.ng/geom-resample": "^3.0.17",
"@thi.ng/distance": "^2.4.92",
"@thi.ng/geom-closest-point": "^2.1.146",
"@thi.ng/geom-resample": "^3.0.18",
"@thi.ng/math": "^5.11.11",
"@thi.ng/timestep": "^0.5.67",
"@thi.ng/vectors": "^7.12.5"
"@thi.ng/timestep": "^0.5.68",
"@thi.ng/vectors": "^7.12.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
8 changes: 7 additions & 1 deletion packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-10-05T12:12:32Z
- **Last updated**: 2024-10-31T22:57:28Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -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.

### [2.3.12](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-10-31)

#### ♻️ Refactoring

- add MapLike interface to loosen Map impls ([603c76c](https://github.com/thi-ng/umbrella/commit/603c76c))

## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-28)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cache",
"version": "2.3.11",
"version": "2.3.12",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/color-palettes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color-palettes",
"version": "1.4.17",
"version": "1.4.18",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/api": "^8.11.11",
"@thi.ng/base-n": "^2.7.23",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/color": "^5.7.8",
"@thi.ng/color": "^5.7.9",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/hex": "^2.3.55"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color",
"version": "5.7.8",
"version": "5.7.9",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -50,9 +50,9 @@
"@thi.ng/errors": "^2.5.17",
"@thi.ng/math": "^5.11.11",
"@thi.ng/random": "^4.1.2",
"@thi.ng/strings": "^3.8.6",
"@thi.ng/strings": "^3.8.7",
"@thi.ng/transducers": "^9.2.7",
"@thi.ng/vectors": "^7.12.5"
"@thi.ng/vectors": "^7.12.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/complex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/complex",
"version": "0.2.79",
"version": "0.2.80",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.11.11",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/math": "^5.11.11",
"@thi.ng/vectors": "^7.12.5"
"@thi.ng/vectors": "^7.12.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csv",
"version": "2.3.104",
"version": "2.3.105",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/strings": "^3.8.6",
"@thi.ng/strings": "^3.8.7",
"@thi.ng/transducers": "^9.2.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/date",
"version": "2.7.29",
"version": "2.7.30",
"description": "Datetime types, relative dates, math, iterators, composable formatters, locales",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/strings": "^3.8.6"
"@thi.ng/strings": "^3.8.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/distance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/distance",
"version": "2.4.91",
"version": "2.4.92",
"description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/errors": "^2.5.17",
"@thi.ng/heaps": "^2.1.83",
"@thi.ng/math": "^5.11.11",
"@thi.ng/vectors": "^7.12.5"
"@thi.ng/vectors": "^7.12.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/dsp-io-wav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dsp-io-wav",
"version": "2.1.138",
"version": "2.1.139",
"description": "WAV file format generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/binary": "^3.4.34",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/transducers": "^9.2.7",
"@thi.ng/transducers-binary": "^2.1.138"
"@thi.ng/transducers-binary": "^2.1.139"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/egf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/egf",
"version": "0.6.145",
"version": "0.6.146",
"description": "Extensible Graph Format",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@thi.ng/errors": "^2.5.17",
"@thi.ng/logger": "^3.0.21",
"@thi.ng/prefixes": "^2.3.28",
"@thi.ng/strings": "^3.8.6",
"@thi.ng/transducers-binary": "^2.1.138",
"@thi.ng/strings": "^3.8.7",
"@thi.ng/transducers-binary": "^2.1.139",
"@thi.ng/trie": "^1.1.4"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/fuzzy-viz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/fuzzy-viz",
"version": "2.1.165",
"version": "2.1.166",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,11 +38,11 @@
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/fuzzy": "^2.1.93",
"@thi.ng/hiccup": "^5.2.14",
"@thi.ng/hiccup-svg": "^5.4.4",
"@thi.ng/hiccup": "^5.2.15",
"@thi.ng/hiccup-svg": "^5.4.5",
"@thi.ng/math": "^5.11.11",
"@thi.ng/strings": "^3.8.6",
"@thi.ng/text-canvas": "^3.0.41"
"@thi.ng/strings": "^3.8.7",
"@thi.ng/text-canvas": "^3.0.42"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
8 changes: 4 additions & 4 deletions packages/geom-accel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-accel",
"version": "4.1.10",
"version": "4.1.11",
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,14 +40,14 @@
"@thi.ng/api": "^8.11.11",
"@thi.ng/arrays": "^2.10.4",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/distance": "^2.4.91",
"@thi.ng/distance": "^2.4.92",
"@thi.ng/equiv": "^2.1.67",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/geom-isec": "^4.0.17",
"@thi.ng/geom-isec": "^4.0.18",
"@thi.ng/heaps": "^2.1.83",
"@thi.ng/math": "^5.11.11",
"@thi.ng/transducers": "^9.2.7",
"@thi.ng/vectors": "^7.12.5"
"@thi.ng/vectors": "^7.12.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/geom-arc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-arc",
"version": "2.1.150",
"version": "2.1.151",
"description": "2D circular / elliptic arc operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"dependencies": {
"@thi.ng/checks": "^3.6.13",
"@thi.ng/geom-resample": "^3.0.17",
"@thi.ng/geom-resample": "^3.0.18",
"@thi.ng/math": "^5.11.11",
"@thi.ng/vectors": "^7.12.5"
"@thi.ng/vectors": "^7.12.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
Loading

0 comments on commit 36d8865

Please sign in to comment.