@libp2p/pubsub 8.0.7-77e3cbc3 → 8.0.7-ab2c1f67

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "8.0.7-77e3cbc3",
3
+ "version": "8.0.7-ab2c1f67",
4
4
  "description": "libp2p pubsub base class",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/pubsub#readme",
@@ -79,12 +79,12 @@
79
79
  "test:electron-main": "aegir test -t electron-main"
80
80
  },
81
81
  "dependencies": {
82
- "@libp2p/crypto": "2.0.5-77e3cbc3",
83
- "@libp2p/interface": "0.1.3-77e3cbc3",
84
- "@libp2p/interface-internal": "0.1.6-77e3cbc3",
85
- "@libp2p/logger": "3.0.3-77e3cbc3",
86
- "@libp2p/peer-collections": "4.0.5-77e3cbc3",
87
- "@libp2p/peer-id": "3.0.3-77e3cbc3",
82
+ "@libp2p/crypto": "2.0.5-ab2c1f67",
83
+ "@libp2p/interface": "0.1.3-ab2c1f67",
84
+ "@libp2p/interface-internal": "0.1.6-ab2c1f67",
85
+ "@libp2p/logger": "3.0.3-ab2c1f67",
86
+ "@libp2p/peer-collections": "4.0.5-ab2c1f67",
87
+ "@libp2p/peer-id": "3.0.3-ab2c1f67",
88
88
  "abortable-iterator": "^5.0.1",
89
89
  "it-length-prefixed": "^9.0.1",
90
90
  "it-pipe": "^3.0.1",
@@ -95,7 +95,7 @@
95
95
  "uint8arrays": "^4.0.6"
96
96
  },
97
97
  "devDependencies": {
98
- "@libp2p/peer-id-factory": "3.0.5-77e3cbc3",
98
+ "@libp2p/peer-id-factory": "3.0.5-ab2c1f67",
99
99
  "@types/sinon": "^10.0.15",
100
100
  "aegir": "^41.0.2",
101
101
  "delay": "^6.0.0",
@@ -104,6 +104,6 @@
104
104
  "p-wait-for": "^5.0.2",
105
105
  "protons": "^7.0.2",
106
106
  "protons-runtime": "^5.0.0",
107
- "sinon": "^16.0.0"
107
+ "sinon": "^17.0.0"
108
108
  }
109
109
  }