Skip to content

Commit

Permalink
fix: upgrade ucanto libs (#351)
Browse files Browse the repository at this point in the history
To not create diff in all packages while updating `upload-api` to
include blob infra
  • Loading branch information
vasco-santos authored Apr 15, 2024
1 parent eb8b9aa commit 4b292fa
Show file tree
Hide file tree
Showing 6 changed files with 508 additions and 318 deletions.
6 changes: 3 additions & 3 deletions billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@aws-sdk/client-sqs": "^3.515.0",
"@aws-sdk/util-dynamodb": "^3.515.0",
"@sentry/serverless": "^7.74.1",
"@ucanto/interface": "^9.0.0",
"@ucanto/server": "^9.0.1",
"@web3-storage/capabilities": "^13.1.1",
"@ucanto/interface": "^10.0.1",
"@ucanto/server": "^10.0.0",
"@web3-storage/capabilities": "^13.3.0",
"big.js": "^6.2.1",
"multiformats": "^13.1.0",
"p-retry": "^6.2.0",
Expand Down
18 changes: 9 additions & 9 deletions filecoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"@aws-sdk/client-sqs": "^3.515.0",
"@ipld/car": "^5.2.6",
"@sentry/serverless": "^7.74.1",
"@ucanto/client": "^9.0.0",
"@ucanto/core": "^9.0.1",
"@ucanto/interface": "^9.0.0",
"@ucanto/principal": "^9.0.0",
"@ucanto/transport": "^9.0.0",
"@web3-storage/data-segment": "^5.0.0",
"@web3-storage/filecoin-api": "^4.6.0",
"@web3-storage/filecoin-client": "^3.1.3",
"fr32-sha2-256-trunc254-padded-binary-tree-multihash": "^3.1.1",
"@ucanto/client": "^9.0.1",
"@ucanto/core": "^10.0.1",
"@ucanto/interface": "^10.0.1",
"@ucanto/principal": "^9.0.1",
"@ucanto/transport": "^9.1.1",
"@web3-storage/data-segment": "^5.1.0",
"@web3-storage/filecoin-api": "^4.6.1",
"@web3-storage/filecoin-client": "^3.3.1",
"fr32-sha2-256-trunc254-padded-binary-tree-multihash": "^3.3.0",
"multiformats": "^13.1.0",
"p-retry": "^6.2.0",
"uint8arrays": "4.0.6"
Expand Down
Loading

0 comments on commit 4b292fa

Please sign in to comment.