@thi.ng/adjacency 3.0.13 → 3.0.14

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/adjacency",
3
- "version": "3.0.13",
3
+ "version": "3.0.14",
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",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@thi.ng/api": "^8.11.11",
43
43
  "@thi.ng/arrays": "^2.10.4",
44
- "@thi.ng/bitfield": "^2.3.53",
44
+ "@thi.ng/bitfield": "^2.3.54",
45
45
  "@thi.ng/dcons": "^3.2.131",
46
46
  "@thi.ng/disjoint-set": "^1.1.4",
47
47
  "@thi.ng/errors": "^2.5.17",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.47.9",
52
- "@thi.ng/vectors": "^7.12.6",
52
+ "@thi.ng/vectors": "^7.12.7",
53
53
  "esbuild": "^0.24.0",
54
54
  "typedoc": "^0.26.7",
55
55
  "typescript": "^5.6.2"
@@ -123,5 +123,5 @@
123
123
  ],
124
124
  "year": 2018
125
125
  },
126
- "gitHead": "36d88652f6712b0e7ed8e55d1f4d9b3718294f7f\n"
126
+ "gitHead": "1148f3130b867c65141957b4b7617021d7ac7fc9\n"
127
127
  }