mastracode 0.8.1 → 0.8.2
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 +9 -0
- package/dist/{chunk-MEB7ZVZK.js → chunk-HKV5K3LL.js} +3 -3
- package/dist/{chunk-MEB7ZVZK.js.map → chunk-HKV5K3LL.js.map} +1 -1
- package/dist/{chunk-MNF7HVEO.cjs → chunk-SJX5BELK.cjs} +3 -3
- package/dist/{chunk-MNF7HVEO.cjs.map → chunk-SJX5BELK.cjs.map} +1 -1
- 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
|
@@ -726,7 +726,7 @@ function getInstallCommand(pm, version) {
|
|
|
726
726
|
}
|
|
727
727
|
function getCurrentVersion() {
|
|
728
728
|
{
|
|
729
|
-
return "0.8.
|
|
729
|
+
return "0.8.2";
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
732
|
async function fetchLatestVersion() {
|
|
@@ -10919,5 +10919,5 @@ exports.createTUIState = createTUIState;
|
|
|
10919
10919
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
10920
10920
|
exports.formatOMStatus = formatOMStatus;
|
|
10921
10921
|
exports.getCurrentVersion = getCurrentVersion;
|
|
10922
|
-
//# sourceMappingURL=chunk-
|
|
10923
|
-
//# sourceMappingURL=chunk-
|
|
10922
|
+
//# sourceMappingURL=chunk-SJX5BELK.cjs.map
|
|
10923
|
+
//# sourceMappingURL=chunk-SJX5BELK.cjs.map
|