@settlemint/sdk-portal 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
@@ -957,7 +957,7 @@ Defined in: [sdk/portal/src/portal.ts:25](https://github.com/settlemint/sdk/blob
957
957
 
958
958
  Type representing the validated client options.
959
959
 
960
- ##### Type declaration
960
+ ##### Type Declaration
961
961
 
962
962
  | Name | Type | Default value | Defined in |
963
963
  | ------ | ------ | ------ | ------ |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@settlemint/sdk-portal",
3
3
  "description": "Portal API client module for SettleMint SDK, providing access to smart contract portal services and APIs",
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",
@@ -59,7 +59,7 @@
59
59
  "dependencies": {
60
60
  "gql.tada": "^1",
61
61
  "graphql-ws": "^6",
62
- "@settlemint/sdk-utils": "2.6.0-pr3ff75ca4",
62
+ "@settlemint/sdk-utils": "2.6.0-pr8aa36209",
63
63
  "graphql-request": "^7",
64
64
  "zod": "^4"
65
65
  },