@mindstudio-ai/local-model-tunnel 0.5.69 → 0.5.70
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-MWGHX2WY.js → chunk-72KYVRO4.js} +2 -2
- package/dist/{chunk-XAOWX4ML.js → chunk-ISTMTP2K.js} +2 -2
- package/dist/{chunk-YYDTRACW.js → chunk-SKZNQCP2.js} +2 -2
- package/dist/{chunk-YYDTRACW.js.map → chunk-SKZNQCP2.js.map} +1 -1
- package/dist/cli.js +1 -1
- package/dist/headless.js +2 -2
- package/dist/index.js +3 -3
- package/dist/{tui-VU5VJLJ3.js → tui-5ZAKM2NB.js} +6 -6
- package/package.json +1 -1
- /package/dist/{chunk-MWGHX2WY.js.map → chunk-72KYVRO4.js.map} +0 -0
- /package/dist/{chunk-XAOWX4ML.js.map → chunk-ISTMTP2K.js.map} +0 -0
- /package/dist/{tui-VU5VJLJ3.js.map → tui-5ZAKM2NB.js.map} +0 -0
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
syncSchema,
|
|
27
27
|
watchManifestFiles,
|
|
28
28
|
watchTableFiles
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-SKZNQCP2.js";
|
|
30
30
|
|
|
31
31
|
// src/dev/browser/launcher.ts
|
|
32
32
|
import puppeteer from "puppeteer-core";
|
|
@@ -1466,4 +1466,4 @@ async function startHeadless(opts = {}) {
|
|
|
1466
1466
|
export {
|
|
1467
1467
|
startHeadless
|
|
1468
1468
|
};
|
|
1469
|
-
//# sourceMappingURL=chunk-
|
|
1469
|
+
//# sourceMappingURL=chunk-72KYVRO4.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
setProviderInstallPath,
|
|
8
8
|
submitProgress,
|
|
9
9
|
submitResult
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-SKZNQCP2.js";
|
|
11
11
|
|
|
12
12
|
// src/providers/ollama/index.ts
|
|
13
13
|
import { Ollama } from "ollama";
|
|
@@ -1395,4 +1395,4 @@ export {
|
|
|
1395
1395
|
requestEvents,
|
|
1396
1396
|
TunnelRunner
|
|
1397
1397
|
};
|
|
1398
|
-
//# sourceMappingURL=chunk-
|
|
1398
|
+
//# sourceMappingURL=chunk-ISTMTP2K.js.map
|
|
@@ -3032,7 +3032,7 @@ var DevProxy = class _DevProxy {
|
|
|
3032
3032
|
};
|
|
3033
3033
|
delete headers["connection"];
|
|
3034
3034
|
delete headers["accept-encoding"];
|
|
3035
|
-
if (originalPath.startsWith("/_/api/")
|
|
3035
|
+
if (this.clientContext.releaseId && (originalPath.startsWith("/_/api/") || originalPath.startsWith("/_/auth/remy/start"))) {
|
|
3036
3036
|
headers["x-dev-session"] = this.clientContext.releaseId;
|
|
3037
3037
|
}
|
|
3038
3038
|
const proxyReq = httpModule.request(
|
|
@@ -3758,4 +3758,4 @@ export {
|
|
|
3758
3758
|
watchConfigFile,
|
|
3759
3759
|
watchManifestFiles
|
|
3760
3760
|
};
|
|
3761
|
-
//# sourceMappingURL=chunk-
|
|
3761
|
+
//# sourceMappingURL=chunk-SKZNQCP2.js.map
|