@yawlabs/lemonsqueezy-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
|
@@ -22719,7 +22719,7 @@ var webhookTools = [
|
|
|
22719
22719
|
];
|
|
22720
22720
|
|
|
22721
22721
|
// src/index.ts
|
|
22722
|
-
var version2 = true ? "0.1.
|
|
22722
|
+
var version2 = true ? "0.1.1" : (await null).createRequire(import.meta.url)("../package.json").version;
|
|
22723
22723
|
var subcommand = process.argv[2];
|
|
22724
22724
|
if (subcommand === "version" || subcommand === "--version") {
|
|
22725
22725
|
console.log(version2);
|