svamp-cli 0.2.330 → 0.2.332
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-CeAsjKoA.mjs → adminCommands-BNGSC5oD.mjs} +1 -1
- package/dist/{agentCommands-CDj6yTgX.mjs → agentCommands-DD47Krr1.mjs} +5 -5
- package/dist/{auth-CtiKOzhL.mjs → auth-CE3Cnkn6.mjs} +1 -1
- package/dist/{cli-CZ4D7AII.mjs → cli-CdYVO7ce.mjs} +93 -77
- package/dist/cli.mjs +2 -2
- package/dist/{commands-BRTTViag.mjs → commands-09sPSIH-.mjs} +3 -3
- package/dist/{commands-BFkBvM5j.mjs → commands-14Tf0D6G.mjs} +3 -3
- package/dist/{commands-DkIbjVr6.mjs → commands-BIKekqQG.mjs} +1 -1
- package/dist/{commands-DiBOzYv7.mjs → commands-BIx8s0JL.mjs} +11 -11
- package/dist/{commands-BOBRaVaF.mjs → commands-C2X-uElg.mjs} +1 -1
- package/dist/{commands-BXjej1wP.mjs → commands-CHKSUX7x.mjs} +3 -3
- package/dist/{commands-71PkPL_M.mjs → commands-D7wwybeC.mjs} +8 -3
- package/dist/{commands-WJbeIMNx.mjs → commands-DXJlhBPk.mjs} +24 -11
- package/dist/{fleet-DmTm6tsY.mjs → fleet-bAe_gJfS.mjs} +2 -2
- package/dist/{headlessCli-DqlYDREf.mjs → headlessCli-Bwg5pf3s.mjs} +2 -2
- package/dist/index.mjs +1 -1
- package/dist/{notifyCommands-WZDIxM_h.mjs → notifyCommands-Cc3wLAWW.mjs} +1 -1
- package/dist/package-CPQqs8ty.mjs +64 -0
- package/dist/{rpc-tO-T8OWN.mjs → rpc-Bv6_c-xW.mjs} +1 -1
- package/dist/{rpc-CFb-c-Nu.mjs → rpc-DObWvEis.mjs} +1 -1
- package/dist/{run-CA3J4pGr.mjs → run-CyyWhgFI.mjs} +1 -1
- package/dist/{run-ON_xcuFF.mjs → run-DGhVoN3s.mjs} +189 -56
- package/dist/{scheduler-DtzofW-S.mjs → scheduler-BvtNZ0pl.mjs} +1 -1
- package/dist/{serveCommands-DBz696oe.mjs → serveCommands-CEM708Ls.mjs} +10 -10
- package/dist/{sideband-CDQJ24BM.mjs → sideband--9vWYqKA.mjs} +1 -1
- package/package.json +3 -3
- package/dist/package-CT65p79F.mjs +0 -64
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as connectToHypha, L as computeCollectionConfigUpdate, M as SYSTEM_COLLECTION_CONFIG } from './run-
|
|
1
|
+
import { c as connectToHypha, L as computeCollectionConfigUpdate, M as SYSTEM_COLLECTION_CONFIG } from './run-DGhVoN3s.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 { e as shortId } from './run-
|
|
5
|
+
import { e as shortId } from './run-DGhVoN3s.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-DGhVoN3s.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.");
|
|
@@ -369,7 +369,7 @@ async function sessionBroadcast(action, args) {
|
|
|
369
369
|
console.log(`Broadcast sent: ${action}`);
|
|
370
370
|
}
|
|
371
371
|
async function connectToMachineService() {
|
|
372
|
-
const { connectAndGetMachine } = await import('./commands-
|
|
372
|
+
const { connectAndGetMachine } = await import('./commands-C2X-uElg.mjs');
|
|
373
373
|
return connectAndGetMachine();
|
|
374
374
|
}
|
|
375
375
|
function buildInboxMessage(args) {
|
|
@@ -452,7 +452,7 @@ async function inboxSend(targetSessionId, opts) {
|
|
|
452
452
|
console.error("Message body is required.");
|
|
453
453
|
process.exit(1);
|
|
454
454
|
}
|
|
455
|
-
const { connectAndResolveSession } = await import('./commands-
|
|
455
|
+
const { connectAndResolveSession } = await import('./commands-C2X-uElg.mjs');
|
|
456
456
|
let server;
|
|
457
457
|
try {
|
|
458
458
|
const { targetId, messageId } = await inboxSendCore(
|
|
@@ -507,7 +507,7 @@ async function inboxReply(messageId, body, opts) {
|
|
|
507
507
|
console.error("SVAMP_SESSION_ID not set. This command must be run inside a Svamp session.");
|
|
508
508
|
process.exit(1);
|
|
509
509
|
}
|
|
510
|
-
const { connectAndResolveSession } = await import('./commands-
|
|
510
|
+
const { connectAndResolveSession } = await import('./commands-C2X-uElg.mjs');
|
|
511
511
|
const { server: localServer, machine: localMachine } = await connectToMachineService();
|
|
512
512
|
let localDisconnected = false;
|
|
513
513
|
const disconnectLocal = async () => {
|