@curator-studio/sdk 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.js +24345 -53
  2. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curator-studio/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "TypeScript SDK and React hooks for the Curator Studio capital allocation protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -38,8 +38,7 @@
38
38
  "dependencies": {
39
39
  "@ensdomains/ensjs": "^4.2.2",
40
40
  "@urql/core": "^6.0.1",
41
- "@vercel/blob": "^2.2.0",
42
- "@curator-studio/contracts": "1.0.0"
41
+ "@vercel/blob": "^2.2.0"
43
42
  },
44
43
  "peerDependencies": {
45
44
  "@tanstack/react-query": ">=5.0.0",
@@ -53,11 +52,12 @@
53
52
  "@types/react": "^19.2.13",
54
53
  "@types/react-dom": "^19.2.3",
55
54
  "tsup": "^8.5.1",
56
- "vitest": "^4.0.18"
55
+ "vitest": "^4.0.18",
56
+ "@curator-studio/contracts": "1.0.0"
57
57
  },
58
58
  "scripts": {
59
- "build": "tsup src/index.ts --format esm --dts",
60
- "dev": "tsup src/index.ts --watch --format esm --dts",
59
+ "build": "tsup",
60
+ "dev": "tsup --watch",
61
61
  "check-types": "tsc --noEmit",
62
62
  "test": "vitest run",
63
63
  "test:watch": "vitest"