@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.
@@ -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-Y5GM5DOM.js");
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-6CHD7LNT.js.map
493
+ //# sourceMappingURL=start-QOGAKRUP.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schoolai/shipyard",
3
- "version": "3.8.0",
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-92m.pages.dev",
58
+ "homepage": "https://shipyard.computer",
59
59
  "keywords": [
60
60
  "shipyard",
61
61
  "claude",