mastracode 0.19.0 → 0.19.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-AHSLZPEZ.cjs → chunk-CCK6OQS7.cjs} +3 -3
- package/dist/chunk-CCK6OQS7.cjs.map +1 -0
- package/dist/{chunk-YFT4WKZI.js → chunk-G2PFJWAA.js} +3 -3
- package/dist/chunk-G2PFJWAA.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 +8 -8
- package/dist/chunk-AHSLZPEZ.cjs.map +0 -1
- package/dist/chunk-YFT4WKZI.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1025,7 +1025,7 @@ function getInstallCommand(pm, version) {
|
|
|
1025
1025
|
}
|
|
1026
1026
|
function getCurrentVersion() {
|
|
1027
1027
|
{
|
|
1028
|
-
return "0.19.0";
|
|
1028
|
+
return "0.19.1-alpha.0";
|
|
1029
1029
|
}
|
|
1030
1030
|
}
|
|
1031
1031
|
async function fetchLatestVersion() {
|
|
@@ -15583,5 +15583,5 @@ exports.createTUIState = createTUIState;
|
|
|
15583
15583
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
15584
15584
|
exports.formatOMStatus = formatOMStatus;
|
|
15585
15585
|
exports.getCurrentVersion = getCurrentVersion;
|
|
15586
|
-
//# sourceMappingURL=chunk-
|
|
15587
|
-
//# sourceMappingURL=chunk-
|
|
15586
|
+
//# sourceMappingURL=chunk-CCK6OQS7.cjs.map
|
|
15587
|
+
//# sourceMappingURL=chunk-CCK6OQS7.cjs.map
|