@yawlabs/postgres-mcp 0.1.0 → 0.1.1
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -35679,7 +35679,7 @@ var schemaTools = [
|
|
|
35679
35679
|
];
|
|
35680
35680
|
|
|
35681
35681
|
// src/index.ts
|
|
35682
|
-
var version2 = true ? "0.1.
|
|
35682
|
+
var version2 = true ? "0.1.1" : (await null).createRequire(import.meta.url)("../package.json").version;
|
|
35683
35683
|
var subcommand = process.argv[2];
|
|
35684
35684
|
if (subcommand === "version" || subcommand === "--version") {
|
|
35685
35685
|
console.log(version2);
|
package/package.json
CHANGED