@libp2p/multistream-select 7.0.13 → 7.0.14

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 +3 -3
package/README.md CHANGED
@@ -58,7 +58,7 @@ Loading this module through a script tag will make its exports available as `Lib
58
58
 
59
59
  # API Docs
60
60
 
61
- - <https://libp2p.github.io/js-libp2p/modules/_libp2p_multistream_select.html>
61
+ - <https://libp2p.github.io/js-libp2p/modules/_libp2p_multistream-select.html>
62
62
 
63
63
  # License
64
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/multistream-select",
3
- "version": "7.0.13",
3
+ "version": "7.0.14",
4
4
  "description": "JavaScript implementation of multistream-select",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/multistream-select#readme",
@@ -51,8 +51,8 @@
51
51
  "test:electron-main": "aegir test -t electron-main"
52
52
  },
53
53
  "dependencies": {
54
- "@libp2p/interface": "^3.1.0",
55
- "@libp2p/utils": "^7.0.13",
54
+ "@libp2p/interface": "^3.1.1",
55
+ "@libp2p/utils": "^7.0.14",
56
56
  "it-length-prefixed": "^10.0.1",
57
57
  "uint8arraylist": "^2.4.8",
58
58
  "uint8arrays": "^5.1.0"