Skip to content

Commit fdca77c

Browse files
Publish
1 parent c08a188 commit fdca77c

File tree

423 files changed

+2620
-2620
lines changed

Some content is hidden

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

423 files changed

+2620
-2620
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**: 2025-11-21T15:55:41Z
3+
- **Last updated**: 2025-11-25T12:20:38Z
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.62",
3+
"version": "3.0.63",
44
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
55
"type": "module",
66
"module": "./index.js",
@@ -42,16 +42,16 @@
4242
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4343
},
4444
"dependencies": {
45-
"@thi.ng/api": "^8.12.8",
46-
"@thi.ng/arrays": "^2.14.1",
47-
"@thi.ng/bitfield": "^2.4.20",
48-
"@thi.ng/dcons": "^3.2.176",
49-
"@thi.ng/disjoint-set": "^1.1.35",
50-
"@thi.ng/errors": "^2.5.48",
51-
"@thi.ng/sparse": "^1.1.23"
45+
"@thi.ng/api": "^8.12.9",
46+
"@thi.ng/arrays": "^2.14.2",
47+
"@thi.ng/bitfield": "^2.4.21",
48+
"@thi.ng/dcons": "^3.2.177",
49+
"@thi.ng/disjoint-set": "^1.1.36",
50+
"@thi.ng/errors": "^2.5.49",
51+
"@thi.ng/sparse": "^1.1.24"
5252
},
5353
"devDependencies": {
54-
"@thi.ng/vectors": "^8.6.13",
54+
"@thi.ng/vectors": "^8.6.14",
5555
"esbuild": "^0.27.0",
5656
"typedoc": "^0.28.14",
5757
"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**: 2025-11-21T15:55:41Z
3+
- **Last updated**: 2025-11-25T12:20:38Z
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.8",
3+
"version": "8.12.9",
44
"description": "Common, generic types, interfaces & mixins",
55
"type": "module",
66
"module": "./index.js",

packages/arcball/CHANGELOG.md

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

3-
- **Last updated**: 2025-11-25T12:16:28Z
3+
- **Last updated**: 2025-11-25T12:20:38Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
1111
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
1212
and/or version bumps of transitive dependencies.
1313

14-
## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected].0) (2025-11-25)
14+
### [1.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected].1) (2025-11-25)
1515

1616
#### 🚀 Features
1717

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.0",
3+
"version": "1.1.1",
44
"description": "3D arcball controller for intuitive click & drag gesture-based camera view rotations. Quaternion-based.",
55
"type": "module",
66
"module": "./index.js",
@@ -39,9 +39,9 @@
3939
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4040
},
4141
"dependencies": {
42-
"@thi.ng/api": "^8.12.8",
43-
"@thi.ng/matrices": "^3.0.28",
44-
"@thi.ng/vectors": "^8.6.13"
42+
"@thi.ng/api": "^8.12.9",
43+
"@thi.ng/matrices": "^3.0.29",
44+
"@thi.ng/vectors": "^8.6.14"
4545
},
4646
"devDependencies": {
4747
"esbuild": "^0.27.0",

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**: 2025-11-21T15:55:41Z
3+
- **Last updated**: 2025-11-25T12:20:38Z
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": "3.2.3",
3+
"version": "3.2.4",
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",
@@ -39,12 +39,12 @@
3939
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4040
},
4141
"dependencies": {
42-
"@thi.ng/api": "^8.12.8",
43-
"@thi.ng/checks": "^3.7.24",
44-
"@thi.ng/errors": "^2.5.48",
45-
"@thi.ng/logger": "^3.2.7",
46-
"@thi.ng/strings": "^3.9.29",
47-
"@thi.ng/text-format": "^2.2.48"
42+
"@thi.ng/api": "^8.12.9",
43+
"@thi.ng/checks": "^3.7.25",
44+
"@thi.ng/errors": "^2.5.49",
45+
"@thi.ng/logger": "^3.2.8",
46+
"@thi.ng/strings": "^3.9.30",
47+
"@thi.ng/text-format": "^2.2.49"
4848
},
4949
"devDependencies": {
5050
"@types/node": "^24.10.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**: 2025-11-21T15:55:41Z
3+
- **Last updated**: 2025-11-25T12:20:38Z
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.14.1",
3+
"version": "2.14.2",
44
"description": "Array / Arraylike utilities",
55
"type": "module",
66
"module": "./index.js",
@@ -39,12 +39,12 @@
3939
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4040
},
4141
"dependencies": {
42-
"@thi.ng/api": "^8.12.8",
43-
"@thi.ng/checks": "^3.7.24",
44-
"@thi.ng/compare": "^2.4.34",
45-
"@thi.ng/equiv": "^2.1.98",
46-
"@thi.ng/errors": "^2.5.48",
47-
"@thi.ng/random": "^4.1.33"
42+
"@thi.ng/api": "^8.12.9",
43+
"@thi.ng/checks": "^3.7.25",
44+
"@thi.ng/compare": "^2.4.35",
45+
"@thi.ng/equiv": "^2.1.99",
46+
"@thi.ng/errors": "^2.5.49",
47+
"@thi.ng/random": "^4.1.34"
4848
},
4949
"devDependencies": {
5050
"esbuild": "^0.27.0",

0 commit comments

Comments
 (0)