@thi.ng/adjacency 3.0.66 → 3.0.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 213 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -216,4 +216,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
216
216
|
|
|
217
217
|
## License
|
|
218
218
|
|
|
219
|
-
© 2018 -
|
|
219
|
+
© 2018 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/adjacency",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.68",
|
|
4
4
|
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -42,18 +42,18 @@
|
|
|
42
42
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@thi.ng/api": "^8.12.
|
|
46
|
-
"@thi.ng/arrays": "^2.14.
|
|
47
|
-
"@thi.ng/bitfield": "^2.4.
|
|
48
|
-
"@thi.ng/dcons": "^3.2.
|
|
49
|
-
"@thi.ng/disjoint-set": "^1.1.
|
|
50
|
-
"@thi.ng/errors": "^2.6.
|
|
51
|
-
"@thi.ng/sparse": "^1.1.
|
|
45
|
+
"@thi.ng/api": "^8.12.13",
|
|
46
|
+
"@thi.ng/arrays": "^2.14.6",
|
|
47
|
+
"@thi.ng/bitfield": "^2.4.26",
|
|
48
|
+
"@thi.ng/dcons": "^3.2.181",
|
|
49
|
+
"@thi.ng/disjoint-set": "^1.1.40",
|
|
50
|
+
"@thi.ng/errors": "^2.6.2",
|
|
51
|
+
"@thi.ng/sparse": "^1.1.28"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@thi.ng/vectors": "^8.6.
|
|
55
|
-
"esbuild": "^0.27.
|
|
56
|
-
"typedoc": "^0.28.
|
|
54
|
+
"@thi.ng/vectors": "^8.6.19",
|
|
55
|
+
"esbuild": "^0.27.2",
|
|
56
|
+
"typedoc": "^0.28.16",
|
|
57
57
|
"typescript": "^5.9.3"
|
|
58
58
|
},
|
|
59
59
|
"keywords": [
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
],
|
|
126
126
|
"year": 2018
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
|
|
129
129
|
}
|