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