@thi.ng/adjacency 3.0.65 → 3.0.66

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 211 standalone projects, maintained as part
10
+ > This is one of 212 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
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/adjacency",
3
- "version": "3.0.65",
3
+ "version": "3.0.66",
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,16 +42,16 @@
42
42
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
43
43
  },
44
44
  "dependencies": {
45
- "@thi.ng/api": "^8.12.10",
46
- "@thi.ng/arrays": "^2.14.3",
47
- "@thi.ng/bitfield": "^2.4.23",
48
- "@thi.ng/dcons": "^3.2.178",
49
- "@thi.ng/disjoint-set": "^1.1.37",
50
- "@thi.ng/errors": "^2.5.50",
51
- "@thi.ng/sparse": "^1.1.25"
45
+ "@thi.ng/api": "^8.12.11",
46
+ "@thi.ng/arrays": "^2.14.4",
47
+ "@thi.ng/bitfield": "^2.4.24",
48
+ "@thi.ng/dcons": "^3.2.179",
49
+ "@thi.ng/disjoint-set": "^1.1.38",
50
+ "@thi.ng/errors": "^2.6.0",
51
+ "@thi.ng/sparse": "^1.1.26"
52
52
  },
53
53
  "devDependencies": {
54
- "@thi.ng/vectors": "^8.6.16",
54
+ "@thi.ng/vectors": "^8.6.17",
55
55
  "esbuild": "^0.27.0",
56
56
  "typedoc": "^0.28.14",
57
57
  "typescript": "^5.9.3"
@@ -125,5 +125,5 @@
125
125
  ],
126
126
  "year": 2018
127
127
  },
128
- "gitHead": "8625a1c6383737a8fdbe7a3f96ea3cbabc957fa6\n"
128
+ "gitHead": "e7a21b9d2a188fa04d4c893d8531c40fbc0f4c06\n"
129
129
  }