Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 12, 2023
1 parent 5f15d8a commit 2be4c38
Show file tree
Hide file tree
Showing 115 changed files with 706 additions and 654 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.8",
"version": "2.5.9",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,14 +39,14 @@
"@thi.ng/api": "^8.9.8",
"@thi.ng/arrays": "^2.7.4",
"@thi.ng/bitfield": "^2.3.6",
"@thi.ng/dcons": "^3.2.72",
"@thi.ng/dcons": "^3.2.73",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/sparse": "^0.3.77"
"@thi.ng/sparse": "^0.3.78"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
"@thi.ng/testament": "^0.4.1",
"@thi.ng/vectors": "^7.8.4",
"@thi.ng/vectors": "^7.8.5",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.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.19",
"version": "6.3.20",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,11 +38,11 @@
"@thi.ng/binary": "^3.3.37",
"@thi.ng/checks": "^3.4.8",
"@thi.ng/compare": "^2.2.4",
"@thi.ng/dcons": "^3.2.72",
"@thi.ng/dcons": "^3.2.73",
"@thi.ng/equiv": "^2.1.33",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/random": "^3.6.14",
"@thi.ng/transducers": "^8.8.10",
"@thi.ng/transducers": "^8.8.11",
"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.35",
"version": "1.1.36",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@thi.ng/errors": "^2.4.2",
"@thi.ng/logger": "^1.4.24",
"@thi.ng/math": "^5.7.3",
"@thi.ng/transducers": "^8.8.10",
"@thi.ng/transducers": "^8.8.11",
"@thi.ng/units": "^0.4.15",
"@thi.ng/vectors": "^7.8.4",
"@thi.ng/vectors": "^7.8.5",
"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.79",
"version": "2.1.80",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@thi.ng/checks": "^3.4.8",
"@thi.ng/defmulti": "^3.0.6",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/transducers": "^8.8.10",
"@thi.ng/transducers-binary": "^2.1.77"
"@thi.ng/transducers": "^8.8.11",
"@thi.ng/transducers-binary": "^2.1.78"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/boids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/boids",
"version": "0.1.4",
"version": "0.1.5",
"description": "n-dimensional boids simulation with highly configurable behaviors",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.8",
"@thi.ng/distance": "^2.4.29",
"@thi.ng/geom-accel": "^3.5.29",
"@thi.ng/timestep": "^0.5.4",
"@thi.ng/vectors": "^7.8.4"
"@thi.ng/distance": "^2.4.30",
"@thi.ng/geom-accel": "^3.5.30",
"@thi.ng/timestep": "^0.5.5",
"@thi.ng/vectors": "^7.8.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
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.1.77",
"version": "2.1.78",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.8",
"@thi.ng/dcons": "^3.2.72",
"@thi.ng/transducers": "^8.8.10"
"@thi.ng/dcons": "^3.2.73",
"@thi.ng/transducers": "^8.8.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
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.69",
"version": "0.2.70",
"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 @@ -38,7 +38,7 @@
"@thi.ng/checks": "^3.4.8",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/random": "^3.6.14",
"@thi.ng/transducers": "^8.8.10"
"@thi.ng/transducers": "^8.8.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
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.12",
"version": "1.2.13",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/api": "^8.9.8",
"@thi.ng/base-n": "^2.5.16",
"@thi.ng/checks": "^3.4.8",
"@thi.ng/color": "^5.5.31",
"@thi.ng/color": "^5.6.0",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/hex": "^2.3.20"
},
Expand Down
9 changes: 8 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**: 2023-11-09T10:28:18Z
- **Last updated**: 2023-11-12T16:43:31Z
- **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,13 @@ 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.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-11-12)

#### 🚀 Features

