@mindstudio-ai/local-model-tunnel 0.5.52 → 0.5.53
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
|
@@ -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.
|
|
154
|
+
"0.5.53"
|
|
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.
|
|
172
|
+
"0.5.53"
|
|
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.
|
|
3791
|
+
return "0.5.53";
|
|
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-
|
|
4033
|
+
//# sourceMappingURL=tui-HFBQ7Z7O.js.map
|
package/package.json
CHANGED
|
File without changes
|