Skip to content

Commit 1646e0f

Browse files
committedMar 18, 2025··
Publish
1 parent 49cac9d commit 1646e0f

File tree

409 files changed

+2499
-2481
lines changed

Some content is hidden

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

409 files changed

+2499
-2481
lines changed
 

‎packages/adjacency/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2025-03-17T13:40:35Z
3+
- **Last updated**: 2025-03-18T13:24:25Z
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

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/adjacency",
3-
"version": "3.0.32",
3+
"version": "3.0.33",
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.11.23",
46-
"@thi.ng/arrays": "^2.10.20",
47-
"@thi.ng/bitfield": "^2.3.68",
48-
"@thi.ng/dcons": "^3.2.147",
49-
"@thi.ng/disjoint-set": "^1.1.16",
50-
"@thi.ng/errors": "^2.5.29",
51-
"@thi.ng/sparse": "^1.0.12"
45+
"@thi.ng/api": "^8.11.24",
46+
"@thi.ng/arrays": "^2.10.21",
47+
"@thi.ng/bitfield": "^2.3.69",
48+
"@thi.ng/dcons": "^3.2.148",
49+
"@thi.ng/disjoint-set": "^1.1.17",
50+
"@thi.ng/errors": "^2.5.30",
51+
"@thi.ng/sparse": "^1.0.13"
5252
},
5353
"devDependencies": {
54-
"@thi.ng/vectors": "^7.12.25",
54+
"@thi.ng/vectors": "^7.12.26",
5555
"esbuild": "^0.25.1",
5656
"typedoc": "^0.28.0",
5757
"typescript": "^5.8.2"

0 commit comments

Comments
 (0)