Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

chore: upgrade repo to streaming api #3041

Merged
merged 7 commits into from
May 27, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/custom-ipfs-repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"license": "MIT",
"dependencies": {
"datastore-fs": "^0.9.1",
"datastore-fs": "^1.1.0",
"ipfs": "^0.44.0",
"ipfs-repo": "^2.0.1",
"ipfs-repo": "^3.0.0",
"it-all": "^1.0.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"cids": "^0.8.0",
"class-is": "^1.1.0",
"dag-cbor-links": "^1.3.3",
"datastore-core": "^1.0.0",
"datastore-level": "^1.0.0",
"datastore-pubsub": "^0.3.1",
"datastore-core": "^1.1.0",
"datastore-level": "^1.1.0",
"datastore-pubsub": "^0.3.2",
"debug": "^4.1.0",
"dlv": "^1.1.3",
"err-code": "^2.0.0",
Expand All @@ -92,13 +92,13 @@
"hamt-sharding": "^1.0.0",
"hapi-pino": "^6.1.0",
"hashlru": "^2.3.0",
"interface-datastore": "^0.8.3",
"interface-datastore": "^1.0.2",
"ipfs-bitswap": "^0.27.2",
"ipfs-block-service": "^0.16.0",
"ipfs-core-utils": "^0.2.3",
"ipfs-http-client": "^44.1.0",
"ipfs-http-response": "^0.5.0",
"ipfs-repo": "^2.0.1",
"ipfs-repo": "^3.0.0",
"ipfs-unixfs": "^1.0.2",
"ipfs-unixfs-exporter": "^2.0.1",
"ipfs-unixfs-importer": "^2.0.1",
Expand Down