Skip to content

Commit 6e20f80

Browse files
Publish
1 parent 5642502 commit 6e20f80

File tree

257 files changed

+1717
-1717
lines changed

Some content is hidden

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

257 files changed

+1717
-1717
lines changed

packages/adjacency/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T11:59:16Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/adjacency/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/adjacency",
3-
"version": "2.5.31",
3+
"version": "2.5.32",
44
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
55
"type": "module",
66
"module": "./index.js",
@@ -38,16 +38,16 @@
3838
"test": "bun test"
3939
},
4040
"dependencies": {
41-
"@thi.ng/api": "^8.9.25",
42-
"@thi.ng/arrays": "^2.8.2",
43-
"@thi.ng/bitfield": "^2.3.24",
44-
"@thi.ng/dcons": "^3.2.95",
41+
"@thi.ng/api": "^8.9.26",
42+
"@thi.ng/arrays": "^2.8.3",
43+
"@thi.ng/bitfield": "^2.3.25",
44+
"@thi.ng/dcons": "^3.2.96",
4545
"@thi.ng/errors": "^2.4.18",
46-
"@thi.ng/sparse": "^0.3.100"
46+
"@thi.ng/sparse": "^0.3.101"
4747
},
4848
"devDependencies": {
4949
"@microsoft/api-extractor": "^7.40.1",
50-
"@thi.ng/vectors": "^7.10.11",
50+
"@thi.ng/vectors": "^7.10.12",
5151
"esbuild": "^0.20.0",
5252
"rimraf": "^5.0.5",
5353
"typedoc": "^0.25.7",

packages/api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T11:59:16Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/api",
3-
"version": "8.9.25",
3+
"version": "8.9.26",
44
"description": "Common, generic types, interfaces & mixins",
55
"type": "module",
66
"module": "./index.js",

packages/args/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T11:59:16Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/args/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/args",
3-
"version": "2.3.16",
3+
"version": "2.3.17",
44
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
55
"type": "module",
66
"module": "./index.js",
@@ -35,12 +35,12 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/api": "^8.9.25",
38+
"@thi.ng/api": "^8.9.26",
3939
"@thi.ng/checks": "^3.5.0",
4040
"@thi.ng/errors": "^2.4.18",
41-
"@thi.ng/logger": "^3.0.2",
42-
"@thi.ng/strings": "^3.7.16",
43-
"@thi.ng/text-format": "^2.1.2"
41+
"@thi.ng/logger": "^3.0.3",
42+
"@thi.ng/strings": "^3.7.17",
43+
"@thi.ng/text-format": "^2.1.3"
4444
},
4545
"devDependencies": {
4646
"@microsoft/api-extractor": "^7.40.1",

packages/arrays/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T11:59:16Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/arrays/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/arrays",
3-
"version": "2.8.2",
3+
"version": "2.8.3",
44
"description": "Array / Arraylike utilities",
55
"type": "module",
66
"module": "./index.js",
@@ -35,12 +35,12 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/api": "^8.9.25",
38+
"@thi.ng/api": "^8.9.26",
3939
"@thi.ng/checks": "^3.5.0",
40-
"@thi.ng/compare": "^2.2.21",
40+
"@thi.ng/compare": "^2.2.22",
4141
"@thi.ng/equiv": "^2.1.49",
4242
"@thi.ng/errors": "^2.4.18",
43-
"@thi.ng/random": "^3.6.32"
43+
"@thi.ng/random": "^3.6.33"
4444
},
4545
"devDependencies": {
4646
"@microsoft/api-extractor": "^7.40.1",

packages/associative/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T11:59:16Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/associative/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/associative",
3-
"version": "6.3.42",
3+
"version": "6.3.43",
44
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
55
"type": "module",
66
"module": "./index.js",
@@ -35,16 +35,16 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/api": "^8.9.25",
39-
"@thi.ng/arrays": "^2.8.2",
40-
"@thi.ng/binary": "^3.4.14",
38+
"@thi.ng/api": "^8.9.26",
39+
"@thi.ng/arrays": "^2.8.3",
40+
"@thi.ng/binary": "^3.4.15",
4141
"@thi.ng/checks": "^3.5.0",
42-
"@thi.ng/compare": "^2.2.21",
43-
"@thi.ng/dcons": "^3.2.95",
42+
"@thi.ng/compare": "^2.2.22",
43+
"@thi.ng/dcons": "^3.2.96",
4444
"@thi.ng/equiv": "^2.1.49",
4545
"@thi.ng/errors": "^2.4.18",
46-
"@thi.ng/random": "^3.6.32",
47-
"@thi.ng/transducers": "^8.9.6",
46+
"@thi.ng/random": "^3.6.33",
47+
"@thi.ng/transducers": "^8.9.7",
4848
"tslib": "^2.6.2"
4949
},
5050
"devDependencies": {

packages/atom/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T11:59:16Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/atom/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/atom",
3-
"version": "5.2.32",
3+
"version": "5.2.33",
44
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
55
"type": "module",
66
"module": "./index.js",
@@ -35,10 +35,10 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/api": "^8.9.25",
38+
"@thi.ng/api": "^8.9.26",
3939
"@thi.ng/equiv": "^2.1.49",
4040
"@thi.ng/errors": "^2.4.18",
41-
"@thi.ng/paths": "^5.1.67",
41+
"@thi.ng/paths": "^5.1.68",
4242
"tslib": "^2.6.2"
4343
},
4444
"devDependencies": {

packages/axidraw/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T23:15:26Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/axidraw/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/axidraw",
3-
"version": "1.1.59",
3+
"version": "1.1.60",
44
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
55
"type": "module",
66
"module": "./index.js",
@@ -35,16 +35,16 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/api": "^8.9.25",
38+
"@thi.ng/api": "^8.9.26",
3939
"@thi.ng/checks": "^3.5.0",
40-
"@thi.ng/compose": "^2.1.64",
41-
"@thi.ng/date": "^2.7.0",
40+
"@thi.ng/compose": "^2.1.65",
41+
"@thi.ng/date": "^2.7.1",
4242
"@thi.ng/errors": "^2.4.18",
43-
"@thi.ng/logger": "^3.0.2",
44-
"@thi.ng/math": "^5.10.2",
45-
"@thi.ng/transducers": "^8.9.6",
46-
"@thi.ng/units": "^0.4.32",
47-
"@thi.ng/vectors": "^7.10.11",
43+
"@thi.ng/logger": "^3.0.3",
44+
"@thi.ng/math": "^5.10.3",
45+
"@thi.ng/transducers": "^8.9.7",
46+
"@thi.ng/units": "^0.4.33",
47+
"@thi.ng/vectors": "^7.10.12",
4848
"serialport": "^12.0.0"
4949
},
5050
"devDependencies": {

packages/bench/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T23:15:26Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/bench/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/bench",
3-
"version": "3.4.28",
3+
"version": "3.4.29",
44
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
55
"type": "module",
66
"module": "./index.js",
@@ -35,11 +35,11 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/api": "^8.9.25"
38+
"@thi.ng/api": "^8.9.26"
3939
},
4040
"devDependencies": {
4141
"@microsoft/api-extractor": "^7.40.1",
42-
"@thi.ng/testament": "^0.4.19",
42+
"@thi.ng/testament": "^0.4.20",
4343
"@types/node": "^20.11.17",
4444
"esbuild": "^0.20.0",
4545
"rimraf": "^5.0.5",

packages/bencode/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/bencode",
3-
"version": "2.1.102",
3+
"version": "2.1.103",
44
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
55
"type": "module",
66
"module": "./index.js",
@@ -35,12 +35,12 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/arrays": "^2.8.2",
38+
"@thi.ng/arrays": "^2.8.3",
3939
"@thi.ng/checks": "^3.5.0",
40-
"@thi.ng/defmulti": "^3.0.25",
40+
"@thi.ng/defmulti": "^3.0.26",
4141
"@thi.ng/errors": "^2.4.18",
42-
"@thi.ng/transducers": "^8.9.6",
43-
"@thi.ng/transducers-binary": "^2.1.100"
42+
"@thi.ng/transducers": "^8.9.7",
43+
"@thi.ng/transducers-binary": "^2.1.101"
4444
},
4545
"devDependencies": {
4646
"@microsoft/api-extractor": "^7.40.1",

packages/binary/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T11:59:16Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/binary/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/binary",
3-
"version": "3.4.14",
3+
"version": "3.4.15",
44
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
55
"type": "module",
66
"module": "./index.js",
@@ -35,7 +35,7 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/api": "^8.9.25"
38+
"@thi.ng/api": "^8.9.26"
3939
},
4040
"devDependencies": {
4141
"@microsoft/api-extractor": "^7.40.1",

packages/bitfield/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/bitfield",
3-
"version": "2.3.24",
3+
"version": "2.3.25",
44
"description": "1D / 2D bit field implementations",
55
"type": "module",
66
"module": "./index.js",
@@ -35,10 +35,10 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/api": "^8.9.25",
39-
"@thi.ng/binary": "^3.4.14",
38+
"@thi.ng/api": "^8.9.26",
39+
"@thi.ng/binary": "^3.4.15",
4040
"@thi.ng/errors": "^2.4.18",
41-
"@thi.ng/strings": "^3.7.16"
41+
"@thi.ng/strings": "^3.7.17"
4242
},
4343
"devDependencies": {
4444
"@microsoft/api-extractor": "^7.40.1",

packages/blurhash/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/blurhash",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
55
"type": "module",
66
"module": "./index.js",
@@ -35,11 +35,11 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/api": "^8.9.25",
38+
"@thi.ng/api": "^8.9.26",
3939
"@thi.ng/base-n": "^2.7.3",
4040
"@thi.ng/canvas": "^0.2.7",
4141
"@thi.ng/errors": "^2.4.18",
42-
"@thi.ng/math": "^5.10.2"
42+
"@thi.ng/math": "^5.10.3"
4343
},
4444
"devDependencies": {
4545
"@microsoft/api-extractor": "^7.40.1",

packages/boids/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/boids",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "n-dimensional boids simulation with modular behavior system",
55
"type": "module",
66
"module": "./index.js",
@@ -35,14 +35,14 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/api": "^8.9.25",
38+
"@thi.ng/api": "^8.9.26",
3939
"@thi.ng/checks": "^3.5.0",
40-
"@thi.ng/distance": "^2.4.53",
41-
"@thi.ng/geom-closest-point": "^2.1.107",
42-
"@thi.ng/geom-resample": "^2.3.33",
43-
"@thi.ng/math": "^5.10.2",
44-
"@thi.ng/timestep": "^0.5.28",
45-
"@thi.ng/vectors": "^7.10.11"
40+
"@thi.ng/distance": "^2.4.54",
41+
"@thi.ng/geom-closest-point": "^2.1.108",
42+
"@thi.ng/geom-resample": "^2.3.34",
43+
"@thi.ng/math": "^5.10.3",
44+
"@thi.ng/timestep": "^0.5.29",
45+
"@thi.ng/vectors": "^7.10.12"
4646
},
4747
"devDependencies": {
4848
"@microsoft/api-extractor": "^7.40.1",

0 commit comments

Comments
 (0)