@helia/bitswap 2.0.1 → 2.0.2

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/bitswap",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "JavaScript implementation of the Bitswap data exchange protocol used by Helia",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/bitswap#readme",
@@ -148,8 +148,8 @@
148
148
  "docs": "aegir docs"
149
149
  },
150
150
  "dependencies": {
151
- "@helia/interface": "^5.0.0",
152
- "@helia/utils": "^1.0.1",
151
+ "@helia/interface": "^5.1.0",
152
+ "@helia/utils": "^1.1.0",
153
153
  "@libp2p/interface": "^2.0.0",
154
154
  "@libp2p/logger": "^5.0.0",
155
155
  "@libp2p/peer-collections": "^6.0.0",
@@ -178,7 +178,7 @@
178
178
  "@libp2p/interface-compliance-tests": "^6.0.0",
179
179
  "@libp2p/peer-id": "^5.0.0",
180
180
  "@types/sinon": "^17.0.3",
181
- "aegir": "^44.0.1",
181
+ "aegir": "^45.0.1",
182
182
  "blockstore-core": "^5.0.0",
183
183
  "delay": "^6.0.0",
184
184
  "it-all": "^3.0.4",