@lunora/studio 1.0.0-alpha.11 → 1.0.0-alpha.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/index.d.ts +4 -3
- package/dist/index.js +24 -24
- package/dist/mount.d.ts +1 -1
- package/dist/mount.js +1 -1
- package/dist/packem_shared/{ADMIN_FUNCTIONS-DjXgvJb6.js → ADMIN_FUNCTIONS-CZJCZ4c7.js} +1 -0
- package/dist/packem_shared/{ApiDocsPanel-yVSGHK3H.js → ApiDocsPanel-yEz0fiof.js} +1 -1
- package/dist/packem_shared/{ApiTab-rwttyQ1-.js → ApiTab-DdubReQI.js} +1 -1
- package/dist/packem_shared/{AuditPanel-SRilxyg0.js → AuditPanel-CE5ofjCc.js} +1 -1
- package/dist/packem_shared/{DataBrowser-B4v_9GiU.js → DataBrowser-DpL8U-Nf.js} +1 -1
- package/dist/packem_shared/{ExportImportPanel-NtZVqbOj.js → ExportImportPanel-ChsSUCYZ.js} +1 -1
- package/dist/packem_shared/{FileBrowser-0pCpdKPE.js → FileBrowser-DsRBnVhZ.js} +1 -1
- package/dist/packem_shared/{FunctionRunner-7NH3KcTg.js → FunctionRunner-D4cZ6fuA.js} +1 -1
- package/dist/packem_shared/{FunctionStatsPanel-n-6FrbOH.js → FunctionStatsPanel-BVelWgNv.js} +1 -1
- package/dist/packem_shared/{HealthPanel-Dpr6KTmV.js → HealthPanel-CxUVKfvo.js} +1 -1
- package/dist/packem_shared/{HomePanel-CpFLsa64.js → HomePanel-tfqpZxuu.js} +1 -1
- package/dist/packem_shared/{InsightsPanel-BchgeeRx.js → InsightsPanel-DNg3K9XN.js} +1 -1
- package/dist/packem_shared/{LogsPanel-DsPnKZ95.js → LogsPanel-B4LoSRj0.js} +1 -1
- package/dist/packem_shared/{MailPanel-Bmg781UW.js → MailPanel-CcpdyWYs.js} +1 -1
- package/dist/packem_shared/{MetricsPanel-DaE8ZXrf.js → MetricsPanel-CxoyWbNb.js} +1 -1
- package/dist/packem_shared/{MigrationsPanel-CaUpce-G.js → MigrationsPanel-DGwJGWDA.js} +1 -1
- package/dist/packem_shared/{PitrPanel-LJGNP_IX.js → PitrPanel-CKUzyyHi.js} +1 -1
- package/dist/packem_shared/{SchemaViewer-Bam6ylvw.js → SchemaViewer-RclXFo9Q.js} +1 -1
- package/dist/packem_shared/{SecurityAdvisorPanel-PAx712Bd.js → SecurityAdvisorPanel-Dqql1Z5O.js} +1 -1
- package/dist/packem_shared/{SettingsPanel-C4tufQD5.js → SettingsPanel-D5iTY0YE.js} +1 -1
- package/dist/packem_shared/{SqlEditorPanel-D5wMIxcg.js → SqlEditorPanel-Dj-In-B3.js} +2 -2
- package/dist/packem_shared/Studio-VWvKNOw4.js +33 -0
- package/dist/packem_shared/{StudioApp-g8j3V6vA.js → StudioApp-BhQ6T2pn.js} +1 -1
- package/dist/packem_shared/{TableEditor-0TYRqi6t.js → TableEditor-BY8bTpCl.js} +2 -2
- package/dist/packem_shared/{app.d-Nbhpihxv.d.ts → app.d-BVJFkXyj.d.ts} +1 -1
- package/dist/packem_shared/{sql-editor-panel-Smfl_FDF.js → sql-editor-panel-CMdxstu5.js} +1 -1
- package/dist/packem_shared/{studio-DRWW__L9.js → studio-D8ry3tJR.js} +727 -535
- package/dist/packem_shared/{table-editor-CiyJi0Nm.js → table-editor-CWx68ZCg.js} +1 -1
- package/dist/standalone/studio.js +194 -194
- package/package.json +2 -2
- package/dist/packem_shared/Studio-BFg10lBc.js +0 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunora/studio",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.13",
|
|
4
4
|
"description": "The Lunora Studio: a local admin UI for your schema, data, logs, and advisors",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"admin-ui",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@lunora/advisor": "1.0.0-alpha.7",
|
|
62
62
|
"@lunora/bindings": "1.0.0-alpha.1",
|
|
63
63
|
"@lunora/client": "1.0.0-alpha.4",
|
|
64
|
-
"@lunora/react": "1.0.0-alpha.
|
|
64
|
+
"@lunora/react": "1.0.0-alpha.6",
|
|
65
65
|
"@tanstack/react-query": "^5.101.2",
|
|
66
66
|
"@tanstack/react-router": "^1.170.16",
|
|
67
67
|
"@tanstack/react-table": "^8.21.3",
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import 'react/compiler-runtime';
|
|
2
|
-
import '@tanstack/react-router';
|
|
3
|
-
import 'react';
|
|
4
|
-
export { S as Studio } from './studio-DRWW__L9.js';
|
|
5
|
-
import './ErrorBoundary-BzAApI7J.js';
|
|
6
|
-
import './badge-B2PKA1-5.js';
|
|
7
|
-
import './input-XH4r1Pt1.js';
|
|
8
|
-
import './reference-view-B4E49Lip.js';
|
|
9
|
-
import './InsightsPanel-BchgeeRx.js';
|
|
10
|
-
import './SecurityAdvisorPanel-PAx712Bd.js';
|
|
11
|
-
import './ApiTab-rwttyQ1-.js';
|
|
12
|
-
import './table-editor-CiyJi0Nm.js';
|
|
13
|
-
import './ExportImportPanel-NtZVqbOj.js';
|
|
14
|
-
import './MigrationsPanel-CaUpce-G.js';
|
|
15
|
-
import './PitrPanel-LJGNP_IX.js';
|
|
16
|
-
import './FunctionRunner-7NH3KcTg.js';
|
|
17
|
-
import './FunctionStatsPanel-n-6FrbOH.js';
|
|
18
|
-
import './HomePanel-CpFLsa64.js';
|
|
19
|
-
import './AuditPanel-SRilxyg0.js';
|
|
20
|
-
import './LogsPanel-DsPnKZ95.js';
|
|
21
|
-
import './MailPanel-Bmg781UW.js';
|
|
22
|
-
import './HealthPanel-Dpr6KTmV.js';
|
|
23
|
-
import './MetricsPanel-DaE8ZXrf.js';
|
|
24
|
-
import './SchemaViewer-Bam6ylvw.js';
|
|
25
|
-
import './SettingsPanel-C4tufQD5.js';
|
|
26
|
-
import './sql-editor-panel-Smfl_FDF.js';
|
|
27
|
-
import './FileBrowser-0pCpdKPE.js';
|
|
28
|
-
import './DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
29
|
-
import './StudioI18nProvider-B-tDCZIi.js';
|
|
30
|
-
import './internal-rXJEAhXS.js';
|
|
31
|
-
import './utils-B05Dmz_H.js';
|
|
32
|
-
import './CommandPalette-BtgkBzZI.js';
|
|
33
|
-
import 'react/jsx-dev-runtime';
|