@libp2p/pubsub 9.0.18-1eb5b2713 → 9.0.18-48444f750

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "9.0.18-1eb5b2713",
3
+ "version": "9.0.18-48444f750",
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,25 +84,25 @@
84
84
  "test:electron-main": "aegir test -t electron-main"
85
85
  },
86
86
  "dependencies": {
87
- "@libp2p/crypto": "4.1.1-1eb5b2713",
88
- "@libp2p/interface": "1.3.1-1eb5b2713",
89
- "@libp2p/interface-internal": "1.2.1-1eb5b2713",
90
- "@libp2p/peer-collections": "5.2.1-1eb5b2713",
91
- "@libp2p/peer-id": "4.1.1-1eb5b2713",
92
- "@libp2p/utils": "5.4.1-1eb5b2713",
87
+ "@libp2p/crypto": "4.1.1-48444f750",
88
+ "@libp2p/interface": "1.3.1-48444f750",
89
+ "@libp2p/interface-internal": "1.2.1-48444f750",
90
+ "@libp2p/peer-collections": "5.2.1-48444f750",
91
+ "@libp2p/peer-id": "4.1.1-48444f750",
92
+ "@libp2p/utils": "5.4.1-48444f750",
93
93
  "it-length-prefixed": "^9.0.4",
94
94
  "it-pipe": "^3.0.1",
95
95
  "it-pushable": "^3.2.3",
96
96
  "multiformats": "^13.1.0",
97
97
  "p-queue": "^8.0.1",
98
98
  "uint8arraylist": "^2.4.8",
99
- "uint8arrays": "^5.0.3"
99
+ "uint8arrays": "^5.1.0"
100
100
  },
101
101
  "devDependencies": {
102
- "@libp2p/logger": "4.0.12-1eb5b2713",
103
- "@libp2p/peer-id-factory": "4.1.1-1eb5b2713",
102
+ "@libp2p/logger": "4.0.12-48444f750",
103
+ "@libp2p/peer-id-factory": "4.1.1-48444f750",
104
104
  "@types/sinon": "^17.0.3",
105
- "aegir": "^42.2.5",
105
+ "aegir": "^42.2.11",
106
106
  "delay": "^6.0.0",
107
107
  "it-pair": "^2.0.6",
108
108
  "p-defer": "^4.0.1",