Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 22, 2024
1 parent 222bb10 commit 16686bb
Show file tree
Hide file tree
Showing 96 changed files with 552 additions and 543 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": "2.5.41",
"version": "2.5.42",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,14 +41,14 @@
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/arrays": "^2.8.11",
"@thi.ng/bitfield": "^2.3.34",
"@thi.ng/bitfield": "^2.3.35",
"@thi.ng/dcons": "^3.2.104",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/sparse": "^0.3.109"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
"@thi.ng/vectors": "^7.10.21",
"@thi.ng/vectors": "^7.10.22",
"esbuild": "^0.20.1",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
Expand Down
4 changes: 2 additions & 2 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.26",
"version": "2.3.27",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/checks": "^3.5.4",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/logger": "^3.0.6",
"@thi.ng/strings": "^3.7.26",
"@thi.ng/strings": "^3.7.27",
"@thi.ng/text-format": "^2.1.8"
},
"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.69",
"version": "1.1.70",
"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.9.30",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/compose": "^2.1.70",
"@thi.ng/date": "^2.7.10",
"@thi.ng/date": "^2.7.11",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/logger": "^3.0.6",
"@thi.ng/math": "^5.10.7",
"@thi.ng/transducers": "^8.9.15",
"@thi.ng/units": "^0.4.40",
"@thi.ng/vectors": "^7.10.21",
"@thi.ng/vectors": "^7.10.22",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.112",
"version": "2.1.113",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/defmulti": "^3.0.33",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/transducers": "^8.9.15",
"@thi.ng/transducers-binary": "^2.1.110"
"@thi.ng/transducers-binary": "^2.1.111"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
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.34",
"version": "2.3.35",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.9.30",
"@thi.ng/binary": "^3.4.19",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/strings": "^3.7.26"
"@thi.ng/strings": "^3.7.27"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
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.23",
"version": "1.0.24",
"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.9.30",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/distance": "^2.4.63",
"@thi.ng/geom-closest-point": "^2.1.117",
"@thi.ng/geom-resample": "^2.3.43",
"@thi.ng/distance": "^2.4.64",
"@thi.ng/geom-closest-point": "^2.1.118",
"@thi.ng/geom-resample": "^2.3.44",
"@thi.ng/math": "^5.10.7",
"@thi.ng/timestep": "^0.5.39",
"@thi.ng/vectors": "^7.10.21"
"@thi.ng/timestep": "^0.5.40",
"@thi.ng/vectors": "^7.10.22"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
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.48",
"version": "1.2.49",
"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.9.30",
"@thi.ng/base-n": "^2.7.8",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/color": "^5.6.35",
"@thi.ng/color": "^5.6.36",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/hex": "^2.3.40"
},
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.35",
"version": "5.6.36",
"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.1",
"@thi.ng/math": "^5.10.7",
"@thi.ng/random": "^3.7.0",
"@thi.ng/strings": "^3.7.26",
"@thi.ng/strings": "^3.7.27",
"@thi.ng/transducers": "^8.9.15",
"@thi.ng/vectors": "^7.10.21"
"@thi.ng/vectors": "^7.10.22"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
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.51",
"version": "0.2.52",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.9.30",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/math": "^5.10.7",
"@thi.ng/vectors": "^7.10.21"
"@thi.ng/vectors": "^7.10.22"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
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.76",
"version": "2.3.77",
"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.9.30",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/strings": "^3.7.26",
"@thi.ng/strings": "^3.7.27",
"@thi.ng/transducers": "^8.9.15"
},
"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.10",
"version": "2.7.11",
"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.9.30",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/strings": "^3.7.26"
"@thi.ng/strings": "^3.7.27"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
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.63",
"version": "2.4.64",
"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.1",
"@thi.ng/heaps": "^2.1.67",
"@thi.ng/math": "^5.10.7",
"@thi.ng/vectors": "^7.10.21"
"@thi.ng/vectors": "^7.10.22"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
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.110",
"version": "2.1.111",
"description": "WAV file format generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/binary": "^3.4.19",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/transducers": "^8.9.15",
"@thi.ng/transducers-binary": "^2.1.110"
"@thi.ng/transducers-binary": "^2.1.111"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
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.117",
"version": "0.6.118",
"description": "Extensible Graph Format",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@thi.ng/errors": "^2.5.1",
"@thi.ng/logger": "^3.0.6",
"@thi.ng/prefixes": "^2.3.13",
"@thi.ng/strings": "^3.7.26",
"@thi.ng/transducers-binary": "^2.1.110"
"@thi.ng/strings": "^3.7.27",
"@thi.ng/transducers-binary": "^2.1.111"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/fsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/fsm",
"version": "3.1.112",
"version": "3.1.113",
"description": "Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/arrays": "^2.8.11",
"@thi.ng/equiv": "^2.1.52",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/strings": "^3.7.26",
"@thi.ng/strings": "^3.7.27",
"@thi.ng/transducers": "^8.9.15"
},
"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.135",
"version": "2.1.136",
"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.9.30",
"@thi.ng/fuzzy": "^2.1.75",
"@thi.ng/hiccup": "^5.1.24",
"@thi.ng/hiccup-svg": "^5.2.27",
"@thi.ng/hiccup": "^5.1.25",
"@thi.ng/hiccup-svg": "^5.2.28",
"@thi.ng/math": "^5.10.7",
"@thi.ng/strings": "^3.7.26",
"@thi.ng/text-canvas": "^3.0.13"
"@thi.ng/strings": "^3.7.27",
"@thi.ng/text-canvas": "^3.0.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
10 changes: 5 additions & 5 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": "3.5.63",
"version": "3.5.64",
"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,15 +40,15 @@
"@thi.ng/api": "^8.9.30",
"@thi.ng/arrays": "^2.8.11",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/distance": "^2.4.63",
"@thi.ng/distance": "^2.4.64",
"@thi.ng/equiv": "^2.1.52",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/geom-api": "^4.0.0",
"@thi.ng/geom-isec": "^3.0.0",
"@thi.ng/geom-api": "^4.0.1",
"@thi.ng/geom-isec": "^3.0.1",
"@thi.ng/heaps": "^2.1.67",
"@thi.ng/math": "^5.10.7",
"@thi.ng/transducers": "^8.9.15",
"@thi.ng/vectors": "^7.10.21"
"@thi.ng/vectors": "^7.10.22"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-api",
"version": "4.0.0",
"version": "4.0.1",
"description": "Shared type & interface declarations for @thi.ng/geom packages",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/vectors": "^7.10.21"
"@thi.ng/vectors": "^7.10.22"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
8 changes: 4 additions & 4 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.122",
"version": "2.1.123",
"description": "2D circular / elliptic arc operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@thi.ng/checks": "^3.5.4",
"@thi.ng/geom-api": "^4.0.0",
"@thi.ng/geom-resample": "^2.3.43",
"@thi.ng/geom-api": "^4.0.1",
"@thi.ng/geom-resample": "^2.3.44",
"@thi.ng/math": "^5.10.7",
"@thi.ng/vectors": "^7.10.21"
"@thi.ng/vectors": "^7.10.22"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
Loading

0 comments on commit 16686bb

Please sign in to comment.