@libp2p/pubsub 9.0.5-ee7ffe9b9 → 9.0.6-092861e23

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 (2) hide show
  1. package/dist/index.min.js +72 -14
  2. package/package.json +15 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "9.0.5-ee7ffe9b9",
3
+ "version": "9.0.6-092861e23",
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",
@@ -83,24 +83,24 @@
83
83
  "test:electron-main": "aegir test -t electron-main"
84
84
  },
85
85
  "dependencies": {
86
- "@libp2p/crypto": "3.0.4-ee7ffe9b9",
87
- "@libp2p/interface": "1.1.1-ee7ffe9b9",
88
- "@libp2p/interface-internal": "1.0.5-ee7ffe9b9",
89
- "@libp2p/peer-collections": "5.1.3-ee7ffe9b9",
90
- "@libp2p/peer-id": "4.0.4-ee7ffe9b9",
91
- "@libp2p/utils": "5.2.0-ee7ffe9b9",
86
+ "@libp2p/crypto": "4.0.0-092861e23",
87
+ "@libp2p/interface": "1.1.1-092861e23",
88
+ "@libp2p/interface-internal": "1.0.6-092861e23",
89
+ "@libp2p/peer-collections": "5.1.4-092861e23",
90
+ "@libp2p/peer-id": "4.0.4-092861e23",
91
+ "@libp2p/utils": "5.2.1-092861e23",
92
92
  "it-length-prefixed": "^9.0.3",
93
93
  "it-pipe": "^3.0.1",
94
- "it-pushable": "^3.2.1",
94
+ "it-pushable": "^3.2.3",
95
95
  "multiformats": "^13.0.0",
96
96
  "p-queue": "^8.0.0",
97
- "uint8arraylist": "^2.4.3",
97
+ "uint8arraylist": "^2.4.7",
98
98
  "uint8arrays": "^5.0.0"
99
99
  },
100
100
  "devDependencies": {
101
- "@libp2p/logger": "4.0.4-ee7ffe9b9",
102
- "@libp2p/peer-id-factory": "4.0.3-ee7ffe9b9",
103
- "@types/sinon": "^17.0.0",
101
+ "@libp2p/logger": "4.0.4-092861e23",
102
+ "@libp2p/peer-id-factory": "4.0.4-092861e23",
103
+ "@types/sinon": "^17.0.2",
104
104
  "aegir": "^42.0.0",
105
105
  "delay": "^6.0.0",
106
106
  "it-pair": "^2.0.6",
@@ -108,6 +108,7 @@
108
108
  "p-wait-for": "^5.0.2",
109
109
  "protons": "^7.3.0",
110
110
  "protons-runtime": "^5.0.0",
111
- "sinon": "^17.0.0"
112
- }
111
+ "sinon": "^17.0.1"
112
+ },
113
+ "sideEffects": false
113
114
  }