@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/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.5.1",
4
+ "version": "2.5.2",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -44,20 +44,19 @@
44
44
  "dev": "tsdown --watch",
45
45
  "publint": "publint run --strict",
46
46
  "attw": "attw --pack .",
47
- "test": "bun test",
48
- "test:coverage": "bun test --coverage",
49
47
  "typecheck": "tsc --noEmit",
50
48
  "publish-npm": "bun publish --tag ${TAG} --access public || exit 0",
51
49
  "prepack": "cp ../../LICENSE .",
52
- "codegen": "gql-tada generate-output && gql-tada turbo",
50
+ "codegen": "gql-tada generate-output",
53
51
  "docs": "typedoc --options '../../typedoc.config.mjs' --entryPoints src/eas.ts --out ./docs"
54
52
  },
55
53
  "devDependencies": {},
56
54
  "dependencies": {
57
- "@settlemint/sdk-portal": "2.5.1",
58
- "@settlemint/sdk-utils": "2.5.1",
55
+ "@settlemint/sdk-portal": "2.5.2",
56
+ "@settlemint/sdk-utils": "2.5.2",
59
57
  "gql.tada": "^1",
60
- "viem": "^2"
58
+ "viem": "^2",
59
+ "zod": "^4"
61
60
  },
62
61
  "peerDependencies": {},
63
62
  "engines": {