@libp2p/pubsub 10.0.14-3c63482e5 → 10.0.14-52f0f2f13

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "10.0.14-3c63482e5",
3
+ "version": "10.0.14-52f0f2f13",
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",
@@ -84,12 +84,12 @@
84
84
  "test:electron-main": "aegir test -t electron-main"
85
85
  },
86
86
  "dependencies": {
87
- "@libp2p/crypto": "5.0.8-3c63482e5",
88
- "@libp2p/interface": "2.3.0-3c63482e5",
89
- "@libp2p/interface-internal": "2.2.1-3c63482e5",
90
- "@libp2p/peer-collections": "6.0.13-3c63482e5",
91
- "@libp2p/peer-id": "5.0.9-3c63482e5",
92
- "@libp2p/utils": "6.3.0-3c63482e5",
87
+ "@libp2p/crypto": "5.0.8-52f0f2f13",
88
+ "@libp2p/interface": "2.3.0-52f0f2f13",
89
+ "@libp2p/interface-internal": "2.2.1-52f0f2f13",
90
+ "@libp2p/peer-collections": "6.0.13-52f0f2f13",
91
+ "@libp2p/peer-id": "5.0.9-52f0f2f13",
92
+ "@libp2p/utils": "6.3.0-52f0f2f13",
93
93
  "it-length-prefixed": "^9.1.0",
94
94
  "it-pipe": "^3.0.1",
95
95
  "it-pushable": "^3.2.3",
@@ -99,7 +99,7 @@
99
99
  "uint8arrays": "^5.1.0"
100
100
  },
101
101
  "devDependencies": {
102
- "@libp2p/logger": "5.1.5-3c63482e5",
102
+ "@libp2p/logger": "5.1.5-52f0f2f13",
103
103
  "@types/sinon": "^17.0.3",
104
104
  "aegir": "^45.0.5",
105
105
  "delay": "^6.0.0",