mastracode 0.17.2 → 0.17.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-BX23DJ3N.cjs → chunk-IUFP646E.cjs} +3 -3
- package/dist/chunk-IUFP646E.cjs.map +1 -0
- package/dist/{chunk-72NBS4TJ.js → chunk-UKKR4JAK.js} +3 -3
- package/dist/chunk-UKKR4JAK.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 +7 -7
- package/dist/chunk-72NBS4TJ.js.map +0 -1
- package/dist/chunk-BX23DJ3N.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1017,7 +1017,7 @@ function getInstallCommand(pm, version) {
|
|
|
1017
1017
|
}
|
|
1018
1018
|
function getCurrentVersion() {
|
|
1019
1019
|
{
|
|
1020
|
-
return "0.17.
|
|
1020
|
+
return "0.17.3-alpha.0";
|
|
1021
1021
|
}
|
|
1022
1022
|
}
|
|
1023
1023
|
async function fetchLatestVersion() {
|
|
@@ -14554,5 +14554,5 @@ exports.createTUIState = createTUIState;
|
|
|
14554
14554
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
14555
14555
|
exports.formatOMStatus = formatOMStatus;
|
|
14556
14556
|
exports.getCurrentVersion = getCurrentVersion;
|
|
14557
|
-
//# sourceMappingURL=chunk-
|
|
14558
|
-
//# sourceMappingURL=chunk-
|
|
14557
|
+
//# sourceMappingURL=chunk-IUFP646E.cjs.map
|
|
14558
|
+
//# sourceMappingURL=chunk-IUFP646E.cjs.map
|