Skip to content

Commit 1107498

Browse files
Publish
1 parent 52e2add commit 1107498

File tree

335 files changed

+2402
-2392
lines changed

Some content is hidden

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

335 files changed

+2402
-2392
lines changed

packages/adjacency/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/adjacency",
3-
"version": "3.0.75",
3+
"version": "3.0.76",
44
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
55
"type": "module",
66
"module": "./index.js",
@@ -43,16 +43,16 @@
4343
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4444
},
4545
"dependencies": {
46-
"@thi.ng/api": "^8.12.16",
47-
"@thi.ng/arrays": "^2.14.12",
48-
"@thi.ng/bitfield": "^2.4.30",
49-
"@thi.ng/dcons": "^3.2.188",
46+
"@thi.ng/api": "^8.12.17",
47+
"@thi.ng/arrays": "^2.14.13",
48+
"@thi.ng/bitfield": "^2.4.31",
49+
"@thi.ng/dcons": "^3.2.189",
5050
"@thi.ng/disjoint-set": "^1.1.43",
51-
"@thi.ng/errors": "^2.6.5",
52-
"@thi.ng/sparse": "^1.1.35"
51+
"@thi.ng/errors": "^2.6.6",
52+
"@thi.ng/sparse": "^1.1.36"
5353
},
5454
"devDependencies": {
55-
"@thi.ng/vectors": "^8.6.23",
55+
"@thi.ng/vectors": "^8.6.24",
5656
"esbuild": "^0.27.2",
5757
"typedoc": "^0.28.16",
5858
"typescript": "^5.9.3"

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**: 2026-03-07T10:29:01Z
3+
- **Last updated**: 2026-03-19T12:29:04Z
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.12.16",
3+
"version": "8.12.17",
44
"description": "Common, generic types, interfaces & mixins",
55
"type": "module",
66
"module": "./index.js",

packages/arcball/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/arcball",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "3D arcball controller for intuitive click & drag gesture-based camera view rotations. Quaternion-based.",
55
"type": "module",
66
"module": "./index.js",
@@ -40,9 +40,9 @@
4040
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4141
},
4242
"dependencies": {
43-
"@thi.ng/api": "^8.12.16",
44-
"@thi.ng/matrices": "^3.0.38",
45-
"@thi.ng/vectors": "^8.6.23"
43+
"@thi.ng/api": "^8.12.17",
44+
"@thi.ng/matrices": "^3.0.39",
45+
"@thi.ng/vectors": "^8.6.24"
4646
},
4747
"devDependencies": {
4848
"esbuild": "^0.27.2",

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**: 2026-03-07T10:29:01Z
3+
- **Last updated**: 2026-03-19T12:29:04Z
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/args",
3-
"version": "3.2.12",
3+
"version": "3.2.13",
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",
@@ -40,12 +40,12 @@
4040
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4141
},
4242
"dependencies": {
43-
"@thi.ng/api": "^8.12.16",
44-
"@thi.ng/checks": "^3.8.6",
45-
"@thi.ng/errors": "^2.6.5",
43+
"@thi.ng/api": "^8.12.17",
44+
"@thi.ng/checks": "^3.8.7",
45+
"@thi.ng/errors": "^2.6.6",
4646
"@thi.ng/logger": "^3.3.0",
47-
"@thi.ng/strings": "^3.10.0",
48-
"@thi.ng/text-format": "^2.2.56"
47+
"@thi.ng/strings": "^3.10.1",
48+
"@thi.ng/text-format": "^2.2.57"
4949
},
5050
"devDependencies": {
5151
"@types/node": "^24.10.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**: 2026-03-07T10:29:01Z
3+
- **Last updated**: 2026-03-19T12:29:04Z
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/arrays",
3-
"version": "2.14.12",
3+
"version": "2.14.13",
44
"description": "Array / Arraylike utilities",
55
"type": "module",
66
"module": "./index.js",
@@ -40,12 +40,12 @@
4040
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4141
},
4242
"dependencies": {
43-
"@thi.ng/api": "^8.12.16",
44-
"@thi.ng/checks": "^3.8.6",
45-
"@thi.ng/compare": "^2.5.4",
43+
"@thi.ng/api": "^8.12.17",
44+
"@thi.ng/checks": "^3.8.7",
45+
"@thi.ng/compare": "^2.5.5",
4646
"@thi.ng/equiv": "^2.1.106",
47-
"@thi.ng/errors": "^2.6.5",
48-
"@thi.ng/random": "^4.1.41"
47+
"@thi.ng/errors": "^2.6.6",
48+
"@thi.ng/random": "^4.1.42"
4949
},
5050
"devDependencies": {
5151
"esbuild": "^0.27.2",

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**: 2026-03-07T10:29:01Z
3+
- **Last updated**: 2026-03-19T12:29:04Z
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": "7.1.32",
3+
"version": "7.1.33",
44
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations",
55
"type": "module",
66
"module": "./index.js",
@@ -40,14 +40,14 @@
4040
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4141
},
4242
"dependencies": {
43-
"@thi.ng/api": "^8.12.16",
44-
"@thi.ng/arrays": "^2.14.12",
45-
"@thi.ng/binary": "^3.6.5",
46-
"@thi.ng/checks": "^3.8.6",
47-
"@thi.ng/dcons": "^3.2.188",
43+
"@thi.ng/api": "^8.12.17",
44+
"@thi.ng/arrays": "^2.14.13",
45+
"@thi.ng/binary": "^3.6.6",
46+
"@thi.ng/checks": "^3.8.7",
47+
"@thi.ng/dcons": "^3.2.189",
4848
"@thi.ng/equiv": "^2.1.106",
49-
"@thi.ng/object-utils": "^1.3.8",
50-
"@thi.ng/transducers": "^9.6.29"
49+
"@thi.ng/object-utils": "^1.3.9",
50+
"@thi.ng/transducers": "^9.6.30"
5151
},
5252
"devDependencies": {
5353
"esbuild": "^0.27.2",

0 commit comments

Comments
 (0)