@schoolai/shipyard 3.5.1 → 3.5.2

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.
@@ -11,11 +11,11 @@ import {
11
11
  isGhAvailable,
12
12
  isGitRepo,
13
13
  parseOwnerRepo
14
- } from "./chunk-BNEE7ZPW.js";
14
+ } from "./chunk-RXI4637N.js";
15
15
  import "./chunk-2UN5AR7V.js";
16
16
  import "./chunk-PI77CUEP.js";
17
17
  import "./chunk-VPMN47TL.js";
18
- import "./chunk-KYLY4DJF.js";
18
+ import "./chunk-66OBOZ3X.js";
19
19
  import "./chunk-2H7UOFLK.js";
20
20
  export {
21
21
  _testing,
@@ -30,4 +30,4 @@ export {
30
30
  isGitRepo,
31
31
  parseOwnerRepo
32
32
  };
33
- //# sourceMappingURL=git-repo-364VANDM.js.map
33
+ //# sourceMappingURL=git-repo-VRT57DGC.js.map
package/dist/index.js CHANGED
@@ -101,7 +101,7 @@ async function loadAuthFromConfig(env) {
101
101
  async function handleSubcommand() {
102
102
  const subcommand = process.argv[2];
103
103
  if (subcommand === "login") {
104
- const { loginCommand } = await import("./login-D6USDG5M.js");
104
+ const { loginCommand } = await import("./login-DS5NF6NY.js");
105
105
  const hasCheck = process.argv.includes("--check");
106
106
  await loginCommand({ check: hasCheck });
107
107
  return true;
@@ -112,7 +112,7 @@ async function handleSubcommand() {
112
112
  return true;
113
113
  }
114
114
  if (subcommand === "start") {
115
- const { startCommand } = await import("./start-GKOOIAPI.js");
115
+ const { startCommand } = await import("./start-3EOO3GKE.js");
116
116
  await startCommand();
117
117
  return true;
118
118
  }
@@ -129,7 +129,7 @@ async function main() {
129
129
  const args = parseCliArgs();
130
130
  if (args.serve) {
131
131
  await loadAuthFromConfig(env);
132
- const { serve } = await import("./serve-NZHMK5B6.js");
132
+ const { serve } = await import("./serve-QEYLJVS7.js");
133
133
  return serve({ isDev: env.SHIPYARD_DEV });
134
134
  }
135
135
  logger.error("Use `shipyard start` to run the daemon. Use --help for usage.");
@@ -3,8 +3,8 @@ import {
3
3
  ensureAuthenticated,
4
4
  getSignalingUrl,
5
5
  loginCommand
6
- } from "./chunk-3CAEALVL.js";
7
- import "./chunk-6TYNQ5KQ.js";
6
+ } from "./chunk-EO5Z7KRI.js";
7
+ import "./chunk-TCP3B2LJ.js";
8
8
  import "./chunk-EHQITHQX.js";
9
9
  import "./chunk-IISLTKYY.js";
10
10
  import "./chunk-2UN5AR7V.js";
@@ -17,4 +17,4 @@ export {
17
17
  getSignalingUrl,
18
18
  loginCommand
19
19
  };
20
- //# sourceMappingURL=login-D6USDG5M.js.map
20
+ //# sourceMappingURL=login-DS5NF6NY.js.map