Skip to content

Commit d6978d7

Browse files
authored
feat: upgrade ucanto/transport to 9.1.0 in all packages to get more verbose errors from HTTP transport on non-ok response (#1312)
Motivation: * get this commit in w3up packages storacha/ucanto#342
1 parent bb74ffc commit d6978d7

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

packages/access-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@ucanto/core": "^9.0.1",
104104
"@ucanto/interface": "^9.0.0",
105105
"@ucanto/principal": "^9.0.0",
106-
"@ucanto/transport": "^9.0.0",
106+
"@ucanto/transport": "^9.1.0",
107107
"@ucanto/validator": "^9.0.1",
108108
"@web3-storage/capabilities": "workspace:^",
109109
"@web3-storage/did-mailto": "workspace:^",

packages/capabilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@ucanto/core": "^9.0.1",
8787
"@ucanto/interface": "^9.0.0",
8888
"@ucanto/principal": "^9.0.0",
89-
"@ucanto/transport": "^9.0.0",
89+
"@ucanto/transport": "^9.1.0",
9090
"@ucanto/validator": "^9.0.1",
9191
"@web3-storage/data-segment": "^3.2.0"
9292
},

packages/filecoin-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"@ucanto/core": "^9.0.1",
158158
"@ucanto/interface": "^9.0.0",
159159
"@ucanto/server": "^9.0.1",
160-
"@ucanto/transport": "^9.0.0",
160+
"@ucanto/transport": "^9.1.0",
161161
"@web3-storage/capabilities": "workspace:^",
162162
"@web3-storage/data-segment": "^4.0.0",
163163
"p-map": "^6.0.0"

packages/filecoin-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@ucanto/client": "^9.0.0",
5858
"@ucanto/core": "^9.0.1",
5959
"@ucanto/interface": "^9.0.0",
60-
"@ucanto/transport": "^9.0.0",
60+
"@ucanto/transport": "^9.1.0",
6161
"@web3-storage/capabilities": "workspace:^"
6262
},
6363
"devDependencies": {

packages/upload-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@ucanto/interface": "^9.0.0",
127127
"@ucanto/principal": "^9.0.0",
128128
"@ucanto/server": "^9.0.1",
129-
"@ucanto/transport": "^9.0.0",
129+
"@ucanto/transport": "^9.1.0",
130130
"@ucanto/validator": "^9.0.1",
131131
"@web3-storage/access": "workspace:^",
132132
"@web3-storage/capabilities": "workspace:^",

packages/upload-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@ipld/unixfs": "^2.1.1",
7474
"@ucanto/client": "^9.0.0",
7575
"@ucanto/interface": "^9.0.0",
76-
"@ucanto/transport": "^9.0.0",
76+
"@ucanto/transport": "^9.1.0",
7777
"@web3-storage/capabilities": "workspace:^",
7878
"fr32-sha2-256-trunc254-padded-binary-tree-multihash": "^3.3.0",
7979
"ipfs-utils": "^9.0.14",

packages/w3up-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"@ucanto/core": "^9.0.1",
115115
"@ucanto/interface": "^9.0.0",
116116
"@ucanto/principal": "^9.0.0",
117-
"@ucanto/transport": "^9.0.0",
117+
"@ucanto/transport": "^9.1.0",
118118
"@web3-storage/access": "workspace:^",
119119
"@web3-storage/capabilities": "workspace:^",
120120
"@web3-storage/did-mailto": "workspace:^",

pnpm-lock.yaml

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)