@mysten/graphql-transport
Advanced tools
Comparing version 0.0.0-experimental-20241031162314 to 0.0.0-experimental-20241104181539
# @mysten/graphql-transport | ||
## 0.0.0-experimental-20241031162314 | ||
## 0.0.0-experimental-20241104181539 | ||
### Patch Changes | ||
- Updated dependencies [69ef100] | ||
- @mysten/sui@0.0.0-experimental-20241104181539 | ||
## 0.2.25 | ||
### Patch Changes | ||
- Updated dependencies [c24814b] | ||
- @mysten/sui@0.0.0-experimental-20241031162314 | ||
- @mysten/sui@1.14.0 | ||
@@ -10,0 +17,0 @@ ## 0.2.24 |
@@ -1145,3 +1145,4 @@ "use strict"; | ||
max_package_dependencies: "u32", | ||
bridge_should_try_to_finalize_committee: "bool" | ||
bridge_should_try_to_finalize_committee: "bool", | ||
consensus_voting_rounds: "u32" | ||
}; | ||
@@ -1148,0 +1149,0 @@ for (const { key, value } of protocolConfig.configs) { |
@@ -1170,3 +1170,4 @@ import { fromBase64, toBase58 } from "@mysten/bcs"; | ||
max_package_dependencies: "u32", | ||
bridge_should_try_to_finalize_committee: "bool" | ||
bridge_should_try_to_finalize_committee: "bool", | ||
consensus_voting_rounds: "u32" | ||
}; | ||
@@ -1173,0 +1174,0 @@ for (const { key, value } of protocolConfig.configs) { |
{ | ||
"name": "@mysten/graphql-transport", | ||
"version": "0.0.0-experimental-20241031162314", | ||
"version": "0.0.0-experimental-20241104181539", | ||
"description": "A GraphQL transport to allow SuiClient to work with RPC 2.0", | ||
@@ -49,3 +49,3 @@ "license": "Apache-2.0", | ||
"@mysten/bcs": "1.1.0", | ||
"@mysten/sui": "0.0.0-experimental-20241031162314" | ||
"@mysten/sui": "0.0.0-experimental-20241104181539" | ||
}, | ||
@@ -52,0 +52,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2220128
28137
+ Added@mysten/sui@0.0.0-experimental-20241104181539(transitive)
- Removed@mysten/sui@0.0.0-experimental-20241031162314(transitive)