@settlemint/sdk-hasura 2.6.0-mainb5c830f1 → 2.6.0-mainb74903b9

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -304,7 +304,7 @@ Defined in: [sdk/hasura/src/hasura.ts:28](https://github.com/settlemint/sdk/blob
304
304
 
305
305
  Type definition for client options derived from the ClientOptionsSchema.
306
306
 
307
- ##### Type declaration
307
+ ##### Type Declaration
308
308
 
309
309
  | Name | Type | Default value | Defined in |
310
310
  | ------ | ------ | ------ | ------ |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@settlemint/sdk-hasura",
3
3
  "description": "Hasura and PostgreSQL integration module for SettleMint SDK, enabling database operations and GraphQL queries",
4
- "version": "2.6.0-mainb5c830f1",
4
+ "version": "2.6.0-mainb74903b9",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "gql.tada": "^1",
69
- "@settlemint/sdk-utils": "2.6.0-mainb5c830f1",
69
+ "@settlemint/sdk-utils": "2.6.0-mainb74903b9",
70
70
  "graphql-request": "^7",
71
71
  "zod": "^4",
72
72
  "drizzle-orm": "^0.44.0",