Skip to content

Commit

Permalink
fix: bump ceramic package versions to 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Aug 5, 2024
1 parent 502d079 commit 443a3b3
Show file tree
Hide file tree
Showing 3 changed files with 5,957 additions and 7,429 deletions.
2 changes: 1 addition & 1 deletion suite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ COPY src/ ./src
# Select all tests by default
ENV TEST_SELECTOR "correctness"

ENTRYPOINT ["/app/entrypoint.sh", "run", "test", "--forceExit", "--testPathPattern", "$TEST_SELECTOR"]
ENTRYPOINT ["/app/entrypoint.sh", "run", "test", "--testPathPattern", "$TEST_SELECTOR"]
20 changes: 10 additions & 10 deletions suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"@aws-sdk/client-api-gateway": "^3.427.0",
"@aws-sdk/client-dynamodb": "^3.427.0",
"@aws-sdk/client-lambda": "^3.427.0",
"@ceramicnetwork/codecs": "^4.2.0",
"@ceramicnetwork/common": "^5.2.0",
"@ceramicnetwork/common-test-utils": "^3.3.0",
"@ceramicnetwork/http-client": "^5.3.0",
"@ceramicnetwork/stream-model": "^4.2.0",
"@ceramicnetwork/stream-model-instance": "^4.3.0",
"@ceramicnetwork/stream-tile": "^5.2.0",
"@ceramicnetwork/streamid": "^5.0.0",
"@composedb/client": "^0.7.1",
"@composedb/devtools": "^0.7.1",
"@ceramicnetwork/codecs": "^5.2.0",
"@ceramicnetwork/common": "^6.2.0",
"@ceramicnetwork/common-test-utils": "^4.2.0",
"@ceramicnetwork/http-client": "^6.2.0",
"@ceramicnetwork/stream-model": "^5.2.0",
"@ceramicnetwork/stream-model-instance": "^5.2.0",
"@ceramicnetwork/stream-tile": "^6.2.0",
"@ceramicnetwork/streamid": "^5.6.0",
"@composedb/client": "^0.8.0",
"@composedb/devtools": "^0.8.0",
"@didtools/pkh-ethereum": "^0.5.0",
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-json": "^10.1.7",
Expand Down
Loading

0 comments on commit 443a3b3

Please sign in to comment.