@settlemint/sdk-thegraph 2.6.0-pr3ff75ca4 → 2.6.0-pr8aa36209

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
@@ -141,7 +141,7 @@ Defined in: [sdk/thegraph/src/thegraph.ts:27](https://github.com/settlemint/sdk/
141
141
 
142
142
  Type definition for client options derived from the ClientOptionsSchema
143
143
 
144
- ##### Type declaration
144
+ ##### Type Declaration
145
145
 
146
146
  | Name | Type | Defined in |
147
147
  | ------ | ------ | ------ |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@settlemint/sdk-thegraph",
3
3
  "description": "TheGraph integration module for SettleMint SDK, enabling querying and indexing of blockchain data through subgraphs",
4
- "version": "2.6.0-pr3ff75ca4",
4
+ "version": "2.6.0-pr8aa36209",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "devDependencies": {},
55
55
  "dependencies": {
56
- "@settlemint/sdk-utils": "2.6.0-pr3ff75ca4",
56
+ "@settlemint/sdk-utils": "2.6.0-pr8aa36209",
57
57
  "es-toolkit": "^1",
58
58
  "gql.tada": "^1",
59
59
  "graphql": "^16",