@rallycry/conveyor-agent 10.13.10 → 10.13.11
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.
|
@@ -1049,7 +1049,7 @@ ${q.question}${q.options.length ? "\n" + q.options.map((o) => `- ${o.label}: ${o
|
|
|
1049
1049
|
refreshFromBootstrap() {
|
|
1050
1050
|
const none = Promise.resolve({ refreshedClaude: false, refreshedTaskToken: false });
|
|
1051
1051
|
const podBootstrapToken = process.env.POD_BOOTSTRAP_TOKEN;
|
|
1052
|
-
const codespaceName = process.env.CODESPACE_NAME
|
|
1052
|
+
const codespaceName = process.env.CODESPACE_NAME;
|
|
1053
1053
|
const apiUrl = this.config.apiUrl;
|
|
1054
1054
|
if (!apiUrl || !podBootstrapToken && !codespaceName) {
|
|
1055
1055
|
return none;
|
|
@@ -11934,4 +11934,4 @@ export {
|
|
|
11934
11934
|
loadConveyorConfig,
|
|
11935
11935
|
unshallowRepo
|
|
11936
11936
|
};
|
|
11937
|
-
//# sourceMappingURL=chunk-
|
|
11937
|
+
//# sourceMappingURL=chunk-DJPSNHVJ.js.map
|