@mindstudio-ai/local-model-tunnel 0.5.34 → 0.5.36

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.
@@ -7,7 +7,7 @@ import {
7
7
  setProviderInstallPath,
8
8
  submitProgress,
9
9
  submitResult
10
- } from "./chunk-6KQMQL7O.js";
10
+ } from "./chunk-HWO7KKLN.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-VZEB7WU2.js.map
1398
+ //# sourceMappingURL=chunk-AOKLJ3VZ.js.map
@@ -2185,7 +2185,7 @@ var DevProxy = class _DevProxy {
2185
2185
  if (responseHeaders["set-cookie"]) {
2186
2186
  const cookies = Array.isArray(responseHeaders["set-cookie"]) ? responseHeaders["set-cookie"] : [responseHeaders["set-cookie"]];
2187
2187
  responseHeaders["set-cookie"] = cookies.map(
2188
- (c) => c.replace(/;\s*[Dd]omain=[^;]*/g, "").replace(/;\s*[Ss]ame[Ss]ite=[^;]*/g, "; SameSite=None")
2188
+ (c) => c.replace(/;\s*[Dd]omain=[^;]*/g, "").replace(/;\s*[Ss]ame[Ss]ite=[^;]*/g, "; SameSite=None").replace(/;\s*[Hh]ttp[Oo]nly/g, "")
2189
2189
  );
2190
2190
  }
2191
2191
  clientRes.writeHead(proxyRes.statusCode ?? 502, responseHeaders);
@@ -2782,4 +2782,4 @@ export {
2782
2782
  watchTableFiles,
2783
2783
  watchConfigFile
2784
2784
  };
2785
- //# sourceMappingURL=chunk-6KQMQL7O.js.map
2785
+ //# sourceMappingURL=chunk-HWO7KKLN.js.map