Skip to content

Commit

Permalink
fix: handle error building index
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Oct 12, 2022
1 parent c12d5a8 commit e2c1ca2
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 41 deletions.
235 changes: 225 additions & 10 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 @@ -26,7 +26,7 @@
"@ipld/dag-json": "^8.0.11",
"@ipld/dag-pb": "^2.1.18",
"@web3-storage/fast-unixfs-exporter": "^0.2.0",
"@web3-storage/gateway-lib": "^1.1.0",
"@web3-storage/gateway-lib": "^1.2.0",
"cardex": "^0.0.0",
"chardet": "^1.5.0",
"dagula": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/bindings.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { CID } from 'multiformats/cid'
import type { IpfsUrlContext } from '@web3-storage/gateway-lib'
import type { Context } from '@web3-storage/gateway-lib'

export {}

Expand All @@ -8,7 +8,7 @@ export interface Environment {
CARPARK: R2Bucket
}

export interface CarCidsContext {
export interface CarCidsContext extends Context {
carCids: CID[]
}

Expand Down
Loading

0 comments on commit e2c1ca2

Please sign in to comment.