@libp2p/pubsub 9.0.3 → 9.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.min.js +9 -9
  2. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "9.0.3",
3
+ "version": "9.0.4",
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,23 +83,23 @@
83
83
  "test:electron-main": "aegir test -t electron-main"
84
84
  },
85
85
  "dependencies": {
86
- "@libp2p/crypto": "^3.0.2",
87
- "@libp2p/interface": "^1.0.2",
88
- "@libp2p/interface-internal": "^1.0.3",
89
- "@libp2p/peer-collections": "^5.1.1",
90
- "@libp2p/peer-id": "^4.0.2",
91
- "@libp2p/utils": "^5.1.0",
86
+ "@libp2p/crypto": "^3.0.3",
87
+ "@libp2p/interface": "^1.1.0",
88
+ "@libp2p/interface-internal": "^1.0.4",
89
+ "@libp2p/peer-collections": "^5.1.2",
90
+ "@libp2p/peer-id": "^4.0.3",
91
+ "@libp2p/utils": "^5.1.1",
92
92
  "it-length-prefixed": "^9.0.3",
93
93
  "it-pipe": "^3.0.1",
94
94
  "it-pushable": "^3.2.1",
95
- "multiformats": "^12.1.3",
95
+ "multiformats": "^13.0.0",
96
96
  "p-queue": "^8.0.0",
97
97
  "uint8arraylist": "^2.4.3",
98
98
  "uint8arrays": "^5.0.0"
99
99
  },
100
100
  "devDependencies": {
101
- "@libp2p/logger": "^4.0.2",
102
- "@libp2p/peer-id-factory": "^4.0.1",
101
+ "@libp2p/logger": "^4.0.3",
102
+ "@libp2p/peer-id-factory": "^4.0.2",
103
103
  "@types/sinon": "^17.0.0",
104
104
  "aegir": "^41.0.2",
105
105
  "delay": "^6.0.0",