goblin-malin 0.1.7 → 0.1.8

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-XCE7RRXV.js";
14
+ } from "./chunk-GKPQJLNS.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-XUUS7ZMR.js");
4627
+ const { moveFile } = await import("./metadata-T4I433MB.js");
4628
4628
  await moveFile(existingSavedPath, outputPath);
4629
4629
  }
4630
4630
  outputCreated = true;
@@ -109,7 +109,7 @@ dotenv.config({
109
109
  });
110
110
  function resolveAppVersion() {
111
111
  try {
112
- return "0.1.7";
112
+ return "0.1.8";
113
113
  } catch {
114
114
  const _req = createRequire(import.meta.url);
115
115
  return _req("../package.json").version;
package/dist/cli.js CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  start
4
- } from "./chunk-SDED7RDY.js";
5
- import "./chunk-XCE7RRXV.js";
4
+ } from "./chunk-4DVZV5RB.js";
5
+ import "./chunk-GKPQJLNS.js";
6
6
 
7
7
  // src/cli.ts
8
8
  start();
package/dist/index.js CHANGED
@@ -2,8 +2,8 @@ import {
2
2
  src_default,
3
3
  start,
4
4
  withFullScreen
5
- } from "./chunk-SDED7RDY.js";
6
- import "./chunk-XCE7RRXV.js";
5
+ } from "./chunk-4DVZV5RB.js";
6
+ import "./chunk-GKPQJLNS.js";
7
7
  export {
8
8
  src_default as default,
9
9
  start,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  cleanAndTagFlac,
3
3
  moveFile
4
- } from "./chunk-XCE7RRXV.js";
4
+ } from "./chunk-GKPQJLNS.js";
5
5
  export {
6
6
  cleanAndTagFlac,
7
7
  moveFile
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goblin-malin",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "A keyboard-driven terminal UI for downloading and tagging music tracks with metadata from Spotify and YouTube",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",