@settlemint/sdk-blockscout 2.5.1-prd40d4da9 → 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/blockscout.d.cts +1 -1
- package/dist/blockscout.d.ts +1 -1
- package/package.json +3 -3
package/dist/blockscout.d.cts
CHANGED
|
@@ -74,5 +74,5 @@ declare function createBlockscoutClient<const Setup extends AbstractSetupSchema>
|
|
|
74
74
|
graphql: initGraphQLTada<Setup>;
|
|
75
75
|
};
|
|
76
76
|
//#endregion
|
|
77
|
-
export { ClientOptions, ClientOptionsSchema, FragmentOf, RequestConfig, ResultOf, VariablesOf, createBlockscoutClient, readFragment };
|
|
77
|
+
export { ClientOptions, ClientOptionsSchema, type FragmentOf, RequestConfig, type ResultOf, type VariablesOf, createBlockscoutClient, readFragment };
|
|
78
78
|
//# sourceMappingURL=blockscout.d.cts.map
|
package/dist/blockscout.d.ts
CHANGED
|
@@ -74,5 +74,5 @@ declare function createBlockscoutClient<const Setup extends AbstractSetupSchema>
|
|
|
74
74
|
graphql: initGraphQLTada<Setup>;
|
|
75
75
|
};
|
|
76
76
|
//#endregion
|
|
77
|
-
export { ClientOptions, ClientOptionsSchema, FragmentOf, RequestConfig, ResultOf, VariablesOf, createBlockscoutClient, readFragment };
|
|
77
|
+
export { ClientOptions, ClientOptionsSchema, type FragmentOf, RequestConfig, type ResultOf, type VariablesOf, createBlockscoutClient, readFragment };
|
|
78
78
|
//# sourceMappingURL=blockscout.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/sdk-blockscout",
|
|
3
3
|
"description": "Blockscout integration module for SettleMint SDK, enabling blockchain explorer and analytics functionality",
|
|
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": {
|