@mysten/graphql-transport
Advanced tools
Comparing version 0.0.0-experimental-20241219203517 to 0.0.0-experimental-20250110194755
# @mysten/graphql-transport | ||
## 0.0.0-experimental-20241219203517 | ||
## 0.0.0-experimental-20250110194755 | ||
### Patch Changes | ||
- Updated dependencies [539168a] | ||
- @mysten/sui@0.0.0-experimental-20250110194755 | ||
## 0.2.37 | ||
### Patch Changes | ||
- 7abd243: Update repo links | ||
- Updated dependencies [7abd243] | ||
- @mysten/bcs@1.2.1 | ||
- @mysten/sui@1.18.1 | ||
## 0.2.36 | ||
### Patch Changes | ||
- a872b97: Use `latest` as schema for graphql types | ||
@@ -15,3 +31,3 @@ - Updated dependencies [4f012b9] | ||
- Updated dependencies [a872b97] | ||
- @mysten/sui@0.0.0-experimental-20241219203517 | ||
- @mysten/sui@1.18.0 | ||
@@ -18,0 +34,0 @@ ## 0.2.35 |
@@ -16,5 +16,5 @@ "use strict"; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
var src_exports = {}; | ||
module.exports = __toCommonJS(src_exports); | ||
__reExport(src_exports, require("./transport.js"), module.exports); | ||
var index_exports = {}; | ||
module.exports = __toCommonJS(index_exports); | ||
__reExport(index_exports, require("./transport.js"), module.exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@mysten/graphql-transport", | ||
"version": "0.0.0-experimental-20241219203517", | ||
"version": "0.0.0-experimental-20250110194755", | ||
"description": "A GraphQL transport to allow SuiClient to work with RPC 2.0", | ||
@@ -24,8 +24,8 @@ "license": "Apache-2.0", | ||
"type": "git", | ||
"url": "git+https://github.com/mystenlabs/sui.git" | ||
"url": "git+https://github.com/mystenlabs/ts-sdks.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/mystenlabs/sui/issues" | ||
"url": "https://github.com/mystenlabs/ts-sdks/issues" | ||
}, | ||
"homepage": "https://github.com/mystenlabs/sui#readme", | ||
"homepage": "https://github.com/mystenlabs/ts-sdks#readme", | ||
"devDependencies": { | ||
@@ -35,11 +35,11 @@ "@graphql-codegen/add": "^5.0.3", | ||
"@graphql-codegen/typed-document-node": "^5.0.9", | ||
"@graphql-codegen/typescript": "4.0.9", | ||
"@graphql-codegen/typescript-document-nodes": "4.0.9", | ||
"@graphql-codegen/typescript": "4.1.2", | ||
"@graphql-codegen/typescript-document-nodes": "4.0.12", | ||
"@graphql-codegen/typescript-operations": "^4.2.3", | ||
"@parcel/watcher": "^2.4.1", | ||
"@types/node": "^20.14.10", | ||
"@types/node": "^22.10.5", | ||
"graphql-config": "^5.0.3", | ||
"typescript": "^5.5.3", | ||
"vitest": "^2.0.1", | ||
"wait-on": "^7.2.0", | ||
"typescript": "^5.7.2", | ||
"vitest": "^2.1.8", | ||
"wait-on": "^8.0.1", | ||
"@mysten/build-scripts": "0.0.0" | ||
@@ -50,4 +50,4 @@ }, | ||
"graphql": "^16.9.0", | ||
"@mysten/bcs": "1.2.0", | ||
"@mysten/sui": "0.0.0-experimental-20241219203517" | ||
"@mysten/bcs": "1.2.1", | ||
"@mysten/sui": "0.0.0-experimental-20250110194755" | ||
}, | ||
@@ -64,6 +64,4 @@ "scripts": { | ||
"prettier:fix": "prettier -w --ignore-unknown .", | ||
"test:e2e:nowait": "vitest run e2e", | ||
"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" | ||
"test:e2e": "vitest run" | ||
} | ||
} |
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
2279494
91
+ Added@mysten/bcs@1.2.1(transitive)
+ Added@mysten/sui@0.0.0-experimental-20250110194755(transitive)
- Removed@mysten/bcs@1.2.0(transitive)
- Removed@mysten/sui@0.0.0-experimental-20241219203517(transitive)
Updated@mysten/bcs@1.2.1