@yawlabs/lemonsqueezy-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
|
@@ -32069,7 +32069,7 @@ var webhookTools = [
|
|
|
32069
32069
|
];
|
|
32070
32070
|
|
|
32071
32071
|
// src/index.ts
|
|
32072
|
-
var version2 = true ? "0.6.
|
|
32072
|
+
var version2 = true ? "0.6.2" : (await null).createRequire(import.meta.url)("../package.json").version;
|
|
32073
32073
|
var subcommand = process.argv[2];
|
|
32074
32074
|
if (subcommand === "version" || subcommand === "--version") {
|
|
32075
32075
|
console.log(version2);
|