@schoolai/shipyard 3.10.0-rc.20260609.0 → 3.10.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/capability-detector-worker.js +2 -2
- package/dist/{chunk-Q2HUVPOL.js → chunk-EI4HMJ54.js} +39 -22
- package/dist/chunk-EI4HMJ54.js.map +1 -0
- package/dist/{chunk-WMOR5Q6C.js → chunk-VKCGK333.js} +12 -3
- package/dist/chunk-VKCGK333.js.map +1 -0
- package/dist/cursor-runner.js +1 -1
- package/dist/electron-utility.js +1 -1
- package/dist/index.js +2 -2
- package/dist/{serve-FJT6POBH.js → serve-HVLR5UQ7.js} +10 -12
- package/dist/{serve-FJT6POBH.js.map → serve-HVLR5UQ7.js.map} +1 -1
- package/dist/{start-MD62XHS6.js → start-YA4H2XFQ.js} +2 -2
- package/package.json +2 -2
- package/dist/chunk-Q2HUVPOL.js.map +0 -1
- package/dist/chunk-WMOR5Q6C.js.map +0 -1
- /package/dist/{start-MD62XHS6.js.map → start-YA4H2XFQ.js.map} +0 -0
|
@@ -409,7 +409,7 @@ async function runDaemonChild() {
|
|
|
409
409
|
env.SHIPYARD_USER_ID = authResult.userId;
|
|
410
410
|
env.SHIPYARD_USER_DISPLAY_NAME = authResult.displayName;
|
|
411
411
|
env.SHIPYARD_SIGNALING_URL = authResult.signalingUrl;
|
|
412
|
-
const { serve } = await import("./serve-
|
|
412
|
+
const { serve } = await import("./serve-HVLR5UQ7.js");
|
|
413
413
|
return serve({ isDev: env.SHIPYARD_DEV, autoOpenBrowser: !authResult.deviceFlowRan });
|
|
414
414
|
}
|
|
415
415
|
async function runSupervisor() {
|
|
@@ -491,4 +491,4 @@ async function createSupervisorMetrics(env) {
|
|
|
491
491
|
export {
|
|
492
492
|
startCommand
|
|
493
493
|
};
|
|
494
|
-
//# sourceMappingURL=start-
|
|
494
|
+
//# sourceMappingURL=start-YA4H2XFQ.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schoolai/shipyard",
|
|
3
|
-
"version": "3.10.0
|
|
3
|
+
"version": "3.10.0",
|
|
4
4
|
"description": "Shipyard daemon - Claude Agent SDK + Loro CRDT sync",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@cursor/sdk": "1.0.17",
|
|
24
24
|
"@linear/sdk": "82.1.0",
|
|
25
25
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
26
|
-
"@openai/codex": "0.
|
|
26
|
+
"@openai/codex": "0.138.0",
|
|
27
27
|
"@parcel/watcher": "^2.5.6",
|
|
28
28
|
"@typescript/native-preview": "latest",
|
|
29
29
|
"@vscode/ripgrep": "^1.18.0",
|