@yawlabs/lemonsqueezy-mcp 0.9.2 → 0.9.3
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
|
@@ -32617,7 +32617,7 @@ function readAuditLogResource(uri) {
|
|
|
32617
32617
|
}
|
|
32618
32618
|
|
|
32619
32619
|
// src/index.ts
|
|
32620
|
-
var version2 = true ? "0.9.
|
|
32620
|
+
var version2 = true ? "0.9.3" : (await null).createRequire(import.meta.url)("../package.json").version;
|
|
32621
32621
|
var subcommand = process.argv[2];
|
|
32622
32622
|
if (subcommand === "version" || subcommand === "--version") {
|
|
32623
32623
|
console.log(version2);
|
package/package.json
CHANGED