@sage-protocol/sdk 0.2.0 → 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.2.0",
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",
@@ -75,7 +75,6 @@ var require_package = __commonJS({
75
75
  "@whetstone-research/doppler-sdk": "^0.0.1-alpha.40",
76
76
  ai: "^3.2.3",
77
77
  axios: "^1.11.0",
78
- "content-hash": "^2.5.2",
79
78
  ethers: "^6.15.0",
80
79
  viem: "^2.33.2"
81
80
  },
package/dist/index.cjs CHANGED
@@ -14,7 +14,7 @@ var require_package = __commonJS({
14
14
  "package.json"(exports2, module2) {
15
15
  module2.exports = {
16
16
  name: "@sage-protocol/sdk",
17
- version: "0.2.0",
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",
@@ -75,7 +75,6 @@ var require_package = __commonJS({
75
75
  "@whetstone-research/doppler-sdk": "^0.0.1-alpha.40",
76
76
  ai: "^3.2.3",
77
77
  axios: "^1.11.0",
78
- "content-hash": "^2.5.2",
79
78
  ethers: "^6.15.0",
80
79
  viem: "^2.33.2"
81
80
  },
package/dist/index.mjs CHANGED
@@ -20,7 +20,7 @@ var require_package = __commonJS({
20
20
  "package.json"(exports2, module2) {
21
21
  module2.exports = {
22
22
  name: "@sage-protocol/sdk",
23
- version: "0.2.0",
23
+ version: "0.2.1",
24
24
  description: "Backend-agnostic SDK for interacting with the Sage Protocol (governance, SubDAOs, tokens).",
25
25
  main: "dist/index.cjs",
26
26
  module: "dist/index.mjs",
@@ -81,7 +81,6 @@ var require_package = __commonJS({
81
81
  "@whetstone-research/doppler-sdk": "^0.0.1-alpha.40",
82
82
  ai: "^3.2.3",
83
83
  axios: "^1.11.0",
84
- "content-hash": "^2.5.2",
85
84
  ethers: "^6.15.0",
86
85
  viem: "^2.33.2"
87
86
  },
@@ -14,7 +14,7 @@ var require_package = __commonJS({
14
14
  "package.json"(exports2, module2) {
15
15
  module2.exports = {
16
16
  name: "@sage-protocol/sdk",
17
- version: "0.2.0",
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",
@@ -75,7 +75,6 @@ var require_package = __commonJS({
75
75
  "@whetstone-research/doppler-sdk": "^0.0.1-alpha.40",
76
76
  ai: "^3.2.3",
77
77
  axios: "^1.11.0",
78
- "content-hash": "^2.5.2",
79
78
  ethers: "^6.15.0",
80
79
  viem: "^2.33.2"
81
80
  },
@@ -20,7 +20,7 @@ var require_package = __commonJS({
20
20
  "package.json"(exports2, module2) {
21
21
  module2.exports = {
22
22
  name: "@sage-protocol/sdk",
23
- version: "0.2.0",
23
+ version: "0.2.1",
24
24
  description: "Backend-agnostic SDK for interacting with the Sage Protocol (governance, SubDAOs, tokens).",
25
25
  main: "dist/index.cjs",
26
26
  module: "dist/index.mjs",
@@ -81,7 +81,6 @@ var require_package = __commonJS({
81
81
  "@whetstone-research/doppler-sdk": "^0.0.1-alpha.40",
82
82
  ai: "^3.2.3",
83
83
  axios: "^1.11.0",
84
- "content-hash": "^2.5.2",
85
84
  ethers: "^6.15.0",
86
85
  viem: "^2.33.2"
87
86
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sage-protocol/sdk",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Backend-agnostic SDK for interacting with the Sage Protocol (governance, SubDAOs, tokens).",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -61,7 +61,6 @@
61
61
  "@whetstone-research/doppler-sdk": "^0.0.1-alpha.40",
62
62
  "ai": "^3.2.3",
63
63
  "axios": "^1.11.0",
64
- "content-hash": "^2.5.2",
65
64
  "ethers": "^6.15.0",
66
65
  "viem": "^2.33.2"
67
66
  },