@libp2p/utils 3.0.2 → 3.0.3

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 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,10 +1,9 @@
1
1
  # @libp2p/utils <!-- omit in toc -->
2
2
 
3
3
  [![libp2p.io](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
4
- [![IRC](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
5
4
  [![Discuss](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg?style=flat-square)](https://discuss.libp2p.io)
6
5
  [![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-utils.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-utils)
7
- [![CI](https://img.shields.io/github/workflow/status/libp2p/js-libp2p-interfaces/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/libp2p/js-libp2p-utils/actions/workflows/js-test-and-release.yml)
6
+ [![CI](https://img.shields.io/github/workflow/status/libp2p/js-libp2p-utils/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/libp2p/js-libp2p-utils/actions/workflows/js-test-and-release.yml)
8
7
 
9
8
  > Package to aggregate shared logic and dependencies for the libp2p ecosystem
10
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/utils",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Package to aggregate shared logic and dependencies for the libp2p ecosystem",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-utils#readme",
@@ -184,16 +184,16 @@
184
184
  "err-code": "^3.0.1",
185
185
  "is-loopback-addr": "^2.0.1",
186
186
  "it-stream-types": "^1.0.4",
187
- "private-ip": "^2.1.1",
187
+ "private-ip": "^3.0.0",
188
188
  "uint8arraylist": "^2.3.2"
189
189
  },
190
190
  "devDependencies": {
191
191
  "aegir": "^37.2.0",
192
- "it-all": "^1.0.6",
193
- "it-map": "^1.0.6",
192
+ "it-all": "^2.0.0",
193
+ "it-map": "^2.0.0",
194
194
  "it-pair": "^2.0.2",
195
195
  "it-pipe": "^2.0.2",
196
196
  "p-defer": "^4.0.0",
197
- "uint8arrays": "^3.0.0"
197
+ "uint8arrays": "^4.0.2"
198
198
  }
199
199
  }