@quaivault/sdk 0.1.0 → 0.2.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@quaivault/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "TypeScript SDK for QuaiVault multisig vaults on Quai Network",
5
5
  "license": "MIT",
6
6
  "author": "QuaiVault",
@@ -54,17 +54,18 @@
54
54
  "typecheck": "tsc --noEmit",
55
55
  "test": "vitest run",
56
56
  "test:watch": "vitest",
57
- "lint": "eslint src scripts --max-warnings 0",
57
+ "lint": "eslint src scripts test --max-warnings 0",
58
58
  "prepublishOnly": "npm run sync-abis -- --check && npm run typecheck && npm test && npm run build"
59
59
  },
60
60
  "dependencies": {
61
- "@supabase/supabase-js": "^2.93.3",
62
- "quais": "~1.0.0-alpha.53",
61
+ "@supabase/postgrest-js": "^2.110.9",
62
+ "@supabase/realtime-js": "^2.110.9",
63
+ "quais": "1.0.0-alpha.55",
63
64
  "zod": "^3.25.76"
64
65
  },
65
66
  "devDependencies": {
66
67
  "@eslint/js": "^9.39.5",
67
- "@types/node": "^20.19.0",
68
+ "@types/node": "^22.18.0",
68
69
  "eslint": "^9.39.5",
69
70
  "tsup": "^8.5.0",
70
71
  "tsx": "^4.20.0",