Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 25, 2024
1 parent 33793f4 commit aed3421
Show file tree
Hide file tree
Showing 131 changed files with 788 additions and 738 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": "2.5.49",
"version": "2.5.50",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,13 +42,13 @@
"@thi.ng/api": "^8.11.1",
"@thi.ng/arrays": "^2.9.5",
"@thi.ng/bitfield": "^2.3.40",
"@thi.ng/dcons": "^3.2.111",
"@thi.ng/dcons": "^3.2.112",
"@thi.ng/errors": "^2.5.6",
"@thi.ng/sparse": "^0.3.116"
"@thi.ng/sparse": "^0.3.117"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"@thi.ng/vectors": "^7.10.29",
"@thi.ng/vectors": "^7.10.30",
"esbuild": "^0.20.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
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": "6.3.58",
"version": "6.3.59",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,11 +41,11 @@
"@thi.ng/binary": "^3.4.24",
"@thi.ng/checks": "^3.6.3",
"@thi.ng/compare": "^2.3.4",
"@thi.ng/dcons": "^3.2.111",
"@thi.ng/dcons": "^3.2.112",
"@thi.ng/equiv": "^2.1.57",
"@thi.ng/errors": "^2.5.6",
"@thi.ng/random": "^3.7.5",
"@thi.ng/transducers": "^9.0.3",
"@thi.ng/transducers": "^9.0.4",
"tslib": "^2.6.2"
},
"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.77",
"version": "1.1.78",
"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.6",
"@thi.ng/logger": "^3.0.11",
"@thi.ng/math": "^5.10.12",
"@thi.ng/transducers": "^9.0.3",
"@thi.ng/transducers": "^9.0.4",
"@thi.ng/units": "^0.4.45",
"@thi.ng/vectors": "^7.10.29",
"@thi.ng/vectors": "^7.10.30",
"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.120",
"version": "2.1.121",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@thi.ng/checks": "^3.6.3",
"@thi.ng/defmulti": "^3.0.38",
"@thi.ng/errors": "^2.5.6",
"@thi.ng/transducers": "^9.0.3",
"@thi.ng/transducers-binary": "^2.1.118"
"@thi.ng/transducers": "^9.0.4",
"@thi.ng/transducers-binary": "^2.1.119"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.31",
"version": "1.0.32",
"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.1",
"@thi.ng/checks": "^3.6.3",
"@thi.ng/distance": "^2.4.71",
"@thi.ng/geom-closest-point": "^2.1.125",
"@thi.ng/geom-resample": "^2.3.51",
"@thi.ng/distance": "^2.4.72",
"@thi.ng/geom-closest-point": "^2.1.126",
"@thi.ng/geom-resample": "^2.3.52",
"@thi.ng/math": "^5.10.12",
"@thi.ng/timestep": "^0.5.47",
"@thi.ng/vectors": "^7.10.29"
"@thi.ng/timestep": "^0.5.48",
"@thi.ng/vectors": "^7.10.30"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
Expand Down
6 changes: 3 additions & 3 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.2.12",
"version": "2.2.13",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.1",
"@thi.ng/dcons": "^3.2.111",
"@thi.ng/transducers": "^9.0.3"
"@thi.ng/dcons": "^3.2.112",
"@thi.ng/transducers": "^9.0.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.108",
"version": "0.2.109",
"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.3",
"@thi.ng/errors": "^2.5.6",
"@thi.ng/random": "^3.7.5",
"@thi.ng/transducers": "^9.0.3"
"@thi.ng/transducers": "^9.0.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.2.56",
"version": "1.2.57",
"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.1",
"@thi.ng/base-n": "^2.7.13",
"@thi.ng/checks": "^3.6.3",
"@thi.ng/color": "^5.6.43",
"@thi.ng/color": "^5.6.44",
"@thi.ng/errors": "^2.5.6",
"@thi.ng/hex": "^2.3.45"
},
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.6.43",
"version": "5.6.44",
"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.10.12",
"@thi.ng/random": "^3.7.5",
"@thi.ng/strings": "^3.7.32",
"@thi.ng/transducers": "^9.0.3",
"@thi.ng/vectors": "^7.10.29"
"@thi.ng/transducers": "^9.0.4",
"@thi.ng/vectors": "^7.10.30"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.59",
"version": "0.2.60",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.11.1",
"@thi.ng/checks": "^3.6.3",
"@thi.ng/math": "^5.10.12",
"@thi.ng/vectors": "^7.10.29"
"@thi.ng/vectors": "^7.10.30"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
Expand Down
36 changes: 35 additions & 1 deletion packages/csp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-23T07:02:17Z
- **Last updated**: 2024-04-25T19:44:55Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,12 +9,46 @@ 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.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@3.0.0) (2024-04-25)

