Skip to content

Commit

Permalink
fix: update w3up-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Nov 29, 2023
1 parent 3df195d commit c22436f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 22 deletions.
4 changes: 1 addition & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
"@ucanto/transport": "^9.0.0",
"@web3-storage/access": "^18.0.3",
"@web3-storage/did-mailto": "^2.0.2",
"@web3-storage/filecoin-client": "^3.1.0",
"@web3-storage/upload-client": "^12.0.2",
"@web3-storage/w3up-client": "^11.1.3"
"@web3-storage/w3up-client": "^11.2.0"
},
"eslintConfig": {
"extends": [
Expand Down
7 changes: 1 addition & 6 deletions packages/core/src/service.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
import type { Service as AccessService } from '@web3-storage/access/types'
import type { Service as UploadService } from '@web3-storage/upload-client/types'
import type { StorefrontService } from '@web3-storage/filecoin-client/storefront'
import type { ServiceConf, Service } from '@web3-storage/w3up-client/types'
import { connect } from '@ucanto/client'
import { CAR, HTTP } from '@ucanto/transport'
import type {
ConnectionView,
Principal
} from '@ucanto/interface'
import * as DID from '@ipld/dag-ucan/did'
import { ServiceConf } from '@web3-storage/w3up-client/dist/src/types'

type Service = AccessService & UploadService & StorefrontService

export interface ServiceConfig {
servicePrincipal?: Principal
Expand Down
65 changes: 52 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit c22436f

Please # to comment.