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