@mindstudio-ai/local-model-tunnel 0.5.6 → 0.5.7

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  // src/cli.ts
4
4
  async function main() {
5
- const { startTUI } = await import("./tui-VXHUEAFM.js");
5
+ const { startTUI } = await import("./tui-UNFZSO7R.js");
6
6
  await startTUI();
7
7
  process.exit(0);
8
8
  }
@@ -135,7 +135,7 @@ function Header({
135
135
  /* @__PURE__ */ jsx(Text, { bold: true, color: "white", children: "MindStudio Local Tunnel" }),
136
136
  compact && /* @__PURE__ */ jsxs(Text, { color: "gray", children: [
137
137
  " v",
138
- "0.5.6"
138
+ "0.5.7"
139
139
  ] }),
140
140
  environment !== "prod" && /* @__PURE__ */ jsxs(Fragment, { children: [
141
141
  /* @__PURE__ */ jsx(Text, { children: " " }),
@@ -153,7 +153,7 @@ function Header({
153
153
  ] }),
154
154
  !compact && /* @__PURE__ */ jsxs(Text, { color: "gray", children: [
155
155
  "v",
156
- "0.5.6"
156
+ "0.5.7"
157
157
  ] })
158
158
  ] })
159
159
  ]
@@ -2656,7 +2656,7 @@ function getInstallMethod() {
2656
2656
  return "npm";
2657
2657
  }
2658
2658
  function getCurrentVersion() {
2659
- return "0.5.6";
2659
+ return "0.5.7";
2660
2660
  }
2661
2661
  async function fetchLatestVersion() {
2662
2662
  try {
@@ -2896,4 +2896,4 @@ async function startTUI() {
2896
2896
  export {
2897
2897
  startTUI
2898
2898
  };
2899
- //# sourceMappingURL=tui-VXHUEAFM.js.map
2899
+ //# sourceMappingURL=tui-UNFZSO7R.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/local-model-tunnel",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "Run local AI models with MindStudio",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",