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