@wahooks/cli 0.1.1 → 0.6.0

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/install.js +1 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -73,6 +73,6 @@ async function install() {
73
73
 
74
74
  install().catch((err) => {
75
75
  console.error("Failed to install wahooks CLI:", err.message);
76
- console.error("You can install manually: curl -fsSL https://raw.githubusercontent.com/dhruvyad/wahooks/main/cli/install.sh | bash");
76
+ console.error("You can install manually: curl -fsSL https://wahooks.com/install | bash");
77
77
  process.exit(1);
78
78
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wahooks/cli",
3
- "version": "0.1.1",
3
+ "version": "0.6.0",
4
4
  "description": "WAHooks CLI — manage WhatsApp connections, webhooks, and billing",
5
5
  "bin": {
6
6
  "wahooks": "bin/wahooks"