Skip to content

Commit d46ec97

Browse files
Publish
1 parent 57e81f7 commit d46ec97

File tree

104 files changed

+582
-576
lines changed

Some content is hidden

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

104 files changed

+582
-576
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.76",
3+
"version": "3.0.77",
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.17",
4747
"@thi.ng/arrays": "^2.14.13",
48-
"@thi.ng/bitfield": "^2.4.31",
48+
"@thi.ng/bitfield": "^2.4.32",
4949
"@thi.ng/dcons": "^3.2.189",
5050
"@thi.ng/disjoint-set": "^1.1.43",
5151
"@thi.ng/errors": "^2.6.6",
5252
"@thi.ng/sparse": "^1.1.36"
5353
},
5454
"devDependencies": {
55-
"@thi.ng/vectors": "^8.6.24",
55+
"@thi.ng/vectors": "^8.6.25",
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.11",
3+
"version": "1.1.12",
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.17",
44-
"@thi.ng/matrices": "^3.0.39",
45-
"@thi.ng/vectors": "^8.6.24"
44+
"@thi.ng/matrices": "^3.0.40",
45+
"@thi.ng/vectors": "^8.6.25"
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.13",
3+
"version": "3.2.14",
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.7",
4545
"@thi.ng/errors": "^2.6.6",
4646
"@thi.ng/logger": "^3.3.0",
47-
"@thi.ng/strings": "^3.10.1",
47+
"@thi.ng/strings": "^3.11.0",
4848
"@thi.ng/text-format": "^2.2.57"
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.174",
3+
"version": "1.1.175",
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.17",
4444
"@thi.ng/checks": "^3.8.7",
4545
"@thi.ng/compose": "^3.0.54",
46-
"@thi.ng/date": "^2.7.81",
46+
"@thi.ng/date": "^2.7.82",
4747
"@thi.ng/errors": "^2.6.6",
4848
"@thi.ng/logger": "^3.3.0",
4949
"@thi.ng/math": "^5.15.6",
5050
"@thi.ng/transducers": "^9.6.30",
51-
"@thi.ng/units": "^1.1.8",
52-
"@thi.ng/vectors": "^8.6.24",
51+
"@thi.ng/units": "^1.1.9",
52+
"@thi.ng/vectors": "^8.6.25",
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.55",
3+
"version": "3.0.56",
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.13",
4545
"@thi.ng/checks": "^3.8.7",
4646
"@thi.ng/errors": "^2.6.6",
47-
"@thi.ng/strings": "^3.10.1",
47+
"@thi.ng/strings": "^3.11.0",
4848
"@thi.ng/transducers": "^9.6.30",
49-
"@thi.ng/transducers-binary": "^2.1.202"
49+
"@thi.ng/transducers-binary": "^2.1.203"
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.31",
3+
"version": "2.4.32",
44
"description": "1D / 2D bit field implementations",
55
"type": "module",
66
"module": "./index.js",
@@ -43,7 +43,7 @@
4343
"@thi.ng/api": "^8.12.17",
4444
"@thi.ng/binary": "^3.6.6",
4545
"@thi.ng/errors": "^2.6.6",
46-
"@thi.ng/strings": "^3.10.1"
46+
"@thi.ng/strings": "^3.11.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.43",
3+
"version": "0.6.44",
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.17",
47-
"@thi.ng/args": "^3.2.13",
47+
"@thi.ng/args": "^3.2.14",
4848
"@thi.ng/binary": "^3.6.6",
49-
"@thi.ng/bitfield": "^2.4.31",
49+
"@thi.ng/bitfield": "^2.4.32",
5050
"@thi.ng/checks": "^3.8.7",
5151
"@thi.ng/compare": "^2.5.5",
5252
"@thi.ng/errors": "^2.6.6",
5353
"@thi.ng/file-io": "^2.2.28",
5454
"@thi.ng/logger": "^3.3.0",
5555
"@thi.ng/mime": "^2.8.8",
5656
"@thi.ng/random": "^4.1.42",
57-
"@thi.ng/strings": "^3.10.1"
57+
"@thi.ng/strings": "^3.11.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.45",
3+
"version": "1.1.46",
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.17",
4444
"@thi.ng/checks": "^3.8.7",
45-
"@thi.ng/distance": "^3.0.36",
46-
"@thi.ng/geom-closest-point": "^2.1.208",
47-
"@thi.ng/geom-resample": "^3.0.80",
45+
"@thi.ng/distance": "^3.0.37",
46+
"@thi.ng/geom-closest-point": "^2.1.209",
47+
"@thi.ng/geom-resample": "^3.0.81",
4848
"@thi.ng/math": "^5.15.6",
49-
"@thi.ng/timestep": "^1.0.56",
50-
"@thi.ng/vectors": "^8.6.24"
49+
"@thi.ng/timestep": "^1.0.57",
50+
"@thi.ng/vectors": "^8.6.25"
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.48",
3+
"version": "1.5.49",
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.17",
4646
"@thi.ng/base-n": "^2.7.62",
4747
"@thi.ng/checks": "^3.8.7",
48-
"@thi.ng/color": "^5.8.17",
48+
"@thi.ng/color": "^5.8.18",
4949
"@thi.ng/errors": "^2.6.6",
5050
"@thi.ng/hex": "^2.4.9"
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.17",
3+
"version": "5.8.18",
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.6",
5555
"@thi.ng/math": "^5.15.6",
5656
"@thi.ng/random": "^4.1.42",
57-
"@thi.ng/strings": "^3.10.1",
57+
"@thi.ng/strings": "^3.11.0",
5858
"@thi.ng/transducers": "^9.6.30",
59-
"@thi.ng/vectors": "^8.6.24"
59+
"@thi.ng/vectors": "^8.6.25"
6060
},
6161
"devDependencies": {
6262
"esbuild": "^0.27.2",

0 commit comments

Comments
 (0)