@rubytech/create-maxy 0.3.1 → 0.3.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -107,7 +107,7 @@ function installClaudeCode() {
107
107
  return;
108
108
  }
109
109
  log("3", TOTAL, "Installing Claude Code...");
110
- shell("npm", ["install", "-g", "@anthropic-ai/claude-code"]);
110
+ shell("npm", ["install", "-g", "@anthropic-ai/claude-code"], { sudo: true });
111
111
  }
112
112
  function resetNeo4jWithFreshPassword() {
113
113
  const password = randomBytes(24).toString("base64url");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/create-maxy",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Install Maxy — your personal AI assistant",
5
5
  "bin": {
6
6
  "create-maxy": "./dist/index.js"