@settlemint/sdk-eas 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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1625,7 +1625,7 @@ Defined in: [sdk/eas/src/schema.ts:44](https://github.com/settlemint/sdk/blob/v2
|
|
|
1625
1625
|
|
|
1626
1626
|
Configuration options for the EAS client
|
|
1627
1627
|
|
|
1628
|
-
##### Type
|
|
1628
|
+
##### Type Declaration
|
|
1629
1629
|
|
|
1630
1630
|
| Name | Type | Default value | Description | Defined in |
|
|
1631
1631
|
| ------ | ------ | ------ | ------ | ------ |
|
|
@@ -1646,7 +1646,7 @@ Defined in: [sdk/eas/src/schema.ts:15](https://github.com/settlemint/sdk/blob/v2
|
|
|
1646
1646
|
Supported field types for EAS schema fields.
|
|
1647
1647
|
Maps to the Solidity types that can be used in EAS schemas.
|
|
1648
1648
|
|
|
1649
|
-
##### Type
|
|
1649
|
+
##### Type Declaration
|
|
1650
1650
|
|
|
1651
1651
|
| Name | Type | Default value | Defined in |
|
|
1652
1652
|
| ------ | ------ | ------ | ------ |
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/sdk-eas",
|
|
3
3
|
"description": "Ethereum Attestation Service (EAS) integration for SettleMint SDK",
|
|
4
|
-
"version": "2.6.0-
|
|
4
|
+
"version": "2.6.0-pr8aa36209",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@settlemint/sdk-portal": "2.6.0-
|
|
56
|
-
"@settlemint/sdk-utils": "2.6.0-
|
|
55
|
+
"@settlemint/sdk-portal": "2.6.0-pr8aa36209",
|
|
56
|
+
"@settlemint/sdk-utils": "2.6.0-pr8aa36209",
|
|
57
57
|
"gql.tada": "^1",
|
|
58
58
|
"viem": "^2",
|
|
59
59
|
"zod": "^4"
|