svamp-cli 0.2.313 → 0.2.314

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.
Files changed (27) hide show
  1. package/dist/{adminCommands-DINkkchF.mjs → adminCommands-DCttALYO.mjs} +1 -1
  2. package/dist/{agentCommands-CqHUKyRM.mjs → agentCommands-BUsSOz5M.mjs} +5 -5
  3. package/dist/{auth-fmYi12gU.mjs → auth-D5yTcsy2.mjs} +1 -1
  4. package/dist/{cli-C0K7bTFQ.mjs → cli-ahWO_ULm.mjs} +207 -73
  5. package/dist/cli.mjs +2 -2
  6. package/dist/{commands-BlSsMfW6.mjs → commands-BSHZGcCC.mjs} +8 -8
  7. package/dist/{commands-DxwqcKtb.mjs → commands-CJmKY6Qo.mjs} +2 -2
  8. package/dist/{commands-c57jjMV-.mjs → commands-Ce7MP6Ut.mjs} +2 -2
  9. package/dist/{commands-B2KHp8-n.mjs → commands-Cl-TIip1.mjs} +2 -2
  10. package/dist/{commands-DMG7VDBo.mjs → commands-CuinsdU0.mjs} +1 -1
  11. package/dist/{commands-CE9x3OVJ.mjs → commands-ZML4FIzg.mjs} +1 -1
  12. package/dist/{commands-lt3_KA5S.mjs → commands-bS4ErsEr.mjs} +2 -2
  13. package/dist/{commands-BspIWEyi.mjs → commands-r4QVEq12.mjs} +1 -1
  14. package/dist/{fleet-DX-cpu52.mjs → fleet-CSwFR8B0.mjs} +41 -2
  15. package/dist/{frpc-B5LHRKTD.mjs → frpc-CpuE7d3Y.mjs} +1 -1
  16. package/dist/{headlessCli-BE4CanO7.mjs → headlessCli-Dg-awx4h.mjs} +2 -2
  17. package/dist/index.mjs +1 -1
  18. package/dist/{notifyCommands-Deh2F41t.mjs → notifyCommands-Dlm4RafU.mjs} +1 -1
  19. package/dist/{package-C9HRV5XP.mjs → package-DO2e6EnU.mjs} +2 -2
  20. package/dist/{rpc-BxOm5nyE.mjs → rpc-BN7kFhGk.mjs} +1 -1
  21. package/dist/{rpc-DOl276lO.mjs → rpc-CLTPF1K6.mjs} +1 -1
  22. package/dist/{run-CDZ1g-Fa.mjs → run-B6-6GYde.mjs} +1 -1
  23. package/dist/{run-DI8N2DhV.mjs → run-Y3YLx8x7.mjs} +265 -18
  24. package/dist/{scheduler-C0WXBdL_.mjs → scheduler-CWlkmpMz.mjs} +1 -1
  25. package/dist/{serveCommands-DChM4ubY.mjs → serveCommands-mnocpHcO.mjs} +5 -5
  26. package/dist/{sideband-BdHdwflN.mjs → sideband-c4lkIKWJ.mjs} +1 -1
  27. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { c as connectToHypha, M as computeCollectionConfigUpdate, N as SYSTEM_COLLECTION_CONFIG } from './run-DI8N2DhV.mjs';
1
+ import { c as connectToHypha, M as computeCollectionConfigUpdate, N as SYSTEM_COLLECTION_CONFIG } from './run-Y3YLx8x7.mjs';
2
2
  import { existsSync, readFileSync } from 'node:fs';
3
3
  import { join } from 'node:path';
4
4
  import os from 'node:os';
@@ -2,7 +2,7 @@ import { existsSync, readFileSync, mkdirSync, writeFileSync, renameSync } from '
2
2
  import { join, dirname } from 'node:path';
3
3
  import os from 'node:os';
4
4
  import { requireNotSandboxed } from './sandboxDetect-DNTcbgWD.mjs';
5
- import { i as shortId } from './run-DI8N2DhV.mjs';
5
+ import { i as shortId } from './run-Y3YLx8x7.mjs';
6
6
  import 'os';
7
7
  import 'fs/promises';
8
8
  import 'fs';
@@ -96,7 +96,7 @@ async function sessionSetTitle(title) {
96
96
  }
97
97
  async function sessionSetProjectDescription(description) {
98
98
  const dir = process.cwd();
99
- const { projectName, writeProjectInfo, sanitizeDescription, projectInfoPath } = await import('./run-DI8N2DhV.mjs').then(function (n) { return n.at; });
99
+ const { projectName, writeProjectInfo, sanitizeDescription, projectInfoPath } = await import('./run-Y3YLx8x7.mjs').then(function (n) { return n.at; });
100
100
  const desc = sanitizeDescription(description, 240);
101
101
  if (!desc) {
102
102
  console.error("Project description is empty.");
@@ -343,7 +343,7 @@ async function sessionBroadcast(action, args) {
343
343
  console.log(`Broadcast sent: ${action}`);
344
344
  }
345
345
  async function connectToMachineService() {
346
- const { connectAndGetMachine } = await import('./commands-BspIWEyi.mjs');
346
+ const { connectAndGetMachine } = await import('./commands-r4QVEq12.mjs');
347
347
  return connectAndGetMachine();
348
348
  }
349
349
  function buildInboxMessage(args) {
@@ -426,7 +426,7 @@ async function inboxSend(targetSessionId, opts) {
426
426
  console.error("Message body is required.");
427
427
  process.exit(1);
428
428
  }
429
- const { connectAndResolveSession } = await import('./commands-BspIWEyi.mjs');
429
+ const { connectAndResolveSession } = await import('./commands-r4QVEq12.mjs');
430
430
  let server;
431
431
  try {
432
432
  const { targetId, messageId } = await inboxSendCore(
@@ -481,7 +481,7 @@ async function inboxReply(messageId, body, opts) {
481
481
  console.error("SVAMP_SESSION_ID not set. This command must be run inside a Svamp session.");
482
482
  process.exit(1);
483
483
  }
484
- const { connectAndResolveSession } = await import('./commands-BspIWEyi.mjs');
484
+ const { connectAndResolveSession } = await import('./commands-r4QVEq12.mjs');
485
485
  const { server: localServer, machine: localMachine } = await connectToMachineService();
486
486
  let localDisconnected = false;
487
487
  const disconnectLocal = async () => {
@@ -1,4 +1,4 @@
1
- import { a3 as resolveModel } from './run-DI8N2DhV.mjs';
1
+ import { a2 as resolveModel } from './run-Y3YLx8x7.mjs';
2
2
  import 'os';
3
3
  import 'fs/promises';
4
4
  import 'fs';