Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 28, 2024
1 parent a50f583 commit 502a019
Show file tree
Hide file tree
Showing 129 changed files with 799 additions and 781 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.5",
"version": "3.0.6",
"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.124",
"@thi.ng/dcons": "^3.2.125",
"@thi.ng/disjoint-set": "^1.1.2",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/sparse": "^0.3.129"
"@thi.ng/sparse": "^0.3.130"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
"@thi.ng/vectors": "^7.11.10",
"@thi.ng/vectors": "^7.11.11",
"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.6",
"version": "7.0.7",
"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.124",
"@thi.ng/dcons": "^3.2.125",
"@thi.ng/equiv": "^2.1.65",
"@thi.ng/object-utils": "^1.1.2",
"@thi.ng/transducers": "^9.2.0",
"@thi.ng/transducers": "^9.2.1",
"tslib": "^2.6.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.91",
"version": "1.1.92",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,10 +42,10 @@
"@thi.ng/date": "^2.7.27",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/logger": "^3.0.19",
"@thi.ng/math": "^5.11.8",
"@thi.ng/transducers": "^9.2.0",
"@thi.ng/math": "^5.11.9",
"@thi.ng/transducers": "^9.2.1",
"@thi.ng/units": "^0.5.7",
"@thi.ng/vectors": "^7.11.10",
"@thi.ng/vectors": "^7.11.11",
"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.133",
"version": "2.1.134",
"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.0",
"@thi.ng/transducers-binary": "^2.1.131"
"@thi.ng/transducers": "^9.2.1",
"@thi.ng/transducers-binary": "^2.1.132"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitstream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-23T16:18:16Z
- **Last updated**: 2024-08-28T14:01:19Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/bitstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitstream",
"version": "2.4.0",
"version": "2.4.1",
"description": "ES6 iterator based read/write bit streams with support for variable word widths",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/blurhash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/blurhash",
"version": "0.2.4",
"version": "0.2.5",
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/base-n": "^2.7.21",
"@thi.ng/canvas": "^0.5.2",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/math": "^5.11.8"
"@thi.ng/math": "^5.11.9"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
14 changes: 7 additions & 7 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.44",
"version": "1.0.45",
"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.84",
"@thi.ng/geom-closest-point": "^2.1.138",
"@thi.ng/geom-resample": "^3.0.10",
"@thi.ng/math": "^5.11.8",
"@thi.ng/timestep": "^0.5.60",
"@thi.ng/vectors": "^7.11.10"
"@thi.ng/distance": "^2.4.85",
"@thi.ng/geom-closest-point": "^2.1.139",
"@thi.ng/geom-resample": "^3.0.11",
"@thi.ng/math": "^5.11.9",
"@thi.ng/timestep": "^0.5.61",
"@thi.ng/vectors": "^7.11.11"
},
"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.4",
"version": "2.3.5",
"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.124"
"@thi.ng/dcons": "^3.2.125"
},
"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.121",
"version": "0.2.122",
"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.0"
"@thi.ng/transducers": "^9.2.1"
},
"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.10",
"version": "1.4.11",
"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.1",
"@thi.ng/color": "^5.7.2",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/hex": "^2.3.53"
},
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "5.7.2",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -48,11 +48,11 @@
"@thi.ng/compose": "^3.0.12",
"@thi.ng/defmulti": "^3.0.47",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/math": "^5.11.8",
"@thi.ng/math": "^5.11.9",
"@thi.ng/random": "^4.0.3",
"@thi.ng/strings": "^3.8.4",
"@thi.ng/transducers": "^9.2.0",
"@thi.ng/vectors": "^7.11.10"
"@thi.ng/transducers": "^9.2.1",
"@thi.ng/vectors": "^7.11.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
6 changes: 3 additions & 3 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.72",
"version": "0.2.73",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/math": "^5.11.8",
"@thi.ng/vectors": "^7.11.10"
"@thi.ng/math": "^5.11.9",
"@thi.ng/vectors": "^7.11.11"
},
"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.97",
"version": "2.3.98",
"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.0"
"@thi.ng/transducers": "^9.2.1"
},
"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.124",
"version": "3.2.125",
"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.0"
"@thi.ng/transducers": "^9.2.1"
},
"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.131",
"version": "2.1.132",
"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.130",
"@thi.ng/dgraph": "^2.1.131",
"@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.130",
"version": "2.1.131",
"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.6",
"@thi.ng/associative": "^7.0.7",
"@thi.ng/equiv": "^2.1.65",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/transducers": "^9.2.0"
"@thi.ng/transducers": "^9.2.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
6 changes: 3 additions & 3 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.84",
"version": "2.4.85",
"description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@thi.ng/checks": "^3.6.11",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/heaps": "^2.1.81",
"@thi.ng/math": "^5.11.8",
"@thi.ng/vectors": "^7.11.10"
"@thi.ng/math": "^5.11.9",
"@thi.ng/vectors": "^7.11.11"
},
"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.131",
"version": "2.1.132",
"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.0",
"@thi.ng/transducers-binary": "^2.1.131"
"@thi.ng/transducers": "^9.2.1",
"@thi.ng/transducers-binary": "^2.1.132"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
6 changes: 3 additions & 3 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.44",
"version": "4.7.45",
"description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@thi.ng/api": "^8.11.9",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/math": "^5.11.8",
"@thi.ng/math": "^5.11.9",
"@thi.ng/random": "^4.0.3",
"@thi.ng/transducers": "^9.2.0"
"@thi.ng/transducers": "^9.2.1"
},
"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.132",
"version": "0.7.133",
"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.6",
"@thi.ng/associative": "^7.0.7",
"@thi.ng/binary": "^3.4.32",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/dcons": "^3.2.124",
"@thi.ng/dcons": "^3.2.125",
"@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.0",
"@thi.ng/transducers": "^9.2.1",
"tslib": "^2.6.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 502a019

Please sign in to comment.