Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip: demonstrate integration test failure with latest clients #269

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@sentry/serverless": "^7.74.1",
"@ucanto/interface": "^9.0.0",
"@ucanto/server": "^9.0.1",
"@web3-storage/capabilities": "^10.0.0",
"@web3-storage/capabilities": "^11.2.0",
"big.js": "^6.2.1",
"multiformats": "^12.1.2",
"p-retry": "^6.1.0",
Expand Down
120 changes: 45 additions & 75 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 @@ -34,7 +34,7 @@
"@web-std/fetch": "^4.1.0",
"@web3-storage/data-segment": "5.0.0",
"@web3-storage/filecoin-client": "3.0.1",
"@web3-storage/w3up-client": "^9.2.2",
"@web3-storage/w3up-client": "^9.3.0",
"ava": "^4.3.3",
"dotenv": "^16.0.3",
"git-rev-sync": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion roundabout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@ipld/car": "^5.1.1",
"@ipld/dag-pb": "^3.0.0",
"@web3-storage/data-segment": "^5.0.0",
"@web3-storage/w3up-client": "^9.2.2",
"@web3-storage/w3up-client": "^9.3.0",
"ava": "^4.3.3",
"multiformats": "^11.0.2",
"nanoid": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ucan-invocation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@aws-sdk/client-dynamodb": "^3.226.0",
"@aws-sdk/client-eventbridge": "^3.218.0",
"@sentry/serverless": "^7.22.0",
"@web3-storage/capabilities": "^10.2.0",
"@web3-storage/capabilities": "^11.2.0",
"uint8arrays": "^4.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions upload-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@ucanto/transport": "^9.0.0",
"@ucanto/validator": "^9.0.0",
"@web-std/fetch": "^4.1.0",
"@web3-storage/access": "^16.3.0",
"@web3-storage/capabilities": "^11.1.0",
"@web3-storage/access": "^16.5.1",
"@web3-storage/capabilities": "^11.2.0",
"@web3-storage/upload-api": "^7.1.2",
"@web3-storage/w3infra-ucan-invocation": "*",
"multiformats": "^12.1.2",
Expand Down
Loading