@libp2p/pubsub 8.0.6-e9099d40 → 8.0.6-f1053159

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.6-e9099d40",
3
+ "version": "8.0.6-f1053159",
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.4-e9099d40",
83
- "@libp2p/interface": "0.1.2-e9099d40",
84
- "@libp2p/interface-internal": "0.1.5-e9099d40",
85
- "@libp2p/logger": "3.0.2-e9099d40",
86
- "@libp2p/peer-collections": "4.0.4-e9099d40",
87
- "@libp2p/peer-id": "3.0.2-e9099d40",
82
+ "@libp2p/crypto": "2.0.4-f1053159",
83
+ "@libp2p/interface": "0.1.2-f1053159",
84
+ "@libp2p/interface-internal": "0.1.5-f1053159",
85
+ "@libp2p/logger": "3.0.2-f1053159",
86
+ "@libp2p/peer-collections": "4.0.4-f1053159",
87
+ "@libp2p/peer-id": "3.0.2-f1053159",
88
88
  "abortable-iterator": "^5.0.1",
89
89
  "it-length-prefixed": "^9.0.1",
90
90
  "it-pipe": "^3.0.1",
@@ -95,9 +95,9 @@
95
95
  "uint8arrays": "^4.0.6"
96
96
  },
97
97
  "devDependencies": {
98
- "@libp2p/peer-id-factory": "3.0.4-e9099d40",
98
+ "@libp2p/peer-id-factory": "3.0.4-f1053159",
99
99
  "@types/sinon": "^10.0.15",
100
- "aegir": "^40.0.8",
100
+ "aegir": "^41.0.2",
101
101
  "delay": "^6.0.0",
102
102
  "it-pair": "^2.0.6",
103
103
  "p-defer": "^4.0.0",