@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
|
@@ -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.
|
|
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.
|
|
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.
|
|
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-
|
|
2899
|
+
//# sourceMappingURL=tui-UNFZSO7R.js.map
|
package/package.json
CHANGED
|
File without changes
|