@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.2" : (await null).createRequire(import.meta.url)("../package.json").version;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yawlabs/lemonsqueezy-mcp",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "mcpName": "io.github.YawLabs/lemonsqueezy-mcp",
5
5
  "description": "LemonSqueezy MCP server for managing your store from AI assistants",
6
6
  "license": "MIT",