@settlemint/sdk-thegraph 2.5.1-prca5edae9 → 2.5.1-pre6103334
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/thegraph.d.ts +1 -1
- package/dist/thegraph.d.cts +1 -1
- package/dist/thegraph.d.ts +1 -1
- package/package.json +3 -3
|
@@ -81,5 +81,5 @@ declare function createTheGraphClient<const Setup extends AbstractSetupSchema>(o
|
|
|
81
81
|
graphql: initGraphQLTada<Setup>;
|
|
82
82
|
};
|
|
83
83
|
//#endregion
|
|
84
|
-
export { ClientOptions, ClientOptionsSchema, FragmentOf, RequestConfig, ResultOf, VariablesOf, createTheGraphClient, readFragment };
|
|
84
|
+
export { ClientOptions, ClientOptionsSchema, type FragmentOf, RequestConfig, type ResultOf, type VariablesOf, createTheGraphClient, readFragment };
|
|
85
85
|
//# sourceMappingURL=thegraph.d.ts.map
|
package/dist/thegraph.d.cts
CHANGED
|
@@ -81,5 +81,5 @@ declare function createTheGraphClient<const Setup extends AbstractSetupSchema>(o
|
|
|
81
81
|
graphql: initGraphQLTada<Setup>;
|
|
82
82
|
};
|
|
83
83
|
//#endregion
|
|
84
|
-
export { ClientOptions, ClientOptionsSchema, FragmentOf, RequestConfig, ResultOf, VariablesOf, createTheGraphClient, readFragment };
|
|
84
|
+
export { ClientOptions, ClientOptionsSchema, type FragmentOf, RequestConfig, type ResultOf, type VariablesOf, createTheGraphClient, readFragment };
|
|
85
85
|
//# sourceMappingURL=thegraph.d.cts.map
|
package/dist/thegraph.d.ts
CHANGED
|
@@ -81,5 +81,5 @@ declare function createTheGraphClient<const Setup extends AbstractSetupSchema>(o
|
|
|
81
81
|
graphql: initGraphQLTada<Setup>;
|
|
82
82
|
};
|
|
83
83
|
//#endregion
|
|
84
|
-
export { ClientOptions, ClientOptionsSchema, FragmentOf, RequestConfig, ResultOf, VariablesOf, createTheGraphClient, readFragment };
|
|
84
|
+
export { ClientOptions, ClientOptionsSchema, type FragmentOf, RequestConfig, type ResultOf, type VariablesOf, createTheGraphClient, readFragment };
|
|
85
85
|
//# sourceMappingURL=thegraph.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/sdk-thegraph",
|
|
3
3
|
"description": "TheGraph integration module for SettleMint SDK, enabling querying and indexing of blockchain data through subgraphs",
|
|
4
|
-
"version": "2.5.1-
|
|
4
|
+
"version": "2.5.1-pre6103334",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"devDependencies": {},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"gql.tada": "^1",
|
|
57
|
-
"@settlemint/sdk-utils": "2.5.1-
|
|
57
|
+
"@settlemint/sdk-utils": "2.5.1-pre6103334",
|
|
58
58
|
"graphql-request": "^7",
|
|
59
|
-
"zod": "^
|
|
59
|
+
"zod": "^4.0.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {},
|
|
62
62
|
"engines": {
|