create-whop-kit 0.9.4 → 0.9.5

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.
@@ -671,13 +671,13 @@ var init_default = defineCommand({
671
671
  options: [
672
672
  {
673
673
  value: "deploy",
674
- label: "Deploy to GitHub + Vercel + connect Whop (recommended)",
675
- hint: "Private repo, auto-deploy on push, OAuth + webhooks configured"
674
+ label: "Push to GitHub and deploy to Vercel (recommended)",
675
+ hint: "Private repo, auto-deploy on every git push"
676
676
  },
677
677
  {
678
678
  value: "local",
679
679
  label: "Develop locally first",
680
- hint: "Run on localhost:3000, deploy later with whop-kit deploy"
680
+ hint: "Start on localhost:3000, deploy later with whop-kit deploy"
681
681
  }
682
682
  ]
683
683
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-whop-kit",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "description": "Scaffold and manage Whop-powered apps with whop-kit",
5
5
  "type": "module",
6
6
  "license": "MIT",