@libp2p/pubsub 8.0.10-bb6ceb192 → 8.0.10-d729d66a5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "8.0.10-bb6ceb192",
3
+ "version": "8.0.10-d729d66a5",
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/main/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.8-bb6ceb192",
83
- "@libp2p/interface": "0.1.6-bb6ceb192",
84
- "@libp2p/interface-internal": "0.1.9-bb6ceb192",
85
- "@libp2p/peer-collections": "4.0.8-bb6ceb192",
86
- "@libp2p/peer-id": "3.0.6-bb6ceb192",
87
- "@libp2p/utils": "4.0.7-bb6ceb192",
82
+ "@libp2p/crypto": "2.0.8-d729d66a5",
83
+ "@libp2p/interface": "0.1.6-d729d66a5",
84
+ "@libp2p/interface-internal": "0.1.9-d729d66a5",
85
+ "@libp2p/peer-collections": "4.0.8-d729d66a5",
86
+ "@libp2p/peer-id": "3.0.6-d729d66a5",
87
+ "@libp2p/utils": "4.0.7-d729d66a5",
88
88
  "it-length-prefixed": "^9.0.3",
89
89
  "it-pipe": "^3.0.1",
90
90
  "it-pushable": "^3.2.1",
@@ -94,8 +94,8 @@
94
94
  "uint8arrays": "^4.0.6"
95
95
  },
96
96
  "devDependencies": {
97
- "@libp2p/logger": "3.1.0-bb6ceb192",
98
- "@libp2p/peer-id-factory": "3.0.8-bb6ceb192",
97
+ "@libp2p/logger": "3.1.0-d729d66a5",
98
+ "@libp2p/peer-id-factory": "3.0.8-d729d66a5",
99
99
  "@types/sinon": "^17.0.0",
100
100
  "aegir": "^41.0.2",
101
101
  "delay": "^6.0.0",