@schoolai/shipyard 3.7.0-rc.20260511.0 → 3.7.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.
@@ -10,8 +10,8 @@ import {
10
10
  import {
11
11
  ensureAuthenticated,
12
12
  getSignalingUrl
13
- } from "./chunk-NZIHQQRN.js";
14
- import "./chunk-MWH2XTEM.js";
13
+ } from "./chunk-LW2MS4T5.js";
14
+ import "./chunk-7AHRFPAL.js";
15
15
  import "./chunk-EHQITHQX.js";
16
16
  import {
17
17
  print
@@ -243,7 +243,7 @@ async function runDaemonChild() {
243
243
  env.SHIPYARD_USER_ID = authResult.userId;
244
244
  env.SHIPYARD_USER_DISPLAY_NAME = authResult.displayName;
245
245
  env.SHIPYARD_SIGNALING_URL = authResult.signalingUrl;
246
- const { serve } = await import("./serve-5GHTBELO.js");
246
+ const { serve } = await import("./serve-O53FNK64.js");
247
247
  return serve({ isDev: env.SHIPYARD_DEV, autoOpenBrowser: !authResult.deviceFlowRan });
248
248
  }
249
249
  async function runSupervisor() {
@@ -282,4 +282,4 @@ async function runSupervisor() {
282
282
  export {
283
283
  startCommand
284
284
  };
285
- //# sourceMappingURL=start-FGCDER5G.js.map
285
+ //# sourceMappingURL=start-IDFDHRD6.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schoolai/shipyard",
3
- "version": "3.7.0-rc.20260511.0",
3
+ "version": "3.7.0",
4
4
  "description": "Shipyard daemon - Claude Agent SDK + Loro CRDT sync",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",