mastracode 0.15.2 → 0.15.3-alpha.0
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/CHANGELOG.md +7 -0
- package/dist/{chunk-Y6BZKCG3.cjs → chunk-GMLEZFCS.cjs} +3 -3
- package/dist/chunk-GMLEZFCS.cjs.map +1 -0
- package/dist/{chunk-YEHNNDZZ.js → chunk-PS5GH3XH.js} +3 -3
- package/dist/chunk-PS5GH3XH.js.map +1 -0
- package/dist/cli.cjs +4 -4
- package/dist/cli.js +1 -1
- package/dist/tui.cjs +11 -11
- package/dist/tui.js +1 -1
- package/package.json +6 -6
- package/dist/chunk-Y6BZKCG3.cjs.map +0 -1
- package/dist/chunk-YEHNNDZZ.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -906,7 +906,7 @@ function getInstallCommand(pm, version) {
|
|
|
906
906
|
}
|
|
907
907
|
function getCurrentVersion() {
|
|
908
908
|
{
|
|
909
|
-
return "0.15.
|
|
909
|
+
return "0.15.3-alpha.0";
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
912
|
async function fetchLatestVersion() {
|
|
@@ -14058,5 +14058,5 @@ exports.createTUIState = createTUIState;
|
|
|
14058
14058
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
14059
14059
|
exports.formatOMStatus = formatOMStatus;
|
|
14060
14060
|
exports.getCurrentVersion = getCurrentVersion;
|
|
14061
|
-
//# sourceMappingURL=chunk-
|
|
14062
|
-
//# sourceMappingURL=chunk-
|
|
14061
|
+
//# sourceMappingURL=chunk-GMLEZFCS.cjs.map
|
|
14062
|
+
//# sourceMappingURL=chunk-GMLEZFCS.cjs.map
|