@schoolai/shipyard 3.8.0 → 3.9.1-rc.20260606.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-RMN36UD3.js → chunk-K3QG7S6V.js} +3 -3
- package/dist/{chunk-2CNIEBKO.js → chunk-WN5Q6WBU.js} +2 -2
- package/dist/{chunk-2CNIEBKO.js.map → chunk-WN5Q6WBU.js.map} +1 -1
- package/dist/electron-utility.js +2 -2
- package/dist/index.js +3 -3
- package/dist/{roi-QLXN7AIX.js → roi-Q3BQLIO7.js} +2 -2
- package/dist/{serve-Y5GM5DOM.js → serve-76X367VD.js} +5 -5
- package/dist/{serve-Y5GM5DOM.js.map → serve-76X367VD.js.map} +1 -1
- package/dist/{start-6CHD7LNT.js → start-QOGAKRUP.js} +2 -2
- package/package.json +2 -2
- /package/dist/{chunk-RMN36UD3.js.map → chunk-K3QG7S6V.js.map} +0 -0
- /package/dist/{roi-QLXN7AIX.js.map → roi-Q3BQLIO7.js.map} +0 -0
- /package/dist/{start-6CHD7LNT.js.map → start-QOGAKRUP.js.map} +0 -0
|
@@ -408,7 +408,7 @@ async function runDaemonChild() {
|
|
|
408
408
|
env.SHIPYARD_USER_ID = authResult.userId;
|
|
409
409
|
env.SHIPYARD_USER_DISPLAY_NAME = authResult.displayName;
|
|
410
410
|
env.SHIPYARD_SIGNALING_URL = authResult.signalingUrl;
|
|
411
|
-
const { serve } = await import("./serve-
|
|
411
|
+
const { serve } = await import("./serve-76X367VD.js");
|
|
412
412
|
return serve({ isDev: env.SHIPYARD_DEV, autoOpenBrowser: !authResult.deviceFlowRan });
|
|
413
413
|
}
|
|
414
414
|
async function runSupervisor() {
|
|
@@ -490,4 +490,4 @@ async function createSupervisorMetrics(env) {
|
|
|
490
490
|
export {
|
|
491
491
|
startCommand
|
|
492
492
|
};
|
|
493
|
-
//# sourceMappingURL=start-
|
|
493
|
+
//# sourceMappingURL=start-QOGAKRUP.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schoolai/shipyard",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.1-rc.20260606.0",
|
|
4
4
|
"description": "Shipyard daemon - Claude Agent SDK + Loro CRDT sync",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"loro-crdt"
|
|
56
56
|
],
|
|
57
57
|
"license": "SEE LICENSE IN README.md",
|
|
58
|
-
"homepage": "https://shipyard
|
|
58
|
+
"homepage": "https://shipyard.computer",
|
|
59
59
|
"keywords": [
|
|
60
60
|
"shipyard",
|
|
61
61
|
"claude",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|