@hivemind-os/collective-daemon 0.2.7 → 0.2.8

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.
@@ -206,7 +206,7 @@ var McpTaskStore = class {
206
206
  };
207
207
 
208
208
  // src/mcp/session.ts
209
- var DAEMON_VERSION = "0.2.6";
209
+ var DAEMON_VERSION = "0.2.7";
210
210
  var IpcTransport = class {
211
211
  constructor(emit) {
212
212
  this.emit = emit;
@@ -663,7 +663,7 @@ function delay(ms) {
663
663
  }
664
664
 
665
665
  // src/ipc/connection.ts
666
- var DAEMON_VERSION2 = "0.2.6";
666
+ var DAEMON_VERSION2 = "0.2.7";
667
667
  var logger2 = pino2({ name: "@hivemind-os/collective-daemon:connection" });
668
668
  var Connection = class {
669
669
  constructor(socket, state, options) {
@@ -1196,4 +1196,4 @@ var IpcServer = class {
1196
1196
  export {
1197
1197
  IpcServer
1198
1198
  };
1199
- //# sourceMappingURL=chunk-EZWSBBXL.js.map
1199
+ //# sourceMappingURL=chunk-YZFGSEUY.js.map
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IpcServer
4
- } from "./chunk-EZWSBBXL.js";
4
+ } from "./chunk-YZFGSEUY.js";
5
5
  import {
6
6
  PortalServer
7
7
  } from "./chunk-H5MBULPC.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  IpcServer
3
- } from "../chunk-EZWSBBXL.js";
3
+ } from "../chunk-YZFGSEUY.js";
4
4
  import "../chunk-NXIFS427.js";
5
5
  export {
6
6
  IpcServer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hivemind-os/collective-daemon",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -52,10 +52,10 @@
52
52
  "pino": "^9.0.0",
53
53
  "pino-pretty": "^13.0.0",
54
54
  "ws": "^8.0.0",
55
- "@hivemind-os/collective-core": "0.2.7",
56
- "@hivemind-os/collective-mcp-server": "0.2.7",
57
- "@hivemind-os/collective-relay": "0.2.7",
58
- "@hivemind-os/collective-types": "0.2.7"
55
+ "@hivemind-os/collective-core": "0.2.8",
56
+ "@hivemind-os/collective-mcp-server": "0.2.8",
57
+ "@hivemind-os/collective-types": "0.2.8",
58
+ "@hivemind-os/collective-relay": "0.2.8"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/js-yaml": "^4.0.0",