@settlemint/sdk-eas 2.6.2-pre699a9c0 → 2.6.2-predd71073

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.
@@ -3789,7 +3789,6 @@ type introspection_types = {
3789
3789
  enumValues: 'OTP' | 'PINCODE' | 'SECRET_CODES';
3790
3790
  };
3791
3791
  };
3792
-
3793
3792
  /** An IntrospectionQuery representation of your schema.
3794
3793
  *
3795
3794
  * @remarks
package/dist/eas.d.cts CHANGED
@@ -3789,7 +3789,6 @@ type introspection_types = {
3789
3789
  enumValues: 'OTP' | 'PINCODE' | 'SECRET_CODES';
3790
3790
  };
3791
3791
  };
3792
-
3793
3792
  /** An IntrospectionQuery representation of your schema.
3794
3793
  *
3795
3794
  * @remarks
package/dist/eas.d.ts CHANGED
@@ -3789,7 +3789,6 @@ type introspection_types = {
3789
3789
  enumValues: 'OTP' | 'PINCODE' | 'SECRET_CODES';
3790
3790
  };
3791
3791
  };
3792
-
3793
3792
  /** An IntrospectionQuery representation of your schema.
3794
3793
  *
3795
3794
  * @remarks
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.2-pre699a9c0",
4
+ "version": "2.6.2-predd71073",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "scripts": {
43
43
  "build": "tsdown",
44
- "dev": "tsdown --watch",
44
+ "dev": "tsdown --watch ./src",
45
45
  "publint": "publint run --strict",
46
46
  "attw": "attw --pack .",
47
47
  "typecheck": "tsc --noEmit",
@@ -52,8 +52,8 @@
52
52
  },
53
53
  "devDependencies": {},
54
54
  "dependencies": {
55
- "@settlemint/sdk-portal": "2.6.2-pre699a9c0",
56
- "@settlemint/sdk-utils": "2.6.2-pre699a9c0",
55
+ "@settlemint/sdk-portal": "2.6.2-predd71073",
56
+ "@settlemint/sdk-utils": "2.6.2-predd71073",
57
57
  "gql.tada": "^1",
58
58
  "viem": "^2",
59
59
  "zod": "^4"