@thi.ng/adjacency 3.0.74 → 3.0.75

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.74",
3
+ "version": "3.0.75",
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",
@@ -46,10 +46,10 @@
46
46
  "@thi.ng/api": "^8.12.16",
47
47
  "@thi.ng/arrays": "^2.14.12",
48
48
  "@thi.ng/bitfield": "^2.4.30",
49
- "@thi.ng/dcons": "^3.2.187",
49
+ "@thi.ng/dcons": "^3.2.188",
50
50
  "@thi.ng/disjoint-set": "^1.1.43",
51
51
  "@thi.ng/errors": "^2.6.5",
52
- "@thi.ng/sparse": "^1.1.34"
52
+ "@thi.ng/sparse": "^1.1.35"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@thi.ng/vectors": "^8.6.23",
@@ -126,5 +126,5 @@
126
126
  ],
127
127
  "year": 2018
128
128
  },
129
- "gitHead": "7a21075f27ba00b28a6eb77e70918a4c7f4e6e68\n"
129
+ "gitHead": "82ec7cc54d0e89dad89cde87fa36c444512d71d7\n"
130
130
  }