@rubytech/create-maxy 0.3.0 → 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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/payload/maxy/public/maxy-black.png +0 -0
- package/payload/maxy/public/maxy-family.png +0 -0
- package/payload/maxy/public/maxy-girl.png +0 -0
- package/payload/maxy/public/maxy-pi.png +0 -0
- package/payload/maxy/public/maxy-trio.png +0 -0
- package/payload/maxy/public/maxy-woman.png +0 -0
- package/payload/maxy/public/maxy.png +0 -0
- package/payload/maxy/public/og-landscape.png +0 -0
- package/payload/maxy/public/og-portrait.png +0 -0
- package/payload/maxy/public/og-square.png +0 -0
- package/payload/maxy/public/pi-5.jpg +0 -0
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
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|