mastracode 0.20.0 → 0.20.1-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-NRSX4XNE.cjs → chunk-PWXDLV2Z.cjs} +3 -3
- package/dist/chunk-PWXDLV2Z.cjs.map +1 -0
- package/dist/{chunk-47OHSMYD.js → chunk-RGIAZBIJ.js} +3 -3
- package/dist/chunk-RGIAZBIJ.js.map +1 -0
- package/dist/cli.cjs +5 -5
- package/dist/cli.js +1 -1
- package/dist/tui.cjs +11 -11
- package/dist/tui.js +1 -1
- package/package.json +3 -3
- package/dist/chunk-47OHSMYD.js.map +0 -1
- package/dist/chunk-NRSX4XNE.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1026,7 +1026,7 @@ function getInstallCommand(pm, version) {
|
|
|
1026
1026
|
}
|
|
1027
1027
|
function getCurrentVersion() {
|
|
1028
1028
|
{
|
|
1029
|
-
return "0.20.0";
|
|
1029
|
+
return "0.20.1-alpha.0";
|
|
1030
1030
|
}
|
|
1031
1031
|
}
|
|
1032
1032
|
async function fetchLatestVersion() {
|
|
@@ -17878,5 +17878,5 @@ exports.createTUIState = createTUIState;
|
|
|
17878
17878
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
17879
17879
|
exports.formatOMStatus = formatOMStatus;
|
|
17880
17880
|
exports.getCurrentVersion = getCurrentVersion;
|
|
17881
|
-
//# sourceMappingURL=chunk-
|
|
17882
|
-
//# sourceMappingURL=chunk-
|
|
17881
|
+
//# sourceMappingURL=chunk-PWXDLV2Z.cjs.map
|
|
17882
|
+
//# sourceMappingURL=chunk-PWXDLV2Z.cjs.map
|