Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 16, 2024
1 parent 698692a commit 8335e95
Show file tree
Hide file tree
Showing 115 changed files with 638 additions and 619 deletions.
8 changes: 4 additions & 4 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.7",
"version": "3.0.8",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,14 +42,14 @@
"@thi.ng/api": "^8.11.9",
"@thi.ng/arrays": "^2.10.0",
"@thi.ng/bitfield": "^2.3.50",
"@thi.ng/dcons": "^3.2.126",
"@thi.ng/dcons": "^3.2.127",
"@thi.ng/disjoint-set": "^1.1.2",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/sparse": "^0.3.131"
"@thi.ng/sparse": "^0.3.132"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
"@thi.ng/vectors": "^7.12.0",
"@thi.ng/vectors": "^7.12.1",
"esbuild": "^0.23.0",
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "7.0.8",
"version": "7.0.9",
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,10 +40,10 @@
"@thi.ng/arrays": "^2.10.0",
"@thi.ng/binary": "^3.4.32",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/dcons": "^3.2.126",
"@thi.ng/dcons": "^3.2.127",
"@thi.ng/equiv": "^2.1.65",
"@thi.ng/object-utils": "^1.1.2",
"@thi.ng/transducers": "^9.2.2",
"@thi.ng/transducers": "^9.2.3",
"tslib": "^2.6.3"
},
"devDependencies": {
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.93",
"version": "1.1.94",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,9 +43,9 @@
"@thi.ng/errors": "^2.5.15",
"@thi.ng/logger": "^3.0.19",
"@thi.ng/math": "^5.11.9",
"@thi.ng/transducers": "^9.2.2",
"@thi.ng/transducers": "^9.2.3",
"@thi.ng/units": "^0.5.7",
"@thi.ng/vectors": "^7.12.0",
"@thi.ng/vectors": "^7.12.1",
"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.135",
"version": "2.1.136",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@thi.ng/defmulti": "^3.0.47",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/strings": "^3.8.4",
"@thi.ng/transducers": "^9.2.2",
"@thi.ng/transducers-binary": "^2.1.133"
"@thi.ng/transducers": "^9.2.3",
"@thi.ng/transducers-binary": "^2.1.134"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
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.46",
"version": "1.0.47",
"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.9",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/distance": "^2.4.86",
"@thi.ng/geom-closest-point": "^2.1.140",
"@thi.ng/geom-resample": "^3.0.12",
"@thi.ng/distance": "^2.4.87",
"@thi.ng/geom-closest-point": "^2.1.141",
"@thi.ng/geom-resample": "^3.0.13",
"@thi.ng/math": "^5.11.9",
"@thi.ng/timestep": "^0.5.62",
"@thi.ng/vectors": "^7.12.0"
"@thi.ng/timestep": "^0.5.63",
"@thi.ng/vectors": "^7.12.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "2.3.7",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/dcons": "^3.2.126"
"@thi.ng/dcons": "^3.2.127"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/cellular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cellular",
"version": "0.2.123",
"version": "0.2.124",
"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",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/checks": "^3.6.11",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/random": "^4.0.3",
"@thi.ng/transducers": "^9.2.2"
"@thi.ng/transducers": "^9.2.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
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.12",
"version": "1.4.13",
"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.9",
"@thi.ng/base-n": "^2.7.21",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/color": "^5.7.3",
"@thi.ng/color": "^5.7.4",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/hex": "^2.3.53"
},
Expand Down
8 changes: 7 additions & 1 deletion packages/color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-20T11:41:56Z
- **Last updated**: 2024-09-16T13:25:24Z
- **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.

### [5.7.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-09-16)

#### 🩹 Bug fixes

- update pkg exports ([f5f733f](https://github.com/thi-ng/umbrella/commit/f5f733f))

## [5.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-08-19)

#### 🚀 Features
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.3",
"version": "5.7.4",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -51,8 +51,8 @@
"@thi.ng/math": "^5.11.9",
"@thi.ng/random": "^4.0.3",
"@thi.ng/strings": "^3.8.4",
"@thi.ng/transducers": "^9.2.2",
"@thi.ng/vectors": "^7.12.0"
"@thi.ng/transducers": "^9.2.3",
"@thi.ng/vectors": "^7.12.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
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.74",
"version": "0.2.75",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.11.9",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/math": "^5.11.9",
"@thi.ng/vectors": "^7.12.0"
"@thi.ng/vectors": "^7.12.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
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.99",
"version": "2.3.100",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.11.9",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/strings": "^3.8.4",
"@thi.ng/transducers": "^9.2.2"
"@thi.ng/transducers": "^9.2.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/dcons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dcons",
"version": "3.2.126",
"version": "3.2.127",
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@thi.ng/equiv": "^2.1.65",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/random": "^4.0.3",
"@thi.ng/transducers": "^9.2.2"
"@thi.ng/transducers": "^9.2.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/dgraph-dot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph-dot",
"version": "2.1.133",
"version": "2.1.134",
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/dgraph": "^2.1.132",
"@thi.ng/dgraph": "^2.1.133",
"@thi.ng/dot": "^2.1.83"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/dgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph",
"version": "2.1.132",
"version": "2.1.133",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/associative": "^7.0.8",
"@thi.ng/associative": "^7.0.9",
"@thi.ng/equiv": "^2.1.65",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/transducers": "^9.2.2"
"@thi.ng/transducers": "^9.2.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
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.86",
"version": "2.4.87",
"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.15",
"@thi.ng/heaps": "^2.1.81",
"@thi.ng/math": "^5.11.9",
"@thi.ng/vectors": "^7.12.0"
"@thi.ng/vectors": "^7.12.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
6 changes: 3 additions & 3 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.133",
"version": "2.1.134",
"description": "WAV file format generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@thi.ng/api": "^8.11.9",
"@thi.ng/binary": "^3.4.32",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/transducers": "^9.2.2",
"@thi.ng/transducers-binary": "^2.1.133"
"@thi.ng/transducers": "^9.2.3",
"@thi.ng/transducers-binary": "^2.1.134"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/dsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dsp",
"version": "4.7.46",
"version": "4.7.47",
"description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@thi.ng/errors": "^2.5.15",
"@thi.ng/math": "^5.11.9",
"@thi.ng/random": "^4.0.3",
"@thi.ng/transducers": "^9.2.2"
"@thi.ng/transducers": "^9.2.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/ecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/ecs",
"version": "0.7.134",
"version": "0.7.135",
"description": "Entity Component System based around typed arrays & sparse sets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,15 +37,15 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/associative": "^7.0.8",
"@thi.ng/associative": "^7.0.9",
"@thi.ng/binary": "^3.4.32",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/dcons": "^3.2.126",
"@thi.ng/dcons": "^3.2.127",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/idgen": "^2.2.49",
"@thi.ng/logger": "^3.0.19",
"@thi.ng/malloc": "^6.1.90",
"@thi.ng/transducers": "^9.2.2",
"@thi.ng/transducers": "^9.2.3",
"tslib": "^2.6.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.140",
"version": "0.6.141",
"description": "Extensible Graph Format",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/logger": "^3.0.19",
"@thi.ng/prefixes": "^2.3.26",
"@thi.ng/strings": "^3.8.4",
"@thi.ng/transducers-binary": "^2.1.133",
"@thi.ng/transducers-binary": "^2.1.134",
"@thi.ng/trie": "^1.1.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8335e95

Please sign in to comment.