@mysten/graphql-transport
Advanced tools
Comparing version 0.0.0-experimental-20240918172337 to 0.0.0-experimental-20240919005120
# @mysten/graphql-transport | ||
## 0.0.0-experimental-20240918172337 | ||
## 0.0.0-experimental-20240919005120 | ||
@@ -8,3 +8,3 @@ ### Patch Changes | ||
- Updated dependencies [830b8d8] | ||
- @mysten/sui@0.0.0-experimental-20240918172337 | ||
- @mysten/sui@0.0.0-experimental-20240919005120 | ||
@@ -11,0 +11,0 @@ ## 0.2.18 |
{ | ||
"name": "@mysten/graphql-transport", | ||
"version": "0.0.0-experimental-20240918172337", | ||
"version": "0.0.0-experimental-20240919005120", | ||
"description": "A GraphQL transport to allow SuiClient to work with RPC 2.0", | ||
@@ -49,3 +49,3 @@ "license": "Apache-2.0", | ||
"@mysten/bcs": "1.0.4", | ||
"@mysten/sui": "0.0.0-experimental-20240918172337" | ||
"@mysten/sui": "0.0.0-experimental-20240919005120" | ||
}, | ||
@@ -63,5 +63,5 @@ "scripts": { | ||
"test:e2e:nowait": "vitest run e2e", | ||
"test:e2e:prepare": "docker-compose down && docker-compose up -d && cargo build --bin sui --features indexer --profile dev && cross-env RUST_LOG=info,sui=error,anemo_tower=warn,consensus=off cargo run --features indexer --bin sui -- start --with-faucet --force-regenesis --with-indexer --pg-port 5435 --pg-db-name sui_indexer_v2 --with-graphql", | ||
"test:e2e:prepare": "docker-compose down && docker-compose up -d && cargo build --bin sui --profile dev && cross-env RUST_LOG=info,sui=error,anemo_tower=warn,consensus=off cargo run --bin sui -- start --with-faucet --force-regenesis --with-indexer --pg-port 5435 --pg-db-name sui_indexer_v2 --with-graphql", | ||
"test:e2e": "wait-on http://127.0.0.1:9123 -l --timeout 180000 && vitest" | ||
} | ||
} |
6
2078257
+ Added@0no-co/graphql.web@1.1.0(transitive)
+ Added@mysten/sui@0.0.0-experimental-20240919005120(transitive)
- Removed@0no-co/graphql.web@1.0.13(transitive)
- Removed@mysten/sui@0.0.0-experimental-20240918172337(transitive)