@thi.ng/adjacency 2.5.29 → 2.5.31

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**: 2024-02-19T16:07:07Z
3
+ - **Last updated**: 2024-02-22T11:59:16Z
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
@@ -18,7 +18,7 @@
18
18
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
19
19
 
20
20
  > [!NOTE]
21
- > This is one of 189 standalone projects, maintained as part
21
+ > This is one of 190 standalone projects, maintained as part
22
22
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
23
23
  > and anti-framework.
24
24
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/adjacency",
3
- "version": "2.5.29",
3
+ "version": "2.5.31",
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.24",
42
- "@thi.ng/arrays": "^2.8.1",
43
- "@thi.ng/bitfield": "^2.3.23",
44
- "@thi.ng/dcons": "^3.2.93",
45
- "@thi.ng/errors": "^2.4.17",
46
- "@thi.ng/sparse": "^0.3.98"
41
+ "@thi.ng/api": "^8.9.25",
42
+ "@thi.ng/arrays": "^2.8.2",
43
+ "@thi.ng/bitfield": "^2.3.24",
44
+ "@thi.ng/dcons": "^3.2.95",
45
+ "@thi.ng/errors": "^2.4.18",
46
+ "@thi.ng/sparse": "^0.3.100"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.40.1",
50
- "@thi.ng/vectors": "^7.10.9",
50
+ "@thi.ng/vectors": "^7.10.11",
51
51
  "esbuild": "^0.20.0",
52
52
  "rimraf": "^5.0.5",
53
53
  "typedoc": "^0.25.7",
@@ -125,5 +125,5 @@
125
125
  ],
126
126
  "year": 2018
127
127
  },
128
- "gitHead": "2724c87ca41810f2112f9d8c3d6b90dfaeea876b\n"
128
+ "gitHead": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n"
129
129
  }