Skip to content

Commit

Permalink
fix!: release upload api with new filecoin api service for storefront (
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Mar 26, 2024
1 parent 4b166fd commit 692751a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/upload-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ be implemented to run w3up on top of arbitrary data stores.
## Install

Install the package using npm:

```bash
npm install @web3-storage/upload-api
```
Expand Down
1 change: 1 addition & 0 deletions packages/upload-api/src/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const createService = (context) => ({
upload: createUploadService(context),
ucan: createUcanService(context),
plan: createPlanService(context),
// storefront of filecoin pipeline
filecoin: createFilecoinService(context).filecoin,
usage: createUsageService(context),
})
Expand Down

0 comments on commit 692751a

Please sign in to comment.