@schoolai/shipyard 3.18.1 → 3.18.2-rc.20260630.0
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/{chunk-4AUX3FMD.js → chunk-3GIE6EPP.js} +2 -2
- package/dist/{chunk-K4HUYO2V.js → chunk-WVPA2YD3.js} +3 -3
- package/dist/electron-utility.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{serve-IP4COF55.js → serve-7Z6TPUUN.js} +4 -4
- package/dist/{start-P57AEVJI.js → start-TJ5MEU6A.js} +4 -4
- package/package.json +1 -1
- /package/dist/{chunk-4AUX3FMD.js.map → chunk-3GIE6EPP.js.map} +0 -0
- /package/dist/{chunk-K4HUYO2V.js.map → chunk-WVPA2YD3.js.map} +0 -0
- /package/dist/{serve-IP4COF55.js.map → serve-7Z6TPUUN.js.map} +0 -0
- /package/dist/{start-P57AEVJI.js.map → start-TJ5MEU6A.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
getDaemonVersion
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-WVPA2YD3.js";
|
|
5
5
|
import {
|
|
6
6
|
WorkerCommandCodec,
|
|
7
7
|
WorkerReplyCodec
|
|
@@ -1116,4 +1116,4 @@ export {
|
|
|
1116
1116
|
shutdownFileWatcherGuard,
|
|
1117
1117
|
guardedSubscribe
|
|
1118
1118
|
};
|
|
1119
|
-
//# sourceMappingURL=chunk-
|
|
1119
|
+
//# sourceMappingURL=chunk-3GIE6EPP.js.map
|
|
@@ -18,8 +18,8 @@ function getDaemonVersion() {
|
|
|
18
18
|
return cached;
|
|
19
19
|
}
|
|
20
20
|
function readDaemonVersion() {
|
|
21
|
-
if ("3.18.
|
|
22
|
-
return "3.18.
|
|
21
|
+
if ("3.18.2".length > 0) {
|
|
22
|
+
return "3.18.2";
|
|
23
23
|
}
|
|
24
24
|
try {
|
|
25
25
|
const here = dirname(fileURLToPath(import.meta.url));
|
|
@@ -48,4 +48,4 @@ function readDaemonVersion() {
|
|
|
48
48
|
export {
|
|
49
49
|
getDaemonVersion
|
|
50
50
|
};
|
|
51
|
-
//# sourceMappingURL=chunk-
|
|
51
|
+
//# sourceMappingURL=chunk-WVPA2YD3.js.map
|
package/dist/electron-utility.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
getDaemonVersion
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-WVPA2YD3.js";
|
|
5
5
|
import {
|
|
6
6
|
enableNativeCrashReports
|
|
7
7
|
} from "./chunk-TSJOSKN3.js";
|
|
@@ -71,7 +71,7 @@ async function main() {
|
|
|
71
71
|
await loadAuthFromConfig(env);
|
|
72
72
|
crumb("post-auth-load");
|
|
73
73
|
crumb("pre-serve-import");
|
|
74
|
-
const { serve } = await import("./serve-
|
|
74
|
+
const { serve } = await import("./serve-7Z6TPUUN.js");
|
|
75
75
|
crumb("post-serve-import");
|
|
76
76
|
const portQueue = [];
|
|
77
77
|
let acceptor = null;
|
package/dist/index.js
CHANGED
|
@@ -129,7 +129,7 @@ async function handleSubcommand() {
|
|
|
129
129
|
return true;
|
|
130
130
|
}
|
|
131
131
|
if (subcommand === "start") {
|
|
132
|
-
const { startCommand } = await import("./start-
|
|
132
|
+
const { startCommand } = await import("./start-TJ5MEU6A.js");
|
|
133
133
|
await startCommand();
|
|
134
134
|
return true;
|
|
135
135
|
}
|
|
@@ -151,7 +151,7 @@ async function main() {
|
|
|
151
151
|
const args = parseCliArgs();
|
|
152
152
|
if (args.serve) {
|
|
153
153
|
await loadAuthFromConfig(env);
|
|
154
|
-
const { serve } = await import("./serve-
|
|
154
|
+
const { serve } = await import("./serve-7Z6TPUUN.js");
|
|
155
155
|
return serve({ isDev: env.SHIPYARD_DEV });
|
|
156
156
|
}
|
|
157
157
|
logger.error("Use `shipyard start` to run the daemon. Use --help for usage.");
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
guardedSubscribe,
|
|
13
13
|
makeInitialAttemptState,
|
|
14
14
|
shutdownFileWatcherGuard
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-3GIE6EPP.js";
|
|
16
16
|
import {
|
|
17
17
|
TRAILER_SCHEMA_VERSION,
|
|
18
18
|
appendTrailerToMessage,
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
} from "./chunk-TFWDJCUJ.js";
|
|
46
46
|
import {
|
|
47
47
|
getDaemonVersion
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-WVPA2YD3.js";
|
|
49
49
|
import {
|
|
50
50
|
collectPriorCrashDetail,
|
|
51
51
|
getRecentWasmPanicMessages
|
|
@@ -5788,7 +5788,7 @@ function nanoid(size = 21) {
|
|
|
5788
5788
|
}
|
|
5789
5789
|
|
|
5790
5790
|
// src/services/bootstrap/signaling.ts
|
|
5791
|
-
var DAEMON_NPM_VERSION = true ? "3.18.
|
|
5791
|
+
var DAEMON_NPM_VERSION = true ? "3.18.2" : "unknown";
|
|
5792
5792
|
function createDaemonSignaling(config) {
|
|
5793
5793
|
const agentId = config.agentId ?? nanoid();
|
|
5794
5794
|
function send(msg) {
|
|
@@ -100979,4 +100979,4 @@ export {
|
|
|
100979
100979
|
decideWorkspaceScope,
|
|
100980
100980
|
serve
|
|
100981
100981
|
};
|
|
100982
|
-
//# sourceMappingURL=serve-
|
|
100982
|
+
//# sourceMappingURL=serve-7Z6TPUUN.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
createMetricsCollector,
|
|
4
4
|
decideAction,
|
|
5
5
|
makeInitialAttemptState
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-3GIE6EPP.js";
|
|
7
7
|
import {
|
|
8
8
|
ensureAuthenticated,
|
|
9
9
|
getSignalingUrl
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
loadAuthToken
|
|
16
16
|
} from "./chunk-TFWDJCUJ.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-WVPA2YD3.js";
|
|
18
18
|
import {
|
|
19
19
|
CRASH_STDERR_DIRNAME,
|
|
20
20
|
EXIT_RECORD_BASENAME,
|
|
@@ -515,7 +515,7 @@ async function runDaemonChild() {
|
|
|
515
515
|
env.SHIPYARD_USER_ID = authResult.userId;
|
|
516
516
|
env.SHIPYARD_USER_DISPLAY_NAME = authResult.displayName;
|
|
517
517
|
env.SHIPYARD_SIGNALING_URL = authResult.signalingUrl;
|
|
518
|
-
const { serve } = await import("./serve-
|
|
518
|
+
const { serve } = await import("./serve-7Z6TPUUN.js");
|
|
519
519
|
return serve({ isDev: env.SHIPYARD_DEV, autoOpenBrowser: !authResult.deviceFlowRan });
|
|
520
520
|
}
|
|
521
521
|
async function runSupervisor() {
|
|
@@ -606,4 +606,4 @@ async function createSupervisorMetrics(env) {
|
|
|
606
606
|
export {
|
|
607
607
|
startCommand
|
|
608
608
|
};
|
|
609
|
-
//# sourceMappingURL=start-
|
|
609
|
+
//# sourceMappingURL=start-TJ5MEU6A.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|