Skip to content

Commit

Permalink
feat: byte range requests for UnixFS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Sep 10, 2024
1 parent 9f5e522 commit 8343890
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ name: Release
jobs:
release-staging:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/test
Expand All @@ -16,6 +19,9 @@ jobs:
environment: 'staging'
release-production:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: google-github-actions/release-please-action@v3
id: release
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"license": "Apache-2.0 OR MIT",
"dependencies": {
"@web3-storage/blob-fetcher": "^2.2.0",
"@web3-storage/gateway-lib": "^5.0.1",
"@web3-storage/gateway-lib": "^5.1.1",
"dagula": "^8.0.0",
"http-range-parse": "^1.0.0",
"lnmap": "^2.0.0",
Expand Down

0 comments on commit 8343890

Please sign in to comment.