Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 3, 2024
1 parent 8b2330c commit 1148f31
Show file tree
Hide file tree
Showing 98 changed files with 549 additions and 538 deletions.
6 changes: 3 additions & 3 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.13",
"version": "3.0.14",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,15 +41,15 @@
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/arrays": "^2.10.4",
"@thi.ng/bitfield": "^2.3.53",
"@thi.ng/bitfield": "^2.3.54",
"@thi.ng/dcons": "^3.2.131",
"@thi.ng/disjoint-set": "^1.1.4",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/sparse": "^0.3.136"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@thi.ng/vectors": "^7.12.6",
"@thi.ng/vectors": "^7.12.7",
"esbuild": "^0.24.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/args/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/args",
"version": "2.3.45",
"version": "2.3.46",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@thi.ng/checks": "^3.6.13",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/logger": "^3.0.21",
"@thi.ng/strings": "^3.8.7",
"@thi.ng/text-format": "^2.2.15"
"@thi.ng/strings": "^3.8.8",
"@thi.ng/text-format": "^2.2.16"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
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.99",
"version": "1.1.100",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,13 +39,13 @@
"@thi.ng/api": "^8.11.11",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/compose": "^3.0.14",
"@thi.ng/date": "^2.7.30",
"@thi.ng/date": "^2.7.31",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/logger": "^3.0.21",
"@thi.ng/math": "^5.11.11",
"@thi.ng/transducers": "^9.2.7",
"@thi.ng/units": "^0.5.9",
"@thi.ng/vectors": "^7.12.6",
"@thi.ng/vectors": "^7.12.7",
"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.141",
"version": "2.1.142",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@thi.ng/checks": "^3.6.13",
"@thi.ng/defmulti": "^3.0.49",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/strings": "^3.8.7",
"@thi.ng/strings": "^3.8.8",
"@thi.ng/transducers": "^9.2.7",
"@thi.ng/transducers-binary": "^2.1.139"
"@thi.ng/transducers-binary": "^2.1.140"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitfield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitfield",
"version": "2.3.53",
"version": "2.3.54",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.11.11",
"@thi.ng/binary": "^3.4.34",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/strings": "^3.8.7"
"@thi.ng/strings": "^3.8.8"
},
"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.52",
"version": "1.0.53",
"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.92",
"@thi.ng/geom-closest-point": "^2.1.146",
"@thi.ng/geom-resample": "^3.0.18",
"@thi.ng/distance": "^2.4.93",
"@thi.ng/geom-closest-point": "^2.1.147",
"@thi.ng/geom-resample": "^3.0.19",
"@thi.ng/math": "^5.11.11",
"@thi.ng/timestep": "^0.5.68",
"@thi.ng/vectors": "^7.12.6"
"@thi.ng/timestep": "^0.5.69",
"@thi.ng/vectors": "^7.12.7"
},
"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.18",
"version": "1.4.19",
"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.9",
"@thi.ng/color": "^5.7.10",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/hex": "^2.3.55"
},
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.9",
"version": "5.7.10",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -50,9 +50,9 @@
"@thi.ng/errors": "^2.5.17",
"@thi.ng/math": "^5.11.11",
"@thi.ng/random": "^4.1.2",
"@thi.ng/strings": "^3.8.7",
"@thi.ng/strings": "^3.8.8",
"@thi.ng/transducers": "^9.2.7",
"@thi.ng/vectors": "^7.12.6"
"@thi.ng/vectors": "^7.12.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
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.80",
"version": "0.2.81",
"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.6"
"@thi.ng/vectors": "^7.12.7"
},
"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.105",
"version": "2.3.106",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/strings": "^3.8.7",
"@thi.ng/strings": "^3.8.8",
"@thi.ng/transducers": "^9.2.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/date",
"version": "2.7.30",
"version": "2.7.31",
"description": "Datetime types, relative dates, math, iterators, composable formatters, locales",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/strings": "^3.8.7"
"@thi.ng/strings": "^3.8.8"
},
"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.92",
"version": "2.4.93",
"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.6"
"@thi.ng/vectors": "^7.12.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
4 changes: 2 additions & 2 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.139",
"version": "2.1.140",
"description": "WAV file format generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/binary": "^3.4.34",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/transducers": "^9.2.7",
"@thi.ng/transducers-binary": "^2.1.139"
"@thi.ng/transducers-binary": "^2.1.140"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
6 changes: 3 additions & 3 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.146",
"version": "0.6.147",
"description": "Extensible Graph Format",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@thi.ng/errors": "^2.5.17",
"@thi.ng/logger": "^3.0.21",
"@thi.ng/prefixes": "^2.3.28",
"@thi.ng/strings": "^3.8.7",
"@thi.ng/transducers-binary": "^2.1.139",
"@thi.ng/strings": "^3.8.8",
"@thi.ng/transducers-binary": "^2.1.140",
"@thi.ng/trie": "^1.1.4"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/fuzzy-viz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/fuzzy-viz",
"version": "2.1.166",
"version": "2.1.167",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,11 +38,11 @@
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/fuzzy": "^2.1.93",
"@thi.ng/hiccup": "^5.2.15",
"@thi.ng/hiccup-svg": "^5.4.5",
"@thi.ng/hiccup": "^5.2.16",
"@thi.ng/hiccup-svg": "^5.4.6",
"@thi.ng/math": "^5.11.11",
"@thi.ng/strings": "^3.8.7",
"@thi.ng/text-canvas": "^3.0.42"
"@thi.ng/strings": "^3.8.8",
"@thi.ng/text-canvas": "^3.0.43"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
8 changes: 4 additions & 4 deletions packages/geom-accel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-accel",
"version": "4.1.11",
"version": "4.1.12",
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,14 +40,14 @@
"@thi.ng/api": "^8.11.11",
"@thi.ng/arrays": "^2.10.4",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/distance": "^2.4.92",
"@thi.ng/distance": "^2.4.93",
"@thi.ng/equiv": "^2.1.67",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/geom-isec": "^4.0.18",
"@thi.ng/geom-isec": "^4.0.19",
"@thi.ng/heaps": "^2.1.83",
"@thi.ng/math": "^5.11.11",
"@thi.ng/transducers": "^9.2.7",
"@thi.ng/vectors": "^7.12.6"
"@thi.ng/vectors": "^7.12.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/geom-arc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-arc",
"version": "2.1.151",
"version": "2.1.152",
"description": "2D circular / elliptic arc operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"dependencies": {
"@thi.ng/checks": "^3.6.13",
"@thi.ng/geom-resample": "^3.0.18",
"@thi.ng/geom-resample": "^3.0.19",
"@thi.ng/math": "^5.11.11",
"@thi.ng/vectors": "^7.12.6"
"@thi.ng/vectors": "^7.12.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
14 changes: 7 additions & 7 deletions packages/geom-axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-axidraw",
"version": "0.6.23",
"version": "0.6.24",
"description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,15 +38,15 @@
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/arrays": "^2.10.4",
"@thi.ng/axidraw": "^1.1.99",
"@thi.ng/axidraw": "^1.1.100",
"@thi.ng/compare": "^2.4.3",
"@thi.ng/defmulti": "^3.0.49",
"@thi.ng/geom": "^8.1.14",
"@thi.ng/geom-accel": "^4.1.11",
"@thi.ng/geom-clip-line": "^2.3.108",
"@thi.ng/geom-isec": "^4.0.18",
"@thi.ng/geom": "^8.1.15",
"@thi.ng/geom-accel": "^4.1.12",
"@thi.ng/geom-clip-line": "^2.3.109",
"@thi.ng/geom-isec": "^4.0.19",
"@thi.ng/transducers": "^9.2.7",
"@thi.ng/vectors": "^7.12.6"
"@thi.ng/vectors": "^7.12.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/geom-clip-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-clip-line",
"version": "2.3.108",
"version": "2.3.109",
"description": "2D line clipping (Liang-Barsky)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/geom-isec": "^4.0.18",
"@thi.ng/vectors": "^7.12.6"
"@thi.ng/geom-isec": "^4.0.19",
"@thi.ng/vectors": "^7.12.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
Loading

0 comments on commit 1148f31

Please sign in to comment.