@hivemind-os/collective-mcp-server 0.2.5 → 0.2.6

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.
@@ -8,7 +8,7 @@ $ tsup
8
8
  ESM Build start
9
9
  ESM dist/index.js 76.42 KB
10
10
  ESM dist/index.js.map 146.05 KB
11
- ESM ⚡️ Build success in 104ms
11
+ ESM ⚡️ Build success in 142ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 7313ms
13
+ DTS ⚡️ Build success in 7515ms
14
14
  DTS dist/index.d.ts 13.47 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hivemind-os/collective-mcp-server",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -15,8 +15,8 @@
15
15
  "@mysten/sui": "^1.30.0",
16
16
  "pino": "^9.0.0",
17
17
  "viem": "^2.48.11",
18
- "@hivemind-os/collective-core": "0.2.5",
19
- "@hivemind-os/collective-types": "0.2.5"
18
+ "@hivemind-os/collective-types": "0.2.6",
19
+ "@hivemind-os/collective-core": "0.2.6"
20
20
  },
21
21
  "devDependencies": {
22
22
  "vitest": "^3.0.0",