@settlemint/sdk-eas 2.5.1 → 2.5.2
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 +94 -94
- package/dist/browser/eas.d.ts +2 -2
- package/dist/browser/eas.js +14 -10787
- package/dist/browser/eas.js.map +1 -1
- package/dist/eas.cjs +14 -10783
- package/dist/eas.cjs.map +1 -1
- package/dist/eas.d.cts +2 -2
- package/dist/eas.d.ts +2 -2
- package/dist/eas.js +14 -10788
- package/dist/eas.js.map +1 -1
- package/package.json +6 -7
package/dist/eas.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* SettleMint EAS SDK - Portal Optimized */
|
|
2
2
|
import { Address, Hex } from "viem";
|
|
3
3
|
import { createPortalClient } from "@settlemint/sdk-portal";
|
|
4
|
-
import { z } from "zod
|
|
4
|
+
import { z } from "zod";
|
|
5
5
|
import * as gql_tada0 from "gql.tada";
|
|
6
6
|
|
|
7
7
|
//#region src/portal/portal-env.d.ts
|
|
@@ -4376,5 +4376,5 @@ declare class EASClient {
|
|
|
4376
4376
|
*/
|
|
4377
4377
|
declare function createEASClient(options: EASClientOptions): EASClient;
|
|
4378
4378
|
//#endregion
|
|
4379
|
-
export { AttestationData, AttestationInfo, AttestationRequest, DeploymentResult, EASClient, EASClientOptions, EASClientOptionsSchema, EASFieldType, EAS_FIELD_TYPES, GetAttestationsOptions, GetSchemasOptions, GraphQLOperations, RegisterSchemaOptions, SchemaData, SchemaField, SchemaRequest, TransactionResult, ZERO_ADDRESS, ZERO_BYTES32, createEASClient };
|
|
4379
|
+
export { type AttestationData, type AttestationInfo, type AttestationRequest, type DeploymentResult, EASClient, type EASClientOptions, EASClientOptionsSchema, type EASFieldType, EAS_FIELD_TYPES, type GetAttestationsOptions, type GetSchemasOptions, GraphQLOperations, type RegisterSchemaOptions, type SchemaData, type SchemaField, type SchemaRequest, type TransactionResult, ZERO_ADDRESS, ZERO_BYTES32, createEASClient };
|
|
4380
4380
|
//# sourceMappingURL=eas.d.cts.map
|
package/dist/eas.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* SettleMint EAS SDK - Portal Optimized */
|
|
2
2
|
import { createPortalClient } from "@settlemint/sdk-portal";
|
|
3
3
|
import { Address, Hex } from "viem";
|
|
4
|
-
import { z } from "zod
|
|
4
|
+
import { z } from "zod";
|
|
5
5
|
import * as gql_tada0 from "gql.tada";
|
|
6
6
|
|
|
7
7
|
//#region src/portal/portal-env.d.ts
|
|
@@ -4376,5 +4376,5 @@ declare class EASClient {
|
|
|
4376
4376
|
*/
|
|
4377
4377
|
declare function createEASClient(options: EASClientOptions): EASClient;
|
|
4378
4378
|
//#endregion
|
|
4379
|
-
export { AttestationData, AttestationInfo, AttestationRequest, DeploymentResult, EASClient, EASClientOptions, EASClientOptionsSchema, EASFieldType, EAS_FIELD_TYPES, GetAttestationsOptions, GetSchemasOptions, GraphQLOperations, RegisterSchemaOptions, SchemaData, SchemaField, SchemaRequest, TransactionResult, ZERO_ADDRESS, ZERO_BYTES32, createEASClient };
|
|
4379
|
+
export { type AttestationData, type AttestationInfo, type AttestationRequest, type DeploymentResult, EASClient, type EASClientOptions, EASClientOptionsSchema, type EASFieldType, EAS_FIELD_TYPES, type GetAttestationsOptions, type GetSchemasOptions, GraphQLOperations, type RegisterSchemaOptions, type SchemaData, type SchemaField, type SchemaRequest, type TransactionResult, ZERO_ADDRESS, ZERO_BYTES32, createEASClient };
|
|
4380
4380
|
//# sourceMappingURL=eas.d.ts.map
|