ldrouter 1.7.0 → 1.10.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.
@@ -6,8 +6,8 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <meta name="color-scheme" content="light dark" />
8
8
  <title>LateDev Router</title>
9
- <script type="module" crossorigin src="/assets/index-B14JoKiA.js"></script>
10
- <link rel="stylesheet" crossorigin href="/assets/index-W4Y1q9lE.css">
9
+ <script type="module" crossorigin src="/assets/index-C1VxsEBt.js"></script>
10
+ <link rel="stylesheet" crossorigin href="/assets/index-BprlMazL.css">
11
11
  </head>
12
12
  <body>
13
13
  <div id="root"></div>
Binary file
@@ -0,0 +1,2 @@
1
+ ALTER TABLE app_settings ADD COLUMN notifications_enabled INTEGER NOT NULL DEFAULT 1;
2
+ ALTER TABLE app_settings ADD COLUMN notification_sound_enabled INTEGER NOT NULL DEFAULT 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ldrouter",
3
- "version": "1.7.0",
3
+ "version": "1.10.0",
4
4
  "description": "LateDev Router — lightweight self-hosted LLM gateway with admin UI",
5
5
  "type": "module",
6
6
  "license": "MIT",