@sage-protocol/sdk 0.1.25 → 0.2.1

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.
@@ -14,7 +14,7 @@ var require_package = __commonJS({
14
14
  "package.json"(exports, module) {
15
15
  module.exports = {
16
16
  name: "@sage-protocol/sdk",
17
- version: "0.1.25",
17
+ version: "0.2.1",
18
18
  description: "Backend-agnostic SDK for interacting with the Sage Protocol (governance, SubDAOs, tokens).",
19
19
  main: "dist/index.cjs",
20
20
  module: "dist/index.mjs",
@@ -67,6 +67,7 @@ var require_package = __commonJS({
67
67
  build: "tsup --config tsup.config.ts",
68
68
  clean: "rm -rf dist",
69
69
  test: 'yarn build && node --test "tests/**/*.test.js"',
70
+ prepublishOnly: "npm run build",
70
71
  release: "yarn build && npm publish --workspace @sage-protocol/sdk"
71
72
  },
72
73
  dependencies: {
@@ -74,7 +75,6 @@ var require_package = __commonJS({
74
75
  "@whetstone-research/doppler-sdk": "^0.0.1-alpha.40",
75
76
  ai: "^3.2.3",
76
77
  axios: "^1.11.0",
77
- "content-hash": "^2.5.2",
78
78
  ethers: "^6.15.0",
79
79
  viem: "^2.33.2"
80
80
  },