@settlemint/sdk-hasura
Advanced tools
Comparing version
{ | ||
"name": "@settlemint/sdk-hasura", | ||
"description": "Hasura and PostgreSQL integration module for SettleMint SDK, enabling database operations and GraphQL queries", | ||
"version": "1.1.10", | ||
"version": "1.1.11-main56875e3c", | ||
"type": "module", | ||
@@ -67,6 +67,6 @@ "private": false, | ||
"gql.tada": "^1", | ||
"@settlemint/sdk-utils": "1.1.10", | ||
"@settlemint/sdk-utils": "1.1.11-main56875e3c", | ||
"graphql-request": "^7", | ||
"zod": "^3", | ||
"drizzle-orm": "^0.39.0", | ||
"drizzle-orm": "^0.40.0", | ||
"pg": "^8", | ||
@@ -73,0 +73,0 @@ "drizzle-kit": "^0.30" |
@@ -56,3 +56,3 @@ <p align="center"> | ||
Defined in: [sdk/hasura/src/hasura.ts:117](https://github.com/settlemint/sdk/blob/v1.1.10/sdk/hasura/src/hasura.ts#L117) | ||
Defined in: [sdk/hasura/src/hasura.ts:117](https://github.com/settlemint/sdk/blob/v1.1.11/sdk/hasura/src/hasura.ts#L117) | ||
@@ -84,4 +84,4 @@ Creates a Hasura GraphQL client with proper type safety using gql.tada | ||
| ------ | ------ | ------ | | ||
| `client` | `GraphQLClient` | [sdk/hasura/src/hasura.ts:121](https://github.com/settlemint/sdk/blob/v1.1.10/sdk/hasura/src/hasura.ts#L121) | | ||
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/hasura/src/hasura.ts:122](https://github.com/settlemint/sdk/blob/v1.1.10/sdk/hasura/src/hasura.ts#L122) | | ||
| `client` | `GraphQLClient` | [sdk/hasura/src/hasura.ts:121](https://github.com/settlemint/sdk/blob/v1.1.11/sdk/hasura/src/hasura.ts#L121) | | ||
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/hasura/src/hasura.ts:122](https://github.com/settlemint/sdk/blob/v1.1.11/sdk/hasura/src/hasura.ts#L122) | | ||
@@ -158,3 +158,3 @@ ##### Throws | ||
Defined in: [sdk/hasura/src/postgres.ts:83](https://github.com/settlemint/sdk/blob/v1.1.10/sdk/hasura/src/postgres.ts#L83) | ||
Defined in: [sdk/hasura/src/postgres.ts:83](https://github.com/settlemint/sdk/blob/v1.1.11/sdk/hasura/src/postgres.ts#L83) | ||
@@ -202,3 +202,3 @@ Creates a PostgreSQL connection pool with error handling and retry mechanisms | ||
Defined in: [sdk/hasura/src/hasura.ts:33](https://github.com/settlemint/sdk/blob/v1.1.10/sdk/hasura/src/hasura.ts#L33) | ||
Defined in: [sdk/hasura/src/hasura.ts:33](https://github.com/settlemint/sdk/blob/v1.1.11/sdk/hasura/src/hasura.ts#L33) | ||
@@ -213,3 +213,3 @@ Type definition for client options derived from the ClientOptionsSchema. | ||
Defined in: [sdk/hasura/src/hasura.ts:10](https://github.com/settlemint/sdk/blob/v1.1.10/sdk/hasura/src/hasura.ts#L10) | ||
Defined in: [sdk/hasura/src/hasura.ts:10](https://github.com/settlemint/sdk/blob/v1.1.11/sdk/hasura/src/hasura.ts#L10) | ||
@@ -224,3 +224,3 @@ Type definition for GraphQL client configuration options | ||
Defined in: [sdk/hasura/src/hasura.ts:18](https://github.com/settlemint/sdk/blob/v1.1.10/sdk/hasura/src/hasura.ts#L18) | ||
Defined in: [sdk/hasura/src/hasura.ts:18](https://github.com/settlemint/sdk/blob/v1.1.11/sdk/hasura/src/hasura.ts#L18) | ||
@@ -227,0 +227,0 @@ Schema for validating client options for the Hasura client. |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
52741
0.05%2
100%+ Added
+ Added
- Removed
- Removed
Updated