- update temperatureMat() ([eaacfa0](https://github.com/thi-ng/umbrella/commit/eaacfa0))
- add (optional) 2nd green/magenta axis to existing blue/yellow

### [5.5.27](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-10-27)

#### ♻️ Refactoring
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.5.31",
"version": "5.6.0",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -48,8 +48,8 @@
"@thi.ng/math": "^5.7.3",
"@thi.ng/random": "^3.6.14",
"@thi.ng/strings": "^3.6.6",
"@thi.ng/transducers": "^8.8.10",
"@thi.ng/vectors": "^7.8.4"
"@thi.ng/transducers": "^8.8.11",
"@thi.ng/vectors": "^7.8.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
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.17",
"version": "0.2.18",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@thi.ng/api": "^8.9.8",
"@thi.ng/checks": "^3.4.8",
"@thi.ng/math": "^5.7.3",
"@thi.ng/vectors": "^7.8.4"
"@thi.ng/vectors": "^7.8.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
Expand Down
6 changes: 3 additions & 3 deletions 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.77",
"version": "2.1.78",
"description": "ES6 promise based CSP primitives & operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@thi.ng/api": "^8.9.8",
"@thi.ng/arrays": "^2.7.4",
"@thi.ng/checks": "^3.4.8",
"@thi.ng/dcons": "^3.2.72",
"@thi.ng/dcons": "^3.2.73",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/transducers": "^8.8.10"
"@thi.ng/transducers": "^8.8.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
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.43",
"version": "2.3.44",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@thi.ng/api": "^8.9.8",
"@thi.ng/checks": "^3.4.8",
"@thi.ng/strings": "^3.6.6",
"@thi.ng/transducers": "^8.8.10"
"@thi.ng/transducers": "^8.8.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
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.72",
"version": "3.2.73",
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/equiv": "^2.1.33",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/random": "^3.6.14",
"@thi.ng/transducers": "^8.8.10"
"@thi.ng/transducers": "^8.8.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
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.78",
"version": "2.1.79",
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.8",
"@thi.ng/dgraph": "^2.1.77",
"@thi.ng/dgraph": "^2.1.78",
"@thi.ng/dot": "^2.1.46"
},
"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.77",
"version": "2.1.78",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.8",
"@thi.ng/associative": "^6.3.19",
"@thi.ng/associative": "^6.3.20",
"@thi.ng/equiv": "^2.1.33",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/transducers": "^8.8.10"
"@thi.ng/transducers": "^8.8.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
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.29",
"version": "2.4.30",
"description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/errors": "^2.4.2",
"@thi.ng/heaps": "^2.1.44",
"@thi.ng/math": "^5.7.3",
"@thi.ng/vectors": "^7.8.4"
"@thi.ng/vectors": "^7.8.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
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.77",
"version": "2.1.78",
"description": "WAV file format generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@thi.ng/api": "^8.9.8",
"@thi.ng/binary": "^3.3.37",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/transducers": "^8.8.10",
"@thi.ng/transducers-binary": "^2.1.77"
"@thi.ng/transducers": "^8.8.11",
"@thi.ng/transducers-binary": "^2.1.78"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
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.6.12",
"version": "4.6.13",
"description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/errors": "^2.4.2",
"@thi.ng/math": "^5.7.3",
"@thi.ng/random": "^3.6.14",
"@thi.ng/transducers": "^8.8.10"
"@thi.ng/transducers": "^8.8.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
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.79",
"version": "0.7.80",
"description": "Entity Component System based around typed arrays & sparse sets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,15 +34,15 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.8",
"@thi.ng/associative": "^6.3.19",
"@thi.ng/associative": "^6.3.20",
"@thi.ng/binary": "^3.3.37",
"@thi.ng/checks": "^3.4.8",
"@thi.ng/dcons": "^3.2.72",
"@thi.ng/dcons": "^3.2.73",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/idgen": "^2.2.11",
"@thi.ng/logger": "^1.4.24",
"@thi.ng/malloc": "^6.1.50",
"@thi.ng/transducers": "^8.8.10",
"@thi.ng/transducers": "^8.8.11",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 2be4c38

Please sign in to comment.