@settlemint/sdk-thegraph
Advanced tools
Comparing version 0.4.34-mainbfec4b2 to 0.4.34-pr04cbe17
@@ -7,13 +7,10 @@ import { AbstractSetupSchema, initGraphQLTada } from 'gql.tada'; | ||
/** | ||
* Schema for validating client options for the Hasura client. | ||
* Schema for validating client options for the The Graph client. | ||
*/ | ||
declare const ClientOptionsSchema: z.ZodObject<{ | ||
instance: z.ZodString; | ||
subgraph: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
instance: string; | ||
subgraph: string; | ||
}, { | ||
instance: string; | ||
subgraph: string; | ||
}>; | ||
@@ -20,0 +17,0 @@ /** |
{ | ||
"name": "@settlemint/sdk-thegraph", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.4.34-mainbfec4b2", | ||
"version": "0.4.34-pr04cbe17", | ||
"type": "module", | ||
@@ -51,3 +51,3 @@ "private": false, | ||
"dependencies": { | ||
"@settlemint/sdk-utils": "0.4.34-mainbfec4b2", | ||
"@settlemint/sdk-utils": "0.4.34-pr04cbe17", | ||
"graphql-request": "^7", | ||
@@ -54,0 +54,0 @@ "zod": "^3" |
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
Sorry, the diff of this file is not supported yet
29549
183
+ Added@dotenvx/dotenvx@1.34.0(transitive)
+ Added@ecies/ciphers@0.2.2(transitive)
+ Added@noble/ciphers@1.2.1(transitive)
+ Added@noble/curves@1.8.1(transitive)
+ Added@noble/hashes@1.7.1(transitive)
+ Added@settlemint/sdk-utils@0.4.34-pr04cbe17(transitive)
+ Addedcommander@11.1.0(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addeddeepmerge-ts@7.1.4(transitive)
+ Addeddotenv@16.4.7(transitive)
+ Addedeciesjs@0.4.13(transitive)
+ Addedenvironment@1.1.0(transitive)
+ Addedexeca@5.1.1(transitive)
+ Addedfdir@6.4.3(transitive)
+ Addedfind-up@7.0.0(transitive)
+ Addedget-stream@6.0.1(transitive)
+ Addedhuman-signals@2.1.0(transitive)
+ Addedignore@5.3.2(transitive)
+ Addedis-stream@2.0.1(transitive)
+ Addedisexe@2.0.03.1.1(transitive)
+ Addedlocate-path@7.2.0(transitive)
+ Addedmerge-stream@2.0.0(transitive)
+ Addedmimic-fn@2.1.0(transitive)
+ Addednpm-run-path@4.0.1(transitive)
+ Addedobject-treeify@1.1.33(transitive)
+ Addedonetime@5.1.2(transitive)
+ Addedp-limit@4.0.0(transitive)
+ Addedp-locate@6.0.0(transitive)
+ Addedpath-exists@5.0.0(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedpicomatch@4.0.2(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@3.0.7(transitive)
+ Addedstrip-final-newline@2.0.0(transitive)
+ Addedunicorn-magic@0.1.0(transitive)
+ Addedwhich@2.0.24.0.0(transitive)
+ Addedyocto-queue@1.1.1(transitive)
+ Addedyocto-spinner@0.1.2(transitive)
+ Addedyoctocolors@2.1.1(transitive)
- Removed@settlemint/sdk-utils@0.4.34-mainbfec4b2(transitive)