goblin-malin 0.1.11 → 0.1.13

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/dist/cli.js CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  start
4
- } from "./chunk-M3B32VOT.js";
5
- import "./chunk-YMZFTPTX.js";
4
+ } from "./chunk-OUQ2CB5Q.js";
5
+ import "./chunk-4NSWYXSP.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-M3B32VOT.js";
6
- import "./chunk-YMZFTPTX.js";
5
+ } from "./chunk-OUQ2CB5Q.js";
6
+ import "./chunk-4NSWYXSP.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-YMZFTPTX.js";
4
+ } from "./chunk-4NSWYXSP.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.11",
3
+ "version": "0.1.13",
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",
@@ -19,6 +19,8 @@
19
19
  "#flows/*": "./src/flows/*.ts",
20
20
  "#hooks": "./src/hooks/index.ts",
21
21
  "#hooks/*": "./src/hooks/*.ts",
22
+ "#sessions": "./src/sessions/index.ts",
23
+ "#sessions/*": "./src/sessions/*.ts",
22
24
  "#settings": "./src/settings/index.ts",
23
25
  "#settings/*": "./src/settings/*.ts",
24
26
  "#updater/*": "./src/updater/*.ts",
@@ -47,6 +49,8 @@
47
49
  "start": "ts-node src/index.ts",
48
50
  "build": "tsup",
49
51
  "type-check": "tsc --noEmit",
52
+ "probe:songlink": "node scripts/songlink-rate-probe.mjs",
53
+ "test:spotify-url-info": "node scripts/spotify-url-info-test.mjs",
50
54
  "lint": "eslint src/",
51
55
  "format": "prettier --write src/",
52
56
  "format:check": "prettier --check src/",
@@ -99,6 +103,7 @@
99
103
  "eslint-plugin-react-hooks": "^7.1.1",
100
104
  "postject": "^1.0.0-alpha.6",
101
105
  "prettier": "^3.8.3",
106
+ "spotify-url-info": "^3.3.0",
102
107
  "ts-node": "^10.9.2",
103
108
  "tsup": "^8.0.0",
104
109
  "tsx": "^4.21.0",