Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 7, 2024
1 parent f6d8bde commit 241df20
Show file tree
Hide file tree
Showing 126 changed files with 795 additions and 775 deletions.
10 changes: 5 additions & 5 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.10",
"version": "3.0.11",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,16 +40,16 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/arrays": "^2.10.2",
"@thi.ng/arrays": "^2.10.3",
"@thi.ng/bitfield": "^2.3.52",
"@thi.ng/dcons": "^3.2.129",
"@thi.ng/dcons": "^3.2.130",
"@thi.ng/disjoint-set": "^1.1.4",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/sparse": "^0.3.134"
"@thi.ng/sparse": "^0.3.135"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@thi.ng/vectors": "^7.12.3",
"@thi.ng/vectors": "^7.12.4",
"esbuild": "^0.24.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/arrays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/arrays",
"version": "2.10.2",
"version": "2.10.3",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/compare": "^2.4.3",
"@thi.ng/equiv": "^2.1.67",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/random": "^4.1.0"
"@thi.ng/random": "^4.1.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
8 changes: 4 additions & 4 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.11",
"version": "7.0.12",
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,13 +37,13 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/arrays": "^2.10.2",
"@thi.ng/arrays": "^2.10.3",
"@thi.ng/binary": "^3.4.34",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/dcons": "^3.2.129",
"@thi.ng/dcons": "^3.2.130",
"@thi.ng/equiv": "^2.1.67",
"@thi.ng/object-utils": "^1.1.4",
"@thi.ng/transducers": "^9.2.5",
"@thi.ng/transducers": "^9.2.6",
"tslib": "^2.7.0"
},
"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.96",
"version": "1.1.97",
"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.17",
"@thi.ng/logger": "^3.0.21",
"@thi.ng/math": "^5.11.11",
"@thi.ng/transducers": "^9.2.5",
"@thi.ng/transducers": "^9.2.6",
"@thi.ng/units": "^0.5.9",
"@thi.ng/vectors": "^7.12.3",
"@thi.ng/vectors": "^7.12.4",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.138",
"version": "2.1.139",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,13 +36,13 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/arrays": "^2.10.2",
"@thi.ng/arrays": "^2.10.3",
"@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/transducers": "^9.2.5",
"@thi.ng/transducers-binary": "^2.1.136"
"@thi.ng/transducers": "^9.2.6",
"@thi.ng/transducers-binary": "^2.1.137"
},
"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.49",
"version": "1.0.50",
"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.89",
"@thi.ng/geom-closest-point": "^2.1.143",
"@thi.ng/geom-resample": "^3.0.15",
"@thi.ng/distance": "^2.4.90",
"@thi.ng/geom-closest-point": "^2.1.144",
"@thi.ng/geom-resample": "^3.0.16",
"@thi.ng/math": "^5.11.11",
"@thi.ng/timestep": "^0.5.65",
"@thi.ng/vectors": "^7.12.3"
"@thi.ng/timestep": "^0.5.66",
"@thi.ng/vectors": "^7.12.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
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.9",
"version": "2.3.10",
"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.11",
"@thi.ng/dcons": "^3.2.129"
"@thi.ng/dcons": "^3.2.130"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
8 changes: 4 additions & 4 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.126",
"version": "0.2.127",
"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 @@ -37,11 +37,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/arrays": "^2.10.2",
"@thi.ng/arrays": "^2.10.3",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/random": "^4.1.0",
"@thi.ng/transducers": "^9.2.5"
"@thi.ng/random": "^4.1.1",
"@thi.ng/transducers": "^9.2.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
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.15",
"version": "1.4.16",
"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.6",
"@thi.ng/color": "^5.7.7",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/hex": "^2.3.55"
},
Expand Down
10 changes: 5 additions & 5 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.6",
"version": "5.7.7",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,18 +41,18 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/arrays": "^2.10.2",
"@thi.ng/arrays": "^2.10.3",
"@thi.ng/binary": "^3.4.34",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/compare": "^2.4.3",
"@thi.ng/compose": "^3.0.14",
"@thi.ng/defmulti": "^3.0.49",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/math": "^5.11.11",
"@thi.ng/random": "^4.1.0",
"@thi.ng/random": "^4.1.1",
"@thi.ng/strings": "^3.8.6",
"@thi.ng/transducers": "^9.2.5",
"@thi.ng/vectors": "^7.12.3"
"@thi.ng/transducers": "^9.2.6",
"@thi.ng/vectors": "^7.12.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
14 changes: 7 additions & 7 deletions packages/colored-noise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/colored-noise",
"version": "1.0.81",
"version": "1.0.82",
"description": "Customizable O(1) ES6 generators for colored noise",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,16 +37,16 @@
},
"dependencies": {
"@thi.ng/binary": "^3.4.34",
"@thi.ng/random": "^4.1.0"
"@thi.ng/random": "^4.1.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@thi.ng/api": "^8.11.11",
"@thi.ng/dsp": "^4.7.49",
"@thi.ng/dsp-io-wav": "^2.1.136",
"@thi.ng/text-canvas": "^3.0.39",
"@thi.ng/transducers": "^9.2.5",
"@thi.ng/vectors": "^7.12.3",
"@thi.ng/dsp": "^4.7.50",
"@thi.ng/dsp-io-wav": "^2.1.137",
"@thi.ng/text-canvas": "^3.0.40",
"@thi.ng/transducers": "^9.2.6",
"@thi.ng/vectors": "^7.12.4",
"esbuild": "^0.24.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.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.77",
"version": "0.2.78",
"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.3"
"@thi.ng/vectors": "^7.12.4"
},
"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.102",
"version": "2.3.103",
"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.11",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/strings": "^3.8.6",
"@thi.ng/transducers": "^9.2.5"
"@thi.ng/transducers": "^9.2.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
6 changes: 3 additions & 3 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.129",
"version": "3.2.130",
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@thi.ng/compare": "^2.4.3",
"@thi.ng/equiv": "^2.1.67",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/random": "^4.1.0",
"@thi.ng/transducers": "^9.2.5"
"@thi.ng/random": "^4.1.1",
"@thi.ng/transducers": "^9.2.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
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.136",
"version": "2.1.137",
"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.11",
"@thi.ng/dgraph": "^2.1.135",
"@thi.ng/dgraph": "^2.1.136",
"@thi.ng/dot": "^2.1.85"
},
"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.135",
"version": "2.1.136",
"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.11",
"@thi.ng/associative": "^7.0.11",
"@thi.ng/associative": "^7.0.12",
"@thi.ng/equiv": "^2.1.67",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/transducers": "^9.2.5"
"@thi.ng/transducers": "^9.2.6"
},
"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.89",
"version": "2.4.90",
"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.3"
"@thi.ng/vectors": "^7.12.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
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.136",
"version": "2.1.137",
"description": "WAV file format generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@thi.ng/api": "^8.11.11",
"@thi.ng/binary": "^3.4.34",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/transducers": "^9.2.5",
"@thi.ng/transducers-binary": "^2.1.136"
"@thi.ng/transducers": "^9.2.6",
"@thi.ng/transducers-binary": "^2.1.137"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
Loading

0 comments on commit 241df20

Please sign in to comment.