svamp-cli 0.2.312 → 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.
- package/dist/{adminCommands-CRQQhXsw.mjs → adminCommands-DCttALYO.mjs} +1 -1
- package/dist/{agentCommands-hLTce38n.mjs → agentCommands-BUsSOz5M.mjs} +5 -5
- package/dist/{auth-B2ZuhK_S.mjs → auth-D5yTcsy2.mjs} +1 -1
- package/dist/{cli-HI-J8Y7U.mjs → cli-ahWO_ULm.mjs} +207 -73
- package/dist/cli.mjs +2 -2
- package/dist/{commands-ND3vwGkQ.mjs → commands-BSHZGcCC.mjs} +8 -8
- package/dist/{commands-DGUgZoou.mjs → commands-CJmKY6Qo.mjs} +2 -2
- package/dist/{commands-D6BqvSLe.mjs → commands-Ce7MP6Ut.mjs} +2 -2
- package/dist/{commands-IPkpFWbi.mjs → commands-Cl-TIip1.mjs} +2 -2
- package/dist/{commands-12pIcOWK.mjs → commands-CuinsdU0.mjs} +1 -1
- package/dist/{commands-CmMh6R6S.mjs → commands-ZML4FIzg.mjs} +1 -1
- package/dist/{commands-DpfYt_SX.mjs → commands-bS4ErsEr.mjs} +2 -2
- package/dist/{commands-C2zQmf3Y.mjs → commands-r4QVEq12.mjs} +1 -1
- package/dist/{fleet-Cuv2uu1t.mjs → fleet-CSwFR8B0.mjs} +41 -2
- package/dist/{frpc-DbZDLphz.mjs → frpc-CpuE7d3Y.mjs} +1 -1
- package/dist/{headlessCli-DakQSPzS.mjs → headlessCli-Dg-awx4h.mjs} +2 -2
- package/dist/index.mjs +1 -1
- package/dist/{notifyCommands-DhRbelQA.mjs → notifyCommands-Dlm4RafU.mjs} +1 -1
- package/dist/{package-BKX7lisO.mjs → package-DO2e6EnU.mjs} +2 -2
- package/dist/{rpc-C7uDtxFw.mjs → rpc-BN7kFhGk.mjs} +1 -1
- package/dist/{rpc-Q4PWHeNn.mjs → rpc-CLTPF1K6.mjs} +1 -1
- package/dist/{run-DG0yDh6U.mjs → run-B6-6GYde.mjs} +1 -1
- package/dist/{run-Ccf8_4AF.mjs → run-Y3YLx8x7.mjs} +299 -18
- package/dist/{scheduler-B1xThM3A.mjs → scheduler-CWlkmpMz.mjs} +1 -1
- package/dist/{serveCommands-DDq9qzoN.mjs → serveCommands-mnocpHcO.mjs} +5 -5
- package/dist/{sideband-CDdpZAXO.mjs → sideband-c4lkIKWJ.mjs} +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as connectToHypha, M as computeCollectionConfigUpdate, N as SYSTEM_COLLECTION_CONFIG } from './run-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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 () => {
|