@yawlabs/postgres-mcp 0.6.1 → 0.6.2
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
|
@@ -37547,7 +37547,7 @@ function compareVersions(a, b) {
|
|
|
37547
37547
|
}
|
|
37548
37548
|
|
|
37549
37549
|
// src/index.ts
|
|
37550
|
-
var version2 = true ? "0.6.
|
|
37550
|
+
var version2 = true ? "0.6.2" : (await null).createRequire(import.meta.url)("../package.json").version;
|
|
37551
37551
|
var subcommand = process.argv[2];
|
|
37552
37552
|
if (subcommand === "version" || subcommand === "--version") {
|
|
37553
37553
|
console.log(version2);
|
package/package.json
CHANGED