Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Oct 18, 2023
1 parent 2ca607c commit 10c5502
Show file tree
Hide file tree
Showing 5 changed files with 611 additions and 778 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export async function upload (firstPath, opts) {
export async function list (opts = {}) {
const client = await getClient()
let count = 0
/** @type {import('@web3-storage/w3up-client/types').UploadListOk|undefined} */
/** @type {import('@web3-storage/w3up-client/types').UploadListSuccess|undefined} */
let res
do {
res = await client.capability.upload.list({ cursor: res?.cursor })
Expand Down
Loading

0 comments on commit 10c5502

Please sign in to comment.