Skip to content

Commit 11ae480

Browse files
Publish
1 parent cda3231 commit 11ae480

File tree

398 files changed

+2427
-2410
lines changed

Some content is hidden

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

398 files changed

+2427
-2410
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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/adjacency",
3-
"version": "3.0.9",
3+
"version": "3.0.10",
44
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
55
"type": "module",
66
"module": "./index.js",
@@ -39,17 +39,17 @@
3939
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4040
},
4141
"dependencies": {
42-
"@thi.ng/api": "^8.11.10",
43-
"@thi.ng/arrays": "^2.10.1",
44-
"@thi.ng/bitfield": "^2.3.51",
45-
"@thi.ng/dcons": "^3.2.128",
46-
"@thi.ng/disjoint-set": "^1.1.3",
47-
"@thi.ng/errors": "^2.5.16",
48-
"@thi.ng/sparse": "^0.3.133"
42+
"@thi.ng/api": "^8.11.11",
43+
"@thi.ng/arrays": "^2.10.2",
44+
"@thi.ng/bitfield": "^2.3.52",
45+
"@thi.ng/dcons": "^3.2.129",
46+
"@thi.ng/disjoint-set": "^1.1.4",
47+
"@thi.ng/errors": "^2.5.17",
48+
"@thi.ng/sparse": "^0.3.134"
4949
},
5050
"devDependencies": {
5151
"@microsoft/api-extractor": "^7.47.9",
52-
"@thi.ng/vectors": "^7.12.2",
52+
"@thi.ng/vectors": "^7.12.3",
5353
"esbuild": "^0.24.0",
5454
"typedoc": "^0.26.7",
5555
"typescript": "^5.6.2"

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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
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.11.10",
3+
"version": "8.11.11",
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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/args",
3-
"version": "2.3.43",
3+
"version": "2.3.44",
44
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
55
"type": "module",
66
"module": "./index.js",
@@ -36,12 +36,12 @@
3636
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
3737
},
3838
"dependencies": {
39-
"@thi.ng/api": "^8.11.10",
40-
"@thi.ng/checks": "^3.6.12",
41-
"@thi.ng/errors": "^2.5.16",
42-
"@thi.ng/logger": "^3.0.20",
43-
"@thi.ng/strings": "^3.8.5",
44-
"@thi.ng/text-format": "^2.2.13"
39+
"@thi.ng/api": "^8.11.11",
40+
"@thi.ng/checks": "^3.6.13",
41+
"@thi.ng/errors": "^2.5.17",
42+
"@thi.ng/logger": "^3.0.21",
43+
"@thi.ng/strings": "^3.8.6",
44+
"@thi.ng/text-format": "^2.2.14"
4545
},
4646
"devDependencies": {
4747
"@microsoft/api-extractor": "^7.47.9",

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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/arrays",
3-
"version": "2.10.1",
3+
"version": "2.10.2",
44
"description": "Array / Arraylike utilities",
55
"type": "module",
66
"module": "./index.js",
@@ -36,12 +36,12 @@
3636
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
3737
},
3838
"dependencies": {
39-
"@thi.ng/api": "^8.11.10",
40-
"@thi.ng/checks": "^3.6.12",
41-
"@thi.ng/compare": "^2.4.2",
42-
"@thi.ng/equiv": "^2.1.66",
43-
"@thi.ng/errors": "^2.5.16",
44-
"@thi.ng/random": "^4.0.4"
39+
"@thi.ng/api": "^8.11.11",
40+
"@thi.ng/checks": "^3.6.13",
41+
"@thi.ng/compare": "^2.4.3",
42+
"@thi.ng/equiv": "^2.1.67",
43+
"@thi.ng/errors": "^2.5.17",
44+
"@thi.ng/random": "^4.1.0"
4545
},
4646
"devDependencies": {
4747
"@microsoft/api-extractor": "^7.47.9",

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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/associative",
3-
"version": "7.0.10",
3+
"version": "7.0.11",
44
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations",
55
"type": "module",
66
"module": "./index.js",
@@ -36,14 +36,14 @@
3636
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
3737
},
3838
"dependencies": {
39-
"@thi.ng/api": "^8.11.10",
40-
"@thi.ng/arrays": "^2.10.1",
41-
"@thi.ng/binary": "^3.4.33",
42-
"@thi.ng/checks": "^3.6.12",
43-
"@thi.ng/dcons": "^3.2.128",
44-
"@thi.ng/equiv": "^2.1.66",
45-
"@thi.ng/object-utils": "^1.1.3",
46-
"@thi.ng/transducers": "^9.2.4",
39+
"@thi.ng/api": "^8.11.11",
40+
"@thi.ng/arrays": "^2.10.2",
41+
"@thi.ng/binary": "^3.4.34",
42+
"@thi.ng/checks": "^3.6.13",
43+
"@thi.ng/dcons": "^3.2.129",
44+
"@thi.ng/equiv": "^2.1.67",
45+
"@thi.ng/object-utils": "^1.1.4",
46+
"@thi.ng/transducers": "^9.2.5",
4747
"tslib": "^2.7.0"
4848
},
4949
"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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/atom",
3-
"version": "5.3.10",
3+
"version": "5.3.11",
44
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
55
"type": "module",
66
"module": "./index.js",
@@ -36,10 +36,10 @@
3636
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
3737
},
3838
"dependencies": {
39-
"@thi.ng/api": "^8.11.10",
40-
"@thi.ng/equiv": "^2.1.66",
41-
"@thi.ng/errors": "^2.5.16",
42-
"@thi.ng/paths": "^5.1.90",
39+
"@thi.ng/api": "^8.11.11",
40+
"@thi.ng/equiv": "^2.1.67",
41+
"@thi.ng/errors": "^2.5.17",
42+
"@thi.ng/paths": "^5.1.91",
4343
"tslib": "^2.7.0"
4444
},
4545
"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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/axidraw",
3-
"version": "1.1.95",
3+
"version": "1.1.96",
44
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
55
"type": "module",
66
"module": "./index.js",
@@ -36,16 +36,16 @@
3636
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
3737
},
3838
"dependencies": {
39-
"@thi.ng/api": "^8.11.10",
40-
"@thi.ng/checks": "^3.6.12",
41-
"@thi.ng/compose": "^3.0.13",
42-
"@thi.ng/date": "^2.7.28",
43-
"@thi.ng/errors": "^2.5.16",
44-
"@thi.ng/logger": "^3.0.20",
45-
"@thi.ng/math": "^5.11.10",
46-
"@thi.ng/transducers": "^9.2.4",
47-
"@thi.ng/units": "^0.5.8",
48-
"@thi.ng/vectors": "^7.12.2",
39+
"@thi.ng/api": "^8.11.11",
40+
"@thi.ng/checks": "^3.6.13",
41+
"@thi.ng/compose": "^3.0.14",
42+
"@thi.ng/date": "^2.7.29",
43+
"@thi.ng/errors": "^2.5.17",
44+
"@thi.ng/logger": "^3.0.21",
45+
"@thi.ng/math": "^5.11.11",
46+
"@thi.ng/transducers": "^9.2.5",
47+
"@thi.ng/units": "^0.5.9",
48+
"@thi.ng/vectors": "^7.12.3",
4949
"serialport": "^12.0.0"
5050
},
5151
"devDependencies": {

packages/base-n/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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

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

packages/base-n/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/base-n",
3-
"version": "2.7.22",
3+
"version": "2.7.23",
44
"description": "Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/83/85, support for bigints and encoding/decoding of byte arrays",
55
"type": "module",
66
"module": "./index.js",

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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/bench",
3-
"version": "3.6.3",
3+
"version": "3.6.4",
44
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
55
"type": "module",
66
"module": "./index.js",
@@ -36,7 +36,7 @@
3636
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
3737
},
3838
"dependencies": {
39-
"@thi.ng/api": "^8.11.10"
39+
"@thi.ng/api": "^8.11.11"
4040
},
4141
"devDependencies": {
4242
"@microsoft/api-extractor": "^7.47.9",

packages/bencode/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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

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

packages/bencode/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/bencode",
3-
"version": "2.1.137",
3+
"version": "2.1.138",
44
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
55
"type": "module",
66
"module": "./index.js",
@@ -36,13 +36,13 @@
3636
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
3737
},
3838
"dependencies": {
39-
"@thi.ng/arrays": "^2.10.1",
40-
"@thi.ng/checks": "^3.6.12",
41-
"@thi.ng/defmulti": "^3.0.48",
42-
"@thi.ng/errors": "^2.5.16",
43-
"@thi.ng/strings": "^3.8.5",
44-
"@thi.ng/transducers": "^9.2.4",
45-
"@thi.ng/transducers-binary": "^2.1.135"
39+
"@thi.ng/arrays": "^2.10.2",
40+
"@thi.ng/checks": "^3.6.13",
41+
"@thi.ng/defmulti": "^3.0.49",
42+
"@thi.ng/errors": "^2.5.17",
43+
"@thi.ng/strings": "^3.8.6",
44+
"@thi.ng/transducers": "^9.2.5",
45+
"@thi.ng/transducers-binary": "^2.1.136"
4646
},
4747
"devDependencies": {
4848
"@microsoft/api-extractor": "^7.47.9",

packages/bidir-index/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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

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

packages/bidir-index/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/bidir-index",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Bi-directional index mapping arbitrary keys to numeric IDs & vice versa",
55
"type": "module",
66
"module": "./index.js",

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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
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.33",
3+
"version": "3.4.34",
44
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
55
"type": "module",
66
"module": "./index.js",
@@ -36,7 +36,7 @@
3636
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
3737
},
3838
"dependencies": {
39-
"@thi.ng/api": "^8.11.10"
39+
"@thi.ng/api": "^8.11.11"
4040
},
4141
"devDependencies": {
4242
"@microsoft/api-extractor": "^7.47.9",

packages/bitfield/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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

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

packages/bitfield/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/bitfield",
3-
"version": "2.3.51",
3+
"version": "2.3.52",
44
"description": "1D / 2D bit field implementations",
55
"type": "module",
66
"module": "./index.js",
@@ -36,10 +36,10 @@
3636
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
3737
},
3838
"dependencies": {
39-
"@thi.ng/api": "^8.11.10",
40-
"@thi.ng/binary": "^3.4.33",
41-
"@thi.ng/errors": "^2.5.16",
42-
"@thi.ng/strings": "^3.8.5"
39+
"@thi.ng/api": "^8.11.11",
40+
"@thi.ng/binary": "^3.4.34",
41+
"@thi.ng/errors": "^2.5.17",
42+
"@thi.ng/strings": "^3.8.6"
4343
},
4444
"devDependencies": {
4545
"@microsoft/api-extractor": "^7.47.9",

packages/bitstream/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-09-19T21:09:34Z
3+
- **Last updated**: 2024-10-05T12:12:32Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

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

0 commit comments

Comments
 (0)