jukebox-media-server 0.2.0 → 0.3.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.
@@ -36,6 +36,41 @@
36
36
  "when": 1776287931154,
37
37
  "tag": "0004_motionless_bug",
38
38
  "breakpoints": true
39
+ },
40
+ {
41
+ "idx": 5,
42
+ "version": "6",
43
+ "when": 1776364767918,
44
+ "tag": "0005_settings_table",
45
+ "breakpoints": true
46
+ },
47
+ {
48
+ "idx": 6,
49
+ "version": "6",
50
+ "when": 1776366140436,
51
+ "tag": "0006_watch_progress_cascade",
52
+ "breakpoints": true
53
+ },
54
+ {
55
+ "idx": 7,
56
+ "version": "6",
57
+ "when": 1776367433841,
58
+ "tag": "0007_scan_jobs",
59
+ "breakpoints": true
60
+ },
61
+ {
62
+ "idx": 8,
63
+ "version": "6",
64
+ "when": 1776369000000,
65
+ "tag": "0008_search_fts",
66
+ "breakpoints": true
67
+ },
68
+ {
69
+ "idx": 9,
70
+ "version": "6",
71
+ "when": 1776370000000,
72
+ "tag": "0009_subtitles",
73
+ "breakpoints": true
39
74
  }
40
75
  ]
41
- }
76
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jukebox-media-server",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Self-hosted media server with a Netflix-style interface for browsing and streaming your personal movie and TV show collection.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -53,6 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "better-sqlite3": "^12.5.0",
56
+ "cmdk": "^1.1.1",
56
57
  "dayjs": "^1.11.20",
57
58
  "dotenv": "^17.2.3"
58
59
  },