Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 21, 2025
1 parent b3b477f commit 56e7a17
Show file tree
Hide file tree
Showing 107 changed files with 565 additions and 539 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.22",
"version": "3.0.23",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -45,15 +45,15 @@
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/arrays": "^2.10.11",
"@thi.ng/bitfield": "^2.3.60",
"@thi.ng/bitfield": "^2.3.61",
"@thi.ng/dcons": "^3.2.138",
"@thi.ng/disjoint-set": "^1.1.9",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/sparse": "^1.0.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@thi.ng/vectors": "^7.12.15",
"@thi.ng/vectors": "^7.12.16",
"esbuild": "^0.24.2",
"typedoc": "^0.27.6",
"typescript": "^5.7.2"
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.53",
"version": "2.3.54",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@thi.ng/checks": "^3.6.19",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/logger": "^3.0.27",
"@thi.ng/strings": "^3.9.0",
"@thi.ng/strings": "^3.9.1",
"@thi.ng/text-format": "^2.2.21"
},
"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.108",
"version": "1.1.109",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,13 +43,13 @@
"@thi.ng/api": "^8.11.16",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/compose": "^3.0.19",
"@thi.ng/date": "^2.7.38",
"@thi.ng/date": "^2.7.39",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/logger": "^3.0.27",
"@thi.ng/math": "^5.11.16",
"@thi.ng/transducers": "^9.2.14",
"@thi.ng/units": "^1.0.2",
"@thi.ng/vectors": "^7.12.15",
"@thi.ng/vectors": "^7.12.16",
"serialport": "^13.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": "3.0.1",
"version": "3.0.2",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,9 +44,9 @@
"@thi.ng/arrays": "^2.10.11",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/strings": "^3.9.0",
"@thi.ng/strings": "^3.9.1",
"@thi.ng/transducers": "^9.2.14",
"@thi.ng/transducers-binary": "^2.1.148"
"@thi.ng/transducers-binary": "^2.1.149"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
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.60",
"version": "2.3.61",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@thi.ng/api": "^8.11.16",
"@thi.ng/binary": "^3.4.39",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/strings": "^3.9.0"
"@thi.ng/strings": "^3.9.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
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.61",
"version": "1.0.62",
"description": "n-dimensional boids simulation with modular behavior system",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,12 +42,12 @@
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/distance": "^2.4.101",
"@thi.ng/geom-closest-point": "^2.1.155",
"@thi.ng/geom-resample": "^3.0.27",
"@thi.ng/distance": "^2.4.102",
"@thi.ng/geom-closest-point": "^2.1.156",
"@thi.ng/geom-resample": "^3.0.28",
"@thi.ng/math": "^5.11.16",
"@thi.ng/timestep": "^1.0.3",
"@thi.ng/vectors": "^7.12.15"
"@thi.ng/timestep": "^1.0.4",
"@thi.ng/vectors": "^7.12.16"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
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.27",
"version": "1.4.28",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@thi.ng/api": "^8.11.16",
"@thi.ng/base-n": "^2.7.28",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/color": "^5.7.18",
"@thi.ng/color": "^5.7.19",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/hex": "^2.3.60"
},
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.18",
"version": "5.7.19",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -54,9 +54,9 @@
"@thi.ng/errors": "^2.5.22",
"@thi.ng/math": "^5.11.16",
"@thi.ng/random": "^4.1.7",
"@thi.ng/strings": "^3.9.0",
"@thi.ng/strings": "^3.9.1",
"@thi.ng/transducers": "^9.2.14",
"@thi.ng/vectors": "^7.12.15"
"@thi.ng/vectors": "^7.12.16"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
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": "1.0.3",
"version": "1.0.4",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@thi.ng/api": "^8.11.16",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/math": "^5.11.16",
"@thi.ng/vectors": "^7.12.15"
"@thi.ng/vectors": "^7.12.16"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
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.114",
"version": "2.3.115",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/strings": "^3.9.0",
"@thi.ng/strings": "^3.9.1",
"@thi.ng/transducers": "^9.2.14"
},
"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.38",
"version": "2.7.39",
"description": "Datetime types, relative dates, math, iterators, composable formatters, locales",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/strings": "^3.9.0"
"@thi.ng/strings": "^3.9.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
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.101",
"version": "2.4.102",
"description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@thi.ng/errors": "^2.5.22",
"@thi.ng/heaps": "^2.1.88",
"@thi.ng/math": "^5.11.16",
"@thi.ng/vectors": "^7.12.15"
"@thi.ng/vectors": "^7.12.16"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
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.148",
"version": "2.1.149",
"description": "WAV file format generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@thi.ng/binary": "^3.4.39",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/transducers": "^9.2.14",
"@thi.ng/transducers-binary": "^2.1.148"
"@thi.ng/transducers-binary": "^2.1.149"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2025-01-14T12:23:33Z
- **Last updated**: 2025-01-21T11:16:50Z
- **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/ecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/ecs",
"version": "0.7.146",
"version": "0.7.147",
"description": "Entity Component System based around typed arrays & sparse sets",
"type": "module",
"module": "./index.js",
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.155",
"version": "0.6.156",
"description": "Extensible Graph Format",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -47,8 +47,8 @@
"@thi.ng/errors": "^2.5.22",
"@thi.ng/logger": "^3.0.27",
"@thi.ng/prefixes": "^2.3.33",
"@thi.ng/strings": "^3.9.0",
"@thi.ng/transducers-binary": "^2.1.148",
"@thi.ng/strings": "^3.9.1",
"@thi.ng/transducers-binary": "^2.1.149",
"@thi.ng/trie": "^1.1.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/file-io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2025-01-14T12:23:33Z
- **Last updated**: 2025-01-21T11:16:50Z
- **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/file-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/file-io",
"version": "2.1.21",
"version": "2.1.22",
"description": "Assorted file I/O utils (with logging support) for NodeJS/Bun",
"type": "module",
"module": "./index.js",
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.175",
"version": "2.1.176",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,11 +42,11 @@
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/fuzzy": "^2.1.98",
"@thi.ng/hiccup": "^5.2.23",
"@thi.ng/hiccup-svg": "^5.4.14",
"@thi.ng/hiccup": "^5.2.24",
"@thi.ng/hiccup-svg": "^5.4.15",
"@thi.ng/math": "^5.11.16",
"@thi.ng/strings": "^3.9.0",
"@thi.ng/text-canvas": "^3.0.51"
"@thi.ng/strings": "^3.9.1",
"@thi.ng/text-canvas": "^3.0.52"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
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.20",
"version": "4.1.21",
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,14 +44,14 @@
"@thi.ng/api": "^8.11.16",
"@thi.ng/arrays": "^2.10.11",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/distance": "^2.4.101",
"@thi.ng/distance": "^2.4.102",
"@thi.ng/equiv": "^2.1.72",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/geom-isec": "^4.0.27",
"@thi.ng/geom-isec": "^4.0.28",
"@thi.ng/heaps": "^2.1.88",
"@thi.ng/math": "^5.11.16",
"@thi.ng/transducers": "^9.2.14",
"@thi.ng/vectors": "^7.12.15"
"@thi.ng/vectors": "^7.12.16"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
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.160",
"version": "2.1.161",
"description": "2D circular / elliptic arc operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,9 +41,9 @@
},
"dependencies": {
"@thi.ng/checks": "^3.6.19",
"@thi.ng/geom-resample": "^3.0.27",
"@thi.ng/geom-resample": "^3.0.28",
"@thi.ng/math": "^5.11.16",
"@thi.ng/vectors": "^7.12.15"
"@thi.ng/vectors": "^7.12.16"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
Loading

0 comments on commit 56e7a17

Please sign in to comment.