helia-coord 1.2.21 → 1.2.22

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/lib/util/utils.js CHANGED
@@ -19,7 +19,7 @@ class Util {
19
19
  if (x.includes('quic')) return false
20
20
  if (x.includes('p2p-circuit')) return false
21
21
  if (x.includes('192.168.')) return false
22
- if (x.includes('172.16.')) return false
22
+ if (x.includes('172.1')) return false
23
23
  if (x.includes('/10.')) return false
24
24
  return true
25
25
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helia-coord",
3
- "version": "1.2.21",
3
+ "version": "1.2.22",
4
4
  "description": "A JS library for helping IPFS peers coordinate, find a common interest, and stay connected around that interest.",
5
5
  "main": "./index.js",
6
6
  "type": "module",