@settlemint/sdk-portal 2.6.4-mainc8236602 → 2.6.4-maind21b0a1c

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 (1) hide show
  1. package/package.json +2 -2
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.4-mainc8236602",
4
+ "version": "2.6.4-maind21b0a1c",
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.4-mainc8236602",
62
+ "@settlemint/sdk-utils": "2.6.4-maind21b0a1c",
63
63
  "graphql-request": "^7",
64
64
  "zod": "^4"
65
65
  },