@pgplex/pgconsole 1.0.2 → 1.0.4

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.
@@ -1 +1 @@
1
- import{_ as e,a as t,c as n,d as r,f as i,g as a,h as o,i as s,l as c,m as l,n as u,o as d,p as f,r as p,s as m,t as h,u as g}from"./index-CRV3ELJ0.js";export{o as ensureModuleLoaded};
1
+ import{_ as e,a as t,c as n,d as r,f as i,g as a,h as o,i as s,l as c,m as l,n as u,o as d,p as f,r as p,s as m,t as h,u as g}from"./index-C-_57-3n.js";export{o as ensureModuleLoaded};
@@ -9,7 +9,7 @@
9
9
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10
10
  <link href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap" rel="stylesheet" />
11
11
  <title>pgconsole</title>
12
- <script type="module" crossorigin src="/assets/index-CRV3ELJ0.js"></script>
12
+ <script type="module" crossorigin src="/assets/index-C-_57-3n.js"></script>
13
13
  <link rel="stylesheet" crossorigin href="/assets/index-C8bwjbrl.css">
14
14
  </head>
15
15
  <body>
package/dist/server.mjs CHANGED
@@ -93183,7 +93183,7 @@ async function start() {
93183
93183
  \\ \\_\\ /\\____/
93184
93184
  \\/_/ \\_/__/
93185
93185
 
93186
- Version ${"1.0.2"}
93186
+ Version ${"1.0.4"}
93187
93187
  `);
93188
93188
  console.log(`Server running on http://localhost:${port}`);
93189
93189
  const browserUrl = false ? `http://localhost:5173` : getExternalUrl() || `http://localhost:${port}`;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pgplex/pgconsole",
3
3
  "description": "Postgres Editor with Guardrails",
4
- "version": "1.0.2",
4
+ "version": "1.0.4",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "pgconsole": "dist/server.mjs"