#### 🛑 Breaking changes

- complete rewrite of Channel, Mult, PubSub, remove deps, add new operators ([2cf7431](https://github.com/thi-ng/umbrella/commit/2cf7431))
- BREAKING CHANGES: complete rewrite of Channel, Mult, PubSub, remove deps, add new operators
- remove/replace types
- remove buffer impls (now using [@thi.ng/buffers](https://github.com/thi-ng/umbrella/tree/main/packages/buffers))
- remove transducer handling (now done externally, e.g. via [@thi.ng/transducers-async](https://github.com/thi-ng/umbrella/tree/main/packages/transducers-async))
- replace Channel, Mult, PubSub
- remove obsolete dependencies
- add/update channel operators:
- broadcast()
- concat()
- consume() / consumeWith()
- drain()
- fromAsyncIterable()
- merge()
- pipe()
- select()
- timeout()
- add/update tests, remove old/obsolete ones

#### 🚀 Features

- update consume() to accept opt. limit ([164d1dd](https://github.com/thi-ng/umbrella/commit/164d1dd))
- add write queue, update tests ([f201401](https://github.com/thi-ng/umbrella/commit/f201401))

### [2.1.115](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@2.1.115) (2024-04-20)

#### ♻️ Refactoring

- update type usage ([749b24c](https://github.com/thi-ng/umbrella/commit/749b24c))

### [2.1.114](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@2.1.114) (2024-04-11)

#### 🚀 Features

- add initial new Channel impl & related ops/tests ([edddf61](https://github.com/thi-ng/umbrella/commit/edddf61))

### [2.1.113](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@2.1.113) (2024-04-08)

#### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion packages/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
"version": "2.1.116",
"version": "3.0.0",
"description": "Primitives & operators for Communicating Sequential Processes based on async/await and async iterables",
"type": "module",
"module": "./index.js",
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.84",
"version": "2.3.85",
"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.1",
"@thi.ng/checks": "^3.6.3",
"@thi.ng/strings": "^3.7.32",
"@thi.ng/transducers": "^9.0.3"
"@thi.ng/transducers": "^9.0.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.111",
"version": "3.2.112",
"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.57",
"@thi.ng/errors": "^2.5.6",
"@thi.ng/random": "^3.7.5",
"@thi.ng/transducers": "^9.0.3"
"@thi.ng/transducers": "^9.0.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.117",
"version": "2.1.118",
"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.1",
"@thi.ng/dgraph": "^2.1.116",
"@thi.ng/dgraph": "^2.1.117",
"@thi.ng/dot": "^2.1.75"
},
"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.116",
"version": "2.1.117",
"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.1",
"@thi.ng/associative": "^6.3.58",
"@thi.ng/associative": "^6.3.59",
"@thi.ng/equiv": "^2.1.57",
"@thi.ng/errors": "^2.5.6",
"@thi.ng/transducers": "^9.0.3"
"@thi.ng/transducers": "^9.0.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.71",
"version": "2.4.72",
"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.6",
"@thi.ng/heaps": "^2.1.73",
"@thi.ng/math": "^5.10.12",
"@thi.ng/vectors": "^7.10.29"
"@thi.ng/vectors": "^7.10.30"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.118",
"version": "2.1.119",
"description": "WAV file format generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@thi.ng/api": "^8.11.1",
"@thi.ng/binary": "^3.4.24",
"@thi.ng/errors": "^2.5.6",
"@thi.ng/transducers": "^9.0.3",
"@thi.ng/transducers-binary": "^2.1.118"
"@thi.ng/transducers": "^9.0.4",
"@thi.ng/transducers-binary": "^2.1.119"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.31",
"version": "4.7.32",
"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.6",
"@thi.ng/math": "^5.10.12",
"@thi.ng/random": "^3.7.5",
"@thi.ng/transducers": "^9.0.3"
"@thi.ng/transducers": "^9.0.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
Expand Down
Loading

0 comments on commit aed3421

Please sign in to comment.