Skip to content

Commit 0340edf

Browse files
janb87github-actions[bot]
authored andcommitted
chore: update package versions [skip ci]
1 parent bc0ae9c commit 0340edf

File tree

13 files changed

+461
-461
lines changed

13 files changed

+461
-461
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdk",
3-
"version": "2.5.3",
3+
"version": "2.5.4",
44
"private": true,
55
"license": "FSL-1.1-MIT",
66
"author": {

sdk/blockscout/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The SettleMint Blockscout SDK provides a seamless way to interact with Blockscou
5050

5151
> **createBlockscoutClient**\<`Setup`\>(`options`, `clientOptions?`): `object`
5252
53-
Defined in: [sdk/blockscout/src/blockscout.ts:76](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/blockscout/src/blockscout.ts#L76)
53+
Defined in: [sdk/blockscout/src/blockscout.ts:76](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/blockscout/src/blockscout.ts#L76)
5454

5555
Creates a Blockscout GraphQL client with proper type safety using gql.tada
5656

@@ -77,8 +77,8 @@ An object containing the GraphQL client and initialized gql.tada function
7777

7878
| Name | Type | Defined in |
7979
| ------ | ------ | ------ |
80-
| `client` | `GraphQLClient` | [sdk/blockscout/src/blockscout.ts:80](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/blockscout/src/blockscout.ts#L80) |
81-
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/blockscout/src/blockscout.ts:81](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/blockscout/src/blockscout.ts#L81) |
80+
| `client` | `GraphQLClient` | [sdk/blockscout/src/blockscout.ts:80](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/blockscout/src/blockscout.ts#L80) |
81+
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/blockscout/src/blockscout.ts:81](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/blockscout/src/blockscout.ts#L81) |
8282

8383
##### Throws
8484

@@ -136,24 +136,24 @@ const result = await client.request(query, {
136136

137137
> **ClientOptions** = `object`
138138
139-
Defined in: [sdk/blockscout/src/blockscout.ts:24](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/blockscout/src/blockscout.ts#L24)
139+
Defined in: [sdk/blockscout/src/blockscout.ts:24](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/blockscout/src/blockscout.ts#L24)
140140

141141
Type definition for client options derived from the ClientOptionsSchema
142142

143143
##### Type declaration
144144

145145
| Name | Type | Default value | Defined in |
146146
| ------ | ------ | ------ | ------ |
147-
| <a id="accesstoken"></a> `accessToken?` | `string` | - | [sdk/blockscout/src/blockscout.ts:18](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/blockscout/src/blockscout.ts#L18) |
148-
| <a id="instance"></a> `instance` | `string` | `UrlOrPathSchema` | [sdk/blockscout/src/blockscout.ts:17](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/blockscout/src/blockscout.ts#L17) |
147+
| <a id="accesstoken"></a> `accessToken?` | `string` | - | [sdk/blockscout/src/blockscout.ts:18](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/blockscout/src/blockscout.ts#L18) |
148+
| <a id="instance"></a> `instance` | `string` | `UrlOrPathSchema` | [sdk/blockscout/src/blockscout.ts:17](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/blockscout/src/blockscout.ts#L17) |
149149

150150
***
151151

152152
#### RequestConfig
153153

154154
> **RequestConfig** = `ConstructorParameters`\<*typeof* `GraphQLClient`\>\[`1`\]
155155
156-
Defined in: [sdk/blockscout/src/blockscout.ts:11](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/blockscout/src/blockscout.ts#L11)
156+
Defined in: [sdk/blockscout/src/blockscout.ts:11](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/blockscout/src/blockscout.ts#L11)
157157

158158
Type definition for GraphQL client configuration options
159159

@@ -163,7 +163,7 @@ Type definition for GraphQL client configuration options
163163

164164
> `const` **ClientOptionsSchema**: `ZodObject`\<[`ClientOptions`](#clientoptions)\>
165165
166-
Defined in: [sdk/blockscout/src/blockscout.ts:16](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/blockscout/src/blockscout.ts#L16)
166+
Defined in: [sdk/blockscout/src/blockscout.ts:16](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/blockscout/src/blockscout.ts#L16)
167167

168168
Schema for validating client options for the Blockscout client.
169169

sdk/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ settlemint scs subgraph deploy --accept-defaults <subgraph-name>
249249

250250
## API Reference
251251

252-
See the [documentation](https://github.com/settlemint/sdk/tree/v2.5.3/sdk/cli/docs/settlemint.md) for available commands.
252+
See the [documentation](https://github.com/settlemint/sdk/tree/v2.5.4/sdk/cli/docs/settlemint.md) for available commands.
253253

254254
## Contributing
255255

sdk/eas/README.md

Lines changed: 94 additions & 94 deletions
Large diffs are not rendered by default.

sdk/hasura/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The SettleMint Hasura SDK provides a seamless way to interact with Hasura GraphQ
5353

5454
> **createHasuraClient**\<`Setup`\>(`options`, `clientOptions?`, `logger?`): `object`
5555
56-
Defined in: [sdk/hasura/src/hasura.ts:83](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/hasura/src/hasura.ts#L83)
56+
Defined in: [sdk/hasura/src/hasura.ts:83](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/hasura/src/hasura.ts#L83)
5757

5858
Creates a Hasura GraphQL client with proper type safety using gql.tada
5959

@@ -85,8 +85,8 @@ An object containing:
8585

8686
| Name | Type | Defined in |
8787
| ------ | ------ | ------ |
88-
| `client` | `GraphQLClient` | [sdk/hasura/src/hasura.ts:88](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/hasura/src/hasura.ts#L88) |
89-
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/hasura/src/hasura.ts:89](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/hasura/src/hasura.ts#L89) |
88+
| `client` | `GraphQLClient` | [sdk/hasura/src/hasura.ts:88](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/hasura/src/hasura.ts#L88) |
89+
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/hasura/src/hasura.ts:89](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/hasura/src/hasura.ts#L89) |
9090

9191
##### Throws
9292

@@ -144,7 +144,7 @@ const result = await client.request(query);
144144

145145
> **createHasuraMetadataClient**(`options`, `logger?`): \<`T`\>(`query`) => `Promise`\<\{ `data`: `T`; `ok`: `boolean`; \}\>
146146
147-
Defined in: [sdk/hasura/src/hasura.ts:132](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/hasura/src/hasura.ts#L132)
147+
Defined in: [sdk/hasura/src/hasura.ts:132](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/hasura/src/hasura.ts#L132)
148148

149149
Creates a Hasura Metadata client
150150

@@ -210,7 +210,7 @@ const result = await client({
210210

211211
> **createPostgresPool**(`databaseUrl`): `Pool`
212212
213-
Defined in: [sdk/hasura/src/postgres.ts:107](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/hasura/src/postgres.ts#L107)
213+
Defined in: [sdk/hasura/src/postgres.ts:107](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/hasura/src/postgres.ts#L107)
214214

215215
Creates a PostgreSQL connection pool with error handling and retry mechanisms
216216

@@ -253,7 +253,7 @@ try {
253253

254254
> **trackAllTables**(`databaseName`, `client`, `tableOptions`): `Promise`\<\{ `messages`: `string`[]; `result`: `"success"` \| `"no-tables"`; \}\>
255255
256-
Defined in: [sdk/hasura/src/utils/track-all-tables.ts:30](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/hasura/src/utils/track-all-tables.ts#L30)
256+
Defined in: [sdk/hasura/src/utils/track-all-tables.ts:30](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/hasura/src/utils/track-all-tables.ts#L30)
257257

258258
Track all tables in a database
259259

@@ -300,26 +300,26 @@ if (result.result === "success") {
300300

301301
> **ClientOptions** = `object`
302302
303-
Defined in: [sdk/hasura/src/hasura.ts:28](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/hasura/src/hasura.ts#L28)
303+
Defined in: [sdk/hasura/src/hasura.ts:28](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/hasura/src/hasura.ts#L28)
304304

305305
Type definition for client options derived from the ClientOptionsSchema.
306306

307307
##### Type declaration
308308

309309
| Name | Type | Default value | Defined in |
310310
| ------ | ------ | ------ | ------ |
311-
| <a id="accesstoken"></a> `accessToken?` | `string` | - | [sdk/hasura/src/hasura.ts:20](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/hasura/src/hasura.ts#L20) |
312-
| <a id="adminsecret"></a> `adminSecret` | `string` | - | [sdk/hasura/src/hasura.ts:21](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/hasura/src/hasura.ts#L21) |
313-
| <a id="cache"></a> `cache?` | `"default"` \| `"force-cache"` \| `"no-cache"` \| `"no-store"` \| `"only-if-cached"` \| `"reload"` | - | [sdk/hasura/src/hasura.ts:22](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/hasura/src/hasura.ts#L22) |
314-
| <a id="instance"></a> `instance` | `string` | `UrlOrPathSchema` | [sdk/hasura/src/hasura.ts:19](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/hasura/src/hasura.ts#L19) |
311+
| <a id="accesstoken"></a> `accessToken?` | `string` | - | [sdk/hasura/src/hasura.ts:20](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/hasura/src/hasura.ts#L20) |
312+
| <a id="adminsecret"></a> `adminSecret` | `string` | - | [sdk/hasura/src/hasura.ts:21](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/hasura/src/hasura.ts#L21) |
313+
| <a id="cache"></a> `cache?` | `"default"` \| `"force-cache"` \| `"no-cache"` \| `"no-store"` \| `"only-if-cached"` \| `"reload"` | - | [sdk/hasura/src/hasura.ts:22](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/hasura/src/hasura.ts#L22) |
314+
| <a id="instance"></a> `instance` | `string` | `UrlOrPathSchema` | [sdk/hasura/src/hasura.ts:19](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/hasura/src/hasura.ts#L19) |
315315

316316
***
317317

318318
#### RequestConfig
319319

320320
> **RequestConfig** = `ConstructorParameters`\<*typeof* `GraphQLClient`\>\[`1`\]
321321
322-
Defined in: [sdk/hasura/src/hasura.ts:13](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/hasura/src/hasura.ts#L13)
322+
Defined in: [sdk/hasura/src/hasura.ts:13](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/hasura/src/hasura.ts#L13)
323323

324324
Type definition for GraphQL client configuration options
325325

@@ -329,7 +329,7 @@ Type definition for GraphQL client configuration options
329329

330330
> `const` **ClientOptionsSchema**: `ZodObject`\<[`ClientOptions`](#clientoptions)\>
331331
332-
Defined in: [sdk/hasura/src/hasura.ts:18](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/hasura/src/hasura.ts#L18)
332+
Defined in: [sdk/hasura/src/hasura.ts:18](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/hasura/src/hasura.ts#L18)
333333

334334
Schema for validating client options for the Hasura client.
335335

sdk/ipfs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The SettleMint IPFS SDK provides a simple way to interact with IPFS (InterPlanet
4646

4747
> **createIpfsClient**(`options`): `object`
4848
49-
Defined in: [sdk/ipfs/src/ipfs.ts:31](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/ipfs/src/ipfs.ts#L31)
49+
Defined in: [sdk/ipfs/src/ipfs.ts:31](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/ipfs/src/ipfs.ts#L31)
5050

5151
Creates an IPFS client for client-side use
5252

@@ -65,7 +65,7 @@ An object containing the configured IPFS client instance
6565

6666
| Name | Type | Defined in |
6767
| ------ | ------ | ------ |
68-
| `client` | `KuboRPCClient` | [sdk/ipfs/src/ipfs.ts:31](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/ipfs/src/ipfs.ts#L31) |
68+
| `client` | `KuboRPCClient` | [sdk/ipfs/src/ipfs.ts:31](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/ipfs/src/ipfs.ts#L31) |
6969

7070
##### Throws
7171

@@ -92,7 +92,7 @@ console.log(result.cid.toString());
9292

9393
> **createServerIpfsClient**(`options`): `object`
9494
95-
Defined in: [sdk/ipfs/src/ipfs.ts:60](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/ipfs/src/ipfs.ts#L60)
95+
Defined in: [sdk/ipfs/src/ipfs.ts:60](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/ipfs/src/ipfs.ts#L60)
9696

9797
Creates an IPFS client for server-side use with authentication
9898

@@ -112,7 +112,7 @@ An object containing the authenticated IPFS client instance
112112

113113
| Name | Type | Defined in |
114114
| ------ | ------ | ------ |
115-
| `client` | `KuboRPCClient` | [sdk/ipfs/src/ipfs.ts:60](https://github.com/settlemint/sdk/blob/v2.5.3/sdk/ipfs/src/ipfs.ts#L60) |
115+
| `client` | `KuboRPCClient` | [sdk/ipfs/src/ipfs.ts:60](https://github.com/settlemint/sdk/blob/v2.5.4/sdk/ipfs/src/ipfs.ts#L60) |
116116

117117
##### Throws
118118

0 commit comments

Comments
 (0)