Skip to content

Commit

Permalink
Merge pull request #14 from storacha/feat/read-from-carpark
Browse files Browse the repository at this point in the history
feat(content-claims): allow carpark fallback on content claims
  • Loading branch information
hannahhoward authored Oct 31, 2024
2 parents af989fb + fe39b43 commit 5ffc150
Show file tree
Hide file tree
Showing 4 changed files with 1,911 additions and 1,459 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.3
uses: pnpm/action-setup@v4.0.0
with:
version: 8
version: 9
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
}
},
"dependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"@ucanto/interface": "^10.0.1",
"@web3-storage/blob-index": "^1.0.2",
"@web3-storage/content-claims": "^5.1.0",
Expand Down
Loading

0 comments on commit 5ffc150

Please sign in to comment.