We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a56a4 commit b1e0695Copy full SHA for b1e0695
package.json
@@ -61,7 +61,7 @@
61
"length-prefixed-stream": "^1.6.0",
62
"protons": "^1.0.1",
63
"pull-pushable": "^2.2.0",
64
- "time-cache": "^0.3.0"
+ "time-cache": "~0.3.0"
65
},
66
"contributors": [
67
"Vasco Santos <[email protected]>"
src/index.js
@@ -31,7 +31,7 @@ class PubsubBaseProtocol extends EventEmitter {
31
this.multicodec = multicodec
32
this.libp2p = libp2p
33
this.started = false
34
-
+
35
/**
36
* Map of topics to which peers are subscribed to
37
*
0 commit comments