goblin-malin 0.1.3 → 0.1.4
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.
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
getCacheDir,
|
|
12
12
|
globalLogger,
|
|
13
13
|
inkTransport
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-PYRJ4FSU.js";
|
|
15
15
|
|
|
16
16
|
// src/index.tsx
|
|
17
17
|
import React65 from "react";
|
|
@@ -4624,7 +4624,7 @@ var DownloadTask = class extends Task {
|
|
|
4624
4624
|
}
|
|
4625
4625
|
if (existingSavedPath) {
|
|
4626
4626
|
if (existingSavedPath !== outputPath) {
|
|
4627
|
-
const { moveFile } = await import("./metadata-
|
|
4627
|
+
const { moveFile } = await import("./metadata-6BFFVJQ7.js");
|
|
4628
4628
|
await moveFile(existingSavedPath, outputPath);
|
|
4629
4629
|
}
|
|
4630
4630
|
outputCreated = true;
|
|
@@ -9253,11 +9253,13 @@ var Toolbar = /* @__PURE__ */ __name(({ buttons, width, flows, onFlowChange, flo
|
|
|
9253
9253
|
justifyContent: "flex-end",
|
|
9254
9254
|
gap: 1,
|
|
9255
9255
|
height
|
|
9256
|
-
}, updateInfo
|
|
9256
|
+
}, updateInfo ? /* @__PURE__ */ React32.createElement(UpdateBadge, {
|
|
9257
9257
|
version: updateInfo.latestVersion,
|
|
9258
9258
|
isSelected: isActive && focusState.toolbar.selectedButtonIndex === buttons.length,
|
|
9259
9259
|
index: buttons.length
|
|
9260
|
-
})
|
|
9260
|
+
}) : /* @__PURE__ */ React32.createElement(Text27, {
|
|
9261
|
+
dimColor: true
|
|
9262
|
+
}, "v", APP_VERSION))), /* @__PURE__ */ React32.createElement(PrimaryModeTabBar, {
|
|
9261
9263
|
width,
|
|
9262
9264
|
splitPos: splitPositions[0] ?? 0
|
|
9263
9265
|
}));
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED