@xcr1234/dbhub-fork 1.3.0 → 1.4.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.
@@ -5,7 +5,7 @@
5
5
  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>DBHub - Minimal Database MCP Server</title>
8
- <script type="module" crossorigin src="/assets/index-BiTHVJQj.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-CtE4wTlN.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-CfPYb3wl.css">
10
10
  </head>
11
11
  <body>
@@ -2,9 +2,9 @@ import {
2
2
  ToolRegistry,
3
3
  getToolRegistry,
4
4
  initializeToolRegistry
5
- } from "./chunk-SV472SM3.js";
5
+ } from "./chunk-C7DOB2OX.js";
6
6
  import "./chunk-WVVMH6FJ.js";
7
- import "./chunk-OSGLPOZZ.js";
7
+ import "./chunk-Q5EJYAEZ.js";
8
8
  export {
9
9
  ToolRegistry,
10
10
  getToolRegistry,
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  quoteIdentifier
3
- } from "./chunk-JFWX35TB.js";
3
+ } from "./chunk-X2EC47W4.js";
4
4
  import {
5
5
  SQLRowLimiter
6
- } from "./chunk-JBJZJE5J.js";
6
+ } from "./chunk-XD3EZPMW.js";
7
7
  import {
8
8
  ConnectorRegistry,
9
9
  SafeURL,
10
10
  obfuscateDSNPassword,
11
11
  splitSQLStatements
12
- } from "./chunk-OSGLPOZZ.js";
12
+ } from "./chunk-Q5EJYAEZ.js";
13
13
 
14
14
  // src/connectors/sqlite/index.ts
15
15
  import fs from "fs/promises";
@@ -3,12 +3,12 @@ import {
3
3
  } from "./chunk-WVVMH6FJ.js";
4
4
  import {
5
5
  SQLRowLimiter
6
- } from "./chunk-JBJZJE5J.js";
6
+ } from "./chunk-XD3EZPMW.js";
7
7
  import {
8
8
  ConnectorRegistry,
9
9
  SafeURL,
10
10
  obfuscateDSNPassword
11
- } from "./chunk-OSGLPOZZ.js";
11
+ } from "./chunk-Q5EJYAEZ.js";
12
12
 
13
13
  // src/connectors/sqlserver/index.ts
14
14
  import sql from "mssql";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xcr1234/dbhub-fork",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "mcpName": "io.github.xcr1234/dbhub",
5
5
  "description": "Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB",
6
6
  "repository": {