@thi.ng/adjacency 2.5.18 → 2.5.20

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-31T09:44:23Z
3
+ - **Last updated**: 2024-01-23T15:58:27Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -198,4 +198,4 @@ If this project contributes to an academic publication, please cite it as:
198
198
 
199
199
  ## License
200
200
 
201
- © 2018 - 2023 Karsten Schmidt // Apache License 2.0
201
+ © 2018 - 2024 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/adjacency",
3
- "version": "2.5.18",
3
+ "version": "2.5.20",
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",
@@ -38,16 +38,16 @@
38
38
  "test": "bun test"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.9.16",
42
- "@thi.ng/arrays": "^2.7.13",
43
- "@thi.ng/bitfield": "^2.3.14",
44
- "@thi.ng/dcons": "^3.2.82",
45
- "@thi.ng/errors": "^2.4.10",
46
- "@thi.ng/sparse": "^0.3.87"
41
+ "@thi.ng/api": "^8.9.18",
42
+ "@thi.ng/arrays": "^2.7.15",
43
+ "@thi.ng/bitfield": "^2.3.16",
44
+ "@thi.ng/dcons": "^3.2.84",
45
+ "@thi.ng/errors": "^2.4.11",
46
+ "@thi.ng/sparse": "^0.3.89"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.39.0",
50
- "@thi.ng/vectors": "^7.8.15",
50
+ "@thi.ng/vectors": "^7.10.0",
51
51
  "esbuild": "^0.19.10",
52
52
  "rimraf": "^5.0.5",
53
53
  "typedoc": "^0.25.4",
@@ -125,5 +125,5 @@
125
125
  ],
126
126
  "year": 2018
127
127
  },
128
- "gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n"
128
+ "gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n"
129
129
  }