@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.
- package/dist/{chunk-MWH2XTEM.js → chunk-7AHRFPAL.js} +2 -2
- package/dist/{chunk-MWH2XTEM.js.map → chunk-7AHRFPAL.js.map} +1 -1
- package/dist/{chunk-NZIHQQRN.js → chunk-LW2MS4T5.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{login-KRVJVD2U.js → login-L4BBPUYO.js} +3 -3
- package/dist/{serve-5GHTBELO.js → serve-O53FNK64.js} +13 -6
- package/dist/{serve-5GHTBELO.js.map → serve-O53FNK64.js.map} +1 -1
- package/dist/{start-FGCDER5G.js → start-IDFDHRD6.js} +4 -4
- package/package.json +1 -1
- /package/dist/{chunk-NZIHQQRN.js.map → chunk-LW2MS4T5.js.map} +0 -0
- /package/dist/{login-KRVJVD2U.js.map → login-L4BBPUYO.js.map} +0 -0
- /package/dist/{start-FGCDER5G.js.map → start-IDFDHRD6.js.map} +0 -0
|
@@ -10,8 +10,8 @@ import {
|
|
|
10
10
|
import {
|
|
11
11
|
ensureAuthenticated,
|
|
12
12
|
getSignalingUrl
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import "./chunk-
|
|
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-
|
|
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-
|
|
285
|
+
//# sourceMappingURL=start-IDFDHRD6.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|