@settlemint/sdk-blockscout 2.3.8-mainb7108730 → 2.3.8-mainee93349a

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.
@@ -3,9 +3,7 @@ import { GraphQLClient } from "graphql-request";
3
3
  import { z } from "zod/v4";
4
4
 
5
5
  //#region src/blockscout.d.ts
6
- /**
7
- * Type definition for GraphQL client configuration options
8
- */
6
+
9
7
  /**
10
8
  * Type definition for GraphQL client configuration options
11
9
  */
@@ -75,7 +73,6 @@ declare function createBlockscoutClient<const Setup extends AbstractSetupSchema>
75
73
  client: GraphQLClient;
76
74
  graphql: initGraphQLTada<Setup>;
77
75
  };
78
-
79
76
  //#endregion
80
77
  export { ClientOptions, ClientOptionsSchema, FragmentOf, RequestConfig, ResultOf, VariablesOf, createBlockscoutClient, readFragment };
81
78
  //# sourceMappingURL=blockscout.d.cts.map
@@ -3,9 +3,7 @@ import { GraphQLClient } from "graphql-request";
3
3
  import { z } from "zod/v4";
4
4
 
5
5
  //#region src/blockscout.d.ts
6
- /**
7
- * Type definition for GraphQL client configuration options
8
- */
6
+
9
7
  /**
10
8
  * Type definition for GraphQL client configuration options
11
9
  */
@@ -75,7 +73,6 @@ declare function createBlockscoutClient<const Setup extends AbstractSetupSchema>
75
73
  client: GraphQLClient;
76
74
  graphql: initGraphQLTada<Setup>;
77
75
  };
78
-
79
76
  //#endregion
80
77
  export { ClientOptions, ClientOptionsSchema, FragmentOf, RequestConfig, ResultOf, VariablesOf, createBlockscoutClient, readFragment };
81
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.3.8-mainb7108730",
4
+ "version": "2.3.8-mainee93349a",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -52,7 +52,7 @@
52
52
  "devDependencies": {},
53
53
  "dependencies": {
54
54
  "gql.tada": "^1",
55
- "@settlemint/sdk-utils": "2.3.8-mainb7108730",
55
+ "@settlemint/sdk-utils": "2.3.8-mainee93349a",
56
56
  "graphql-request": "^7",
57
57
  "zod": "^3.25.0"
58
58
  },