@libp2p/pubsub 8.0.6-e3ab1929 → 8.0.6-f09ac4a7

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": "8.0.6-e3ab1929",
3
+ "version": "8.0.6-f09ac4a7",
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",
@@ -78,12 +78,12 @@
78
78
  "test:electron-main": "aegir test -t electron-main"
79
79
  },
80
80
  "dependencies": {
81
- "@libp2p/crypto": "2.0.4-e3ab1929",
82
- "@libp2p/interface": "0.1.2-e3ab1929",
83
- "@libp2p/interface-internal": "0.1.5-e3ab1929",
84
- "@libp2p/logger": "3.0.2-e3ab1929",
85
- "@libp2p/peer-collections": "4.0.4-e3ab1929",
86
- "@libp2p/peer-id": "3.0.2-e3ab1929",
81
+ "@libp2p/crypto": "2.0.4-f09ac4a7",
82
+ "@libp2p/interface": "0.1.2-f09ac4a7",
83
+ "@libp2p/interface-internal": "0.1.5-f09ac4a7",
84
+ "@libp2p/logger": "3.0.2-f09ac4a7",
85
+ "@libp2p/peer-collections": "4.0.4-f09ac4a7",
86
+ "@libp2p/peer-id": "3.0.2-f09ac4a7",
87
87
  "abortable-iterator": "^5.0.1",
88
88
  "it-length-prefixed": "^9.0.1",
89
89
  "it-pipe": "^3.0.1",
@@ -94,7 +94,7 @@
94
94
  "uint8arrays": "^4.0.6"
95
95
  },
96
96
  "devDependencies": {
97
- "@libp2p/peer-id-factory": "3.0.4-e3ab1929",
97
+ "@libp2p/peer-id-factory": "3.0.4-f09ac4a7",
98
98
  "@types/sinon": "^10.0.15",
99
99
  "aegir": "^40.0.8",
100
100
  "delay": "^6.0.0",