@mindstudio-ai/local-model-tunnel 0.5.49 → 0.5.51

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/headless.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  startHeadless
3
- } from "./chunk-PVWSKNUB.js";
4
- import "./chunk-UFGZOWZ6.js";
3
+ } from "./chunk-KC7I6UWI.js";
4
+ import "./chunk-ZLWMDAZU.js";
5
5
  export {
6
6
  startHeadless
7
7
  };
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  startHeadless
3
- } from "./chunk-PVWSKNUB.js";
3
+ } from "./chunk-KC7I6UWI.js";
4
4
  import {
5
5
  TunnelRunner
6
- } from "./chunk-LX7WOPLA.js";
7
- import "./chunk-UFGZOWZ6.js";
6
+ } from "./chunk-ZMAFBX4O.js";
7
+ import "./chunk-ZLWMDAZU.js";
8
8
  export {
9
9
  TunnelRunner,
10
10
  startHeadless
@@ -3,7 +3,7 @@ import {
3
3
  detectAllProviderStatuses,
4
4
  discoverAllModelsWithParameters,
5
5
  requestEvents
6
- } from "./chunk-LX7WOPLA.js";
6
+ } from "./chunk-ZMAFBX4O.js";
7
7
  import {
8
8
  DevProxy,
9
9
  DevRunner,
@@ -36,7 +36,7 @@ import {
36
36
  verifyApiKey,
37
37
  watchConfigFile,
38
38
  watchTableFiles
39
- } from "./chunk-UFGZOWZ6.js";
39
+ } from "./chunk-ZLWMDAZU.js";
40
40
 
41
41
  // src/tui/index.tsx
42
42
  import { render } from "ink";
@@ -151,7 +151,7 @@ function Header({
151
151
  /* @__PURE__ */ jsx(Text, { bold: true, color: "white", children: "MindStudio Local Tunnel" }),
152
152
  compact && /* @__PURE__ */ jsxs(Text, { color: "gray", children: [
153
153
  " v",
154
- "0.5.49"
154
+ "0.5.51"
155
155
  ] }),
156
156
  environment !== "prod" && /* @__PURE__ */ jsxs(Fragment, { children: [
157
157
  /* @__PURE__ */ jsx(Text, { children: " " }),
@@ -169,7 +169,7 @@ function Header({
169
169
  ] }),
170
170
  !compact && /* @__PURE__ */ jsxs(Text, { color: "gray", children: [
171
171
  "v",
172
- "0.5.49"
172
+ "0.5.51"
173
173
  ] })
174
174
  ] })
175
175
  ]
@@ -3788,7 +3788,7 @@ function getInstallMethod() {
3788
3788
  return "npm";
3789
3789
  }
3790
3790
  function getCurrentVersion() {
3791
- return "0.5.49";
3791
+ return "0.5.51";
3792
3792
  }
3793
3793
  async function fetchLatestVersion() {
3794
3794
  try {
@@ -4030,4 +4030,4 @@ async function startTUI() {
4030
4030
  export {
4031
4031
  startTUI
4032
4032
  };
4033
- //# sourceMappingURL=tui-MMG7DSI5.js.map
4033
+ //# sourceMappingURL=tui-73VB3KKC.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/local-model-tunnel",
3
- "version": "0.5.49",
3
+ "version": "0.5.51",
4
4
  "description": "Run local AI models with MindStudio",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",