Skip to content

Commit 76220cd

Browse files
achingbrainmeandavejustice2color
authored
feat!: add @helia/http to monorepo (#372)
Adds code from https://github.com/meandavejustice/helia-http to the monorepo. Fixes: #289 and #344 BREAKING CHANGE: the `libp2p` property has been removed from the `Helia` interface in `@helia/interface` - it is still present on the return type of `createHelia` from the `helia` module --------- Co-authored-by: David Justice <work@justice.engineering> Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com> Co-authored-by: Daniel N <2color@users.noreply.github.com>
1 parent 5c6a066 commit 76220cd

File tree

95 files changed

+2535
-548
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+2535
-548
lines changed

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
"bugs": {
1212
"url": "https://github.com/ipfs/helia/issues"
1313
},
14-
"publishConfig": {
15-
"access": "public",
16-
"provenance": true
17-
},
1814
"keywords": [
1915
"ipfs"
2016
],

packages/block-brokers/package.json

+2-11
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,15 @@
5555
"dependencies": {
5656
"@helia/interface": "^3.0.1",
5757
"@libp2p/interface": "^1.1.1",
58-
"any-signal": "^4.1.1",
5958
"interface-blockstore": "^5.2.7",
60-
"interface-store": "^5.1.5",
6159
"ipfs-bitswap": "^20.0.0",
62-
"it-filter": "^3.0.4",
63-
"it-foreach": "^2.0.6",
6460
"multiformats": "^13.0.0",
65-
"progress-events": "^1.0.0",
66-
"uint8arrays": "^5.0.1"
61+
"progress-events": "^1.0.0"
6762
},
6863
"devDependencies": {
69-
"@libp2p/logger": "^4.0.1",
64+
"@libp2p/logger": "^4.0.4",
7065
"@types/sinon": "^17.0.2",
7166
"aegir": "^42.1.0",
72-
"blockstore-core": "^4.3.8",
73-
"delay": "^6.0.0",
74-
"it-all": "^3.0.4",
75-
"it-drain": "^3.0.5",
7667
"sinon": "^17.0.1",
7768
"sinon-ts": "^2.0.0"
7869
}

packages/block-brokers/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export { bitswap } from './bitswap.js'
22
export { trustlessGateway } from './trustless-gateway/index.js'
3-
export { NetworkedStorage } from './utils/networked-storage.js'

packages/car/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"dependencies": {
142142
"@helia/interface": "^3.0.1",
143143
"@ipld/car": "^5.1.1",
144-
"@ipld/dag-pb": "^4.0.3",
144+
"@ipld/dag-pb": "^4.0.6",
145145
"@libp2p/interfaces": "^3.3.1",
146146
"cborg": "^4.0.3",
147147
"it-drain": "^3.0.5",
@@ -154,7 +154,7 @@
154154
"devDependencies": {
155155
"@helia/unixfs": "^2.0.1",
156156
"aegir": "^42.1.0",
157-
"blockstore-core": "^4.3.8",
157+
"blockstore-core": "^4.3.10",
158158
"interface-blockstore": "^5.2.9",
159159
"ipfs-unixfs-importer": "^15.2.3",
160160
"it-to-buffer": "^4.0.2"

0 commit comments

Comments
 (0)