@jamiexiongr/panda-hub 0.1.28 → 0.1.29

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.
@@ -8971,7 +8971,7 @@ const killByPort = async (port) => {
8971
8971
  for (const pid of pids) {
8972
8972
  if (process.platform === 'win32') {
8973
8973
  await new Promise((resolve) => {
8974
- const child = spawn('taskkill', ['/pid', String(pid), '/t', '/f'], {
8974
+ const child = spawn('taskkill', ['/pid', String(pid), '/f'], {
8975
8975
  stdio: 'ignore',
8976
8976
  windowsHide: true,
8977
8977
  })
@@ -11953,7 +11953,7 @@ ${attachmentNames.map((name) => `- ${name}`).join("\n")}` : null
11953
11953
  return nextOverlayEntries;
11954
11954
  };
11955
11955
  const readTimelineFromRollout = async (sessionId) => {
11956
- const { readCodexTimeline } = await import("./src-OBU4SE67.mjs");
11956
+ const { readCodexTimeline } = await import("./src-QDSFJEPG.mjs");
11957
11957
  return readCodexTimeline(sessionId, {
11958
11958
  codexHome,
11959
11959
  sessionFiles: discoveredSessionFiles
@@ -13459,7 +13459,7 @@ ${attachmentNames.map((name) => `- ${name}`).join("\n")}` : null
13459
13459
  lastSnapshotRefreshAt = Date.now();
13460
13460
  return snapshot;
13461
13461
  }
13462
- const { discoverLocalCodexData } = await import("./src-OBU4SE67.mjs");
13462
+ const { discoverLocalCodexData } = await import("./src-QDSFJEPG.mjs");
13463
13463
  const discovery = await discoverLocalCodexData({
13464
13464
  agentId: localAgentId,
13465
13465
  agentName: localAgentName,
@@ -5,7 +5,7 @@ import {
5
5
  resolveTailscalePublicationMode,
6
6
  resolveTailscaleServePort,
7
7
  startPandaSessionService
8
- } from "./chunk-KW522MKT.mjs";
8
+ } from "./chunk-HVRU7VLO.mjs";
9
9
 
10
10
  // release/panda-hub/src/index.ts
11
11
  import fs from "fs";
@@ -15,7 +15,7 @@ import { fileURLToPath as fileURLToPath2 } from "url";
15
15
  // release/panda-hub/package.json
16
16
  var package_default = {
17
17
  name: "@jamiexiongr/panda-hub",
18
- version: "0.1.28",
18
+ version: "0.1.29",
19
19
  type: "module",
20
20
  private: false,
21
21
  description: "Panda hub runtime",
package/dist/cli.mjs CHANGED
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  manageJamiexiongrHubService,
3
3
  startJamiexiongrHub
4
- } from "./chunk-C6HLB7NI.mjs";
4
+ } from "./chunk-TYN77KEH.mjs";
5
5
  import {
6
6
  resolveTailscalePublicationMode
7
- } from "./chunk-KW522MKT.mjs";
7
+ } from "./chunk-HVRU7VLO.mjs";
8
8
  import "./chunk-AEQMWH7D.mjs";
9
9
 
10
10
  // release/panda-hub/src/cli.ts
package/dist/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  manageJamiexiongrHubService,
3
3
  startJamiexiongrHub
4
- } from "./chunk-C6HLB7NI.mjs";
5
- import "./chunk-KW522MKT.mjs";
4
+ } from "./chunk-TYN77KEH.mjs";
5
+ import "./chunk-HVRU7VLO.mjs";
6
6
  import "./chunk-AEQMWH7D.mjs";
7
7
  export {
8
8
  manageJamiexiongrHubService,
@@ -42,7 +42,7 @@ import {
42
42
  writeCodexGlobalState,
43
43
  writePandaSessionPrefs,
44
44
  writePandaThreadPrefs
45
- } from "./chunk-KW522MKT.mjs";
45
+ } from "./chunk-HVRU7VLO.mjs";
46
46
  import "./chunk-AEQMWH7D.mjs";
47
47
 
48
48
  // packages/provider-codex/src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jamiexiongr/panda-hub",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "description": "Panda hub runtime",