@helia/bitswap 3.2.2 → 3.2.3-070b7528

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/bitswap",
3
- "version": "3.2.2",
3
+ "version": "3.2.3-070b7528",
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",
@@ -52,8 +52,8 @@
52
52
  "docs": "aegir docs"
53
53
  },
54
54
  "dependencies": {
55
- "@helia/interface": "^6.2.1",
56
- "@helia/utils": "^2.5.1",
55
+ "@helia/interface": "6.2.1-070b7528",
56
+ "@helia/utils": "2.5.2-070b7528",
57
57
  "@libp2p/interface": "^3.2.0",
58
58
  "@libp2p/logger": "^6.2.4",
59
59
  "@libp2p/peer-collections": "^7.0.15",
@@ -80,7 +80,7 @@
80
80
  "@libp2p/crypto": "^5.1.15",
81
81
  "@libp2p/peer-id": "^6.0.6",
82
82
  "@types/sinon": "^21.0.1",
83
- "aegir": "^47.1.5",
83
+ "aegir": "^48.0.4",
84
84
  "blockstore-core": "^6.1.3",
85
85
  "delay": "^7.0.0",
86
86
  "it-all": "^3.0.11",
@@ -88,7 +88,7 @@
88
88
  "p-retry": "^8.0.0",
89
89
  "p-wait-for": "^6.0.0",
90
90
  "protons": "^8.1.1",
91
- "sinon": "^21.1.0",
91
+ "sinon": "^22.0.0",
92
92
  "sinon-ts": "^2.0.0"
93
93
  },
94
94
  "browser": {
@@ -1,28 +0,0 @@
1
- {
2
- "codec": "https://ipfs.github.io/helia/functions/_helia_bitswap.WantType.codec.html",
3
- "WantType": "https://ipfs.github.io/helia/enums/_helia_bitswap.WantType.html",
4
- "Bitswap": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.Bitswap.html",
5
- ".:Bitswap": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.Bitswap.html",
6
- "BitswapComponents": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.BitswapComponents.html",
7
- ".:BitswapComponents": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.BitswapComponents.html",
8
- "BitswapOptions": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.BitswapOptions.html",
9
- ".:BitswapOptions": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.BitswapOptions.html",
10
- "BitswapProvider": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.BitswapProvider.html",
11
- "PeerWantListEntry": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.PeerWantListEntry.html",
12
- ".:PeerWantListEntry": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.PeerWantListEntry.html",
13
- "WantListEntry": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.WantListEntry.html",
14
- ".:WantListEntry": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.WantListEntry.html",
15
- "BitswapNetworkNotifyProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapNetworkNotifyProgressEvents.html",
16
- "BitswapNetworkProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapNetworkProgressEvents.html",
17
- "BitswapNetworkWantProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapNetworkWantProgressEvents.html",
18
- "BitswapNotifyProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapNotifyProgressEvents.html",
19
- ".:BitswapNotifyProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapNotifyProgressEvents.html",
20
- "BitswapWantBlockProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapWantBlockProgressEvents.html",
21
- ".:BitswapWantBlockProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapWantBlockProgressEvents.html",
22
- "BitswapWantProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapWantProgressEvents.html",
23
- ".:BitswapWantProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapWantProgressEvents.html",
24
- "WantStatus": "https://ipfs.github.io/helia/types/_helia_bitswap.WantStatus.html",
25
- ".:WantStatus": "https://ipfs.github.io/helia/types/_helia_bitswap.WantStatus.html",
26
- "createBitswap": "https://ipfs.github.io/helia/functions/_helia_bitswap.createBitswap.html",
27
- ".:createBitswap": "https://ipfs.github.io/helia/functions/_helia_bitswap.createBitswap.html"
28
- }