libp2p 0.37.3-676cee2 → 0.37.3-ceb44f9

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -105,6 +105,7 @@ You can find multiple examples on the [examples folder](./examples) that will gu
105
105
  > git clone https://github.com/libp2p/js-libp2p.git
106
106
  > cd js-libp2p
107
107
  > npm install
108
+ > npm run build
108
109
  ```
109
110
 
110
111
  ### Tests
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libp2p",
3
- "version": "0.37.3-676cee2",
3
+ "version": "0.37.3-ceb44f9",
4
4
  "description": "JavaScript implementation of libp2p, a modular peer to peer network stack",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p#readme",
@@ -182,7 +182,7 @@
182
182
  "@libp2p/pubsub": "^3.0.1",
183
183
  "@libp2p/tcp": "^3.0.0",
184
184
  "@libp2p/topology": "^3.0.0",
185
- "@libp2p/webrtc-star": "^2.0.0",
185
+ "@libp2p/webrtc-star": "^3.0.0",
186
186
  "@libp2p/websockets": "^3.0.0",
187
187
  "@types/node-forge": "^1.0.0",
188
188
  "@types/p-fifo": "^1.0.0",