Skip to content

Commit 929fb65

Browse files
Publish
1 parent fdbf709 commit 929fb65

File tree

103 files changed

+584
-575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+584
-575
lines changed

packages/adjacency/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/adjacency",
3-
"version": "3.0.78",
3+
"version": "3.0.79",
44
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
55
"type": "module",
66
"module": "./index.js",
@@ -45,14 +45,14 @@
4545
"dependencies": {
4646
"@thi.ng/api": "^8.12.18",
4747
"@thi.ng/arrays": "^2.14.14",
48-
"@thi.ng/bitfield": "^2.4.33",
48+
"@thi.ng/bitfield": "^2.4.34",
4949
"@thi.ng/dcons": "^3.2.190",
5050
"@thi.ng/disjoint-set": "^1.1.44",
5151
"@thi.ng/errors": "^2.6.7",
5252
"@thi.ng/sparse": "^1.1.37"
5353
},
5454
"devDependencies": {
55-
"@thi.ng/vectors": "^8.6.26",
55+
"@thi.ng/vectors": "^8.6.27",
5656
"esbuild": "^0.27.2",
5757
"typedoc": "^0.28.16",
5858
"typescript": "^5.9.3"

packages/arcball/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/arcball",
3-
"version": "1.1.13",
3+
"version": "1.1.14",
44
"description": "3D arcball controller for intuitive click & drag gesture-based camera view rotations. Quaternion-based.",
55
"type": "module",
66
"module": "./index.js",
@@ -41,8 +41,8 @@
4141
},
4242
"dependencies": {
4343
"@thi.ng/api": "^8.12.18",
44-
"@thi.ng/matrices": "^3.0.41",
45-
"@thi.ng/vectors": "^8.6.26"
44+
"@thi.ng/matrices": "^3.0.42",
45+
"@thi.ng/vectors": "^8.6.27"
4646
},
4747
"devDependencies": {
4848
"esbuild": "^0.27.2",

packages/args/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/args",
3-
"version": "3.2.15",
3+
"version": "3.2.16",
44
"description": "Declarative, functional CLI argument/options parser, app framework, arg value coercions, multi/sub-commands, usage generation, error handling etc.",
55
"type": "module",
66
"module": "./index.js",
@@ -44,7 +44,7 @@
4444
"@thi.ng/checks": "^3.8.8",
4545
"@thi.ng/errors": "^2.6.7",
4646
"@thi.ng/logger": "^3.3.1",
47-
"@thi.ng/strings": "^3.11.1",
47+
"@thi.ng/strings": "^3.12.0",
4848
"@thi.ng/text-format": "^2.2.58"
4949
},
5050
"devDependencies": {

packages/axidraw/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/axidraw",
3-
"version": "1.1.178",
3+
"version": "1.1.179",
44
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
55
"type": "module",
66
"module": "./index.js",
@@ -43,13 +43,13 @@
4343
"@thi.ng/api": "^8.12.18",
4444
"@thi.ng/checks": "^3.8.8",
4545
"@thi.ng/compose": "^3.0.55",
46-
"@thi.ng/date": "^2.8.1",
46+
"@thi.ng/date": "^2.8.2",
4747
"@thi.ng/errors": "^2.6.7",
4848
"@thi.ng/logger": "^3.3.1",
4949
"@thi.ng/math": "^5.15.7",
5050
"@thi.ng/transducers": "^9.6.31",
51-
"@thi.ng/units": "^1.2.0",
52-
"@thi.ng/vectors": "^8.6.26",
51+
"@thi.ng/units": "^1.2.1",
52+
"@thi.ng/vectors": "^8.6.27",
5353
"serialport": "^13.0.0"
5454
},
5555
"devDependencies": {

packages/bencode/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/bencode",
3-
"version": "3.0.57",
3+
"version": "3.0.58",
44
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
55
"type": "module",
66
"module": "./index.js",
@@ -44,9 +44,9 @@
4444
"@thi.ng/arrays": "^2.14.14",
4545
"@thi.ng/checks": "^3.8.8",
4646
"@thi.ng/errors": "^2.6.7",
47-
"@thi.ng/strings": "^3.11.1",
47+
"@thi.ng/strings": "^3.12.0",
4848
"@thi.ng/transducers": "^9.6.31",
49-
"@thi.ng/transducers-binary": "^2.1.204"
49+
"@thi.ng/transducers-binary": "^2.1.205"
5050
},
5151
"devDependencies": {
5252
"esbuild": "^0.27.2",

packages/bitfield/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/bitfield",
3-
"version": "2.4.33",
3+
"version": "2.4.34",
44
"description": "1D / 2D bit field implementations",
55
"type": "module",
66
"module": "./index.js",
@@ -43,7 +43,7 @@
4343
"@thi.ng/api": "^8.12.18",
4444
"@thi.ng/binary": "^3.6.7",
4545
"@thi.ng/errors": "^2.6.7",
46-
"@thi.ng/strings": "^3.11.1"
46+
"@thi.ng/strings": "^3.12.0"
4747
},
4848
"devDependencies": {
4949
"esbuild": "^0.27.2",

packages/block-fs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/block-fs",
3-
"version": "0.6.45",
3+
"version": "0.6.46",
44
"description": "Customizable block-based storage, adapters & file system layer",
55
"type": "module",
66
"module": "./index.js",
@@ -44,17 +44,17 @@
4444
},
4545
"dependencies": {
4646
"@thi.ng/api": "^8.12.18",
47-
"@thi.ng/args": "^3.2.15",
47+
"@thi.ng/args": "^3.2.16",
4848
"@thi.ng/binary": "^3.6.7",
49-
"@thi.ng/bitfield": "^2.4.33",
49+
"@thi.ng/bitfield": "^2.4.34",
5050
"@thi.ng/checks": "^3.8.8",
5151
"@thi.ng/compare": "^2.5.6",
5252
"@thi.ng/errors": "^2.6.7",
5353
"@thi.ng/file-io": "^2.2.29",
5454
"@thi.ng/logger": "^3.3.1",
5555
"@thi.ng/mime": "^2.8.9",
5656
"@thi.ng/random": "^4.1.43",
57-
"@thi.ng/strings": "^3.11.1"
57+
"@thi.ng/strings": "^3.12.0"
5858
},
5959
"devDependencies": {
6060
"@types/node": "^24.10.9",

packages/boids/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/boids",
3-
"version": "1.1.47",
3+
"version": "1.1.48",
44
"description": "n-dimensional boids simulation with modular behavior system",
55
"type": "module",
66
"module": "./index.js",
@@ -42,12 +42,12 @@
4242
"dependencies": {
4343
"@thi.ng/api": "^8.12.18",
4444
"@thi.ng/checks": "^3.8.8",
45-
"@thi.ng/distance": "^3.0.38",
46-
"@thi.ng/geom-closest-point": "^2.1.210",
47-
"@thi.ng/geom-resample": "^3.0.82",
45+
"@thi.ng/distance": "^3.0.39",
46+
"@thi.ng/geom-closest-point": "^2.1.211",
47+
"@thi.ng/geom-resample": "^3.0.83",
4848
"@thi.ng/math": "^5.15.7",
49-
"@thi.ng/timestep": "^1.0.58",
50-
"@thi.ng/vectors": "^8.6.26"
49+
"@thi.ng/timestep": "^1.0.59",
50+
"@thi.ng/vectors": "^8.6.27"
5151
},
5252
"devDependencies": {
5353
"esbuild": "^0.27.2",

packages/color-palettes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/color-palettes",
3-
"version": "1.5.50",
3+
"version": "1.5.51",
44
"description": "Collection of 200+ image based color themes & composable theme query filters",
55
"type": "module",
66
"module": "./index.js",
@@ -45,7 +45,7 @@
4545
"@thi.ng/api": "^8.12.18",
4646
"@thi.ng/base-n": "^2.7.63",
4747
"@thi.ng/checks": "^3.8.8",
48-
"@thi.ng/color": "^5.8.19",
48+
"@thi.ng/color": "^5.8.20",
4949
"@thi.ng/errors": "^2.6.7",
5050
"@thi.ng/hex": "^2.4.10"
5151
},

packages/color/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/color",
3-
"version": "5.8.19",
3+
"version": "5.8.20",
44
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
55
"type": "module",
66
"module": "./index.js",
@@ -54,9 +54,9 @@
5454
"@thi.ng/errors": "^2.6.7",
5555
"@thi.ng/math": "^5.15.7",
5656
"@thi.ng/random": "^4.1.43",
57-
"@thi.ng/strings": "^3.11.1",
57+
"@thi.ng/strings": "^3.12.0",
5858
"@thi.ng/transducers": "^9.6.31",
59-
"@thi.ng/vectors": "^8.6.26"
59+
"@thi.ng/vectors": "^8.6.27"
6060
},
6161
"devDependencies": {
6262
"esbuild": "^0.27.2",

0 commit comments

Comments
 (0)