create-githat-app 0.5.1 → 1.0.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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -323,7 +323,7 @@ async function promptGitHat(existingKey) {
323
323
  { value: "mcp-servers", label: "MCP servers", hint: "Model Context Protocol" },
324
324
  { value: "ai-agents", label: "AI agents", hint: "wallet-based identity" }
325
325
  ],
326
- initialValues: ["forgot-password", "email-verification"],
326
+ initialValues: ["forgot-password"],
327
327
  required: false
328
328
  });
329
329
  if (p3.isCancel(authFeatures)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-githat-app",
3
- "version": "0.5.1",
3
+ "version": "1.0.1",
4
4
  "description": "GitHat CLI — scaffold apps and manage the skills marketplace",
5
5
  "type": "module",
6
6
  "bin": {