@invect/webhooks 0.1.0 → 0.1.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.
@@ -3490,7 +3490,7 @@ function webhooksPlugin(options) {
3490
3490
  state = null;
3491
3491
  }
3492
3492
  },
3493
- setupInstructions: "Run `npx invect generate` to generate the webhook_triggers table schema, then `npx invect migrate` to apply it."
3493
+ setupInstructions: "Run `npx invect-cli generate` to generate the webhook_triggers table schema, then `npx invect-cli migrate` to apply it."
3494
3494
  };
3495
3495
  }
3496
3496
  //#endregion