@mindstudio-ai/local-model-tunnel 0.5.11 → 0.5.12

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/cli.js CHANGED
@@ -17,7 +17,7 @@ async function main() {
17
17
  logLevel: getFlag("--log-level") ?? void 0
18
18
  });
19
19
  } else {
20
- const { startTUI } = await import("./tui-YCLMVYAJ.js");
20
+ const { startTUI } = await import("./tui-BDBV3AWJ.js");
21
21
  await startTUI();
22
22
  }
23
23
  process.exit(0);
@@ -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.11"
154
+ "0.5.12"
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.11"
172
+ "0.5.12"
173
173
  ] })
174
174
  ] })
175
175
  ]
@@ -3790,7 +3790,7 @@ function getInstallMethod() {
3790
3790
  return "npm";
3791
3791
  }
3792
3792
  function getCurrentVersion() {
3793
- return "0.5.11";
3793
+ return "0.5.12";
3794
3794
  }
3795
3795
  async function fetchLatestVersion() {
3796
3796
  try {
@@ -4032,4 +4032,4 @@ async function startTUI() {
4032
4032
  export {
4033
4033
  startTUI
4034
4034
  };
4035
- //# sourceMappingURL=tui-YCLMVYAJ.js.map
4035
+ //# sourceMappingURL=tui-BDBV3AWJ.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/local-model-tunnel",
3
- "version": "0.5.11",
3
+ "version": "0.5.12",
4
4
  "description": "Run local AI models with MindStudio",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",