create-nyoworks 2.4.0 → 2.4.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/checks.js +2 -9
  2. package/package.json +1 -1
package/dist/checks.js CHANGED
@@ -24,18 +24,12 @@ const DEPENDENCIES = [
24
24
  url: "https://docker.com/download",
25
25
  },
26
26
  {
27
- name: "Claude CLI",
27
+ name: "Claude Code",
28
28
  cmd: "claude",
29
29
  args: ["-v"],
30
30
  required: false,
31
31
  install: "npm i -g @anthropic-ai/claude-code",
32
- },
33
- {
34
- name: "VS Code",
35
- cmd: "code",
36
- args: ["-v"],
37
- required: false,
38
- url: "https://code.visualstudio.com",
32
+ url: "https://claude.ai/download",
39
33
  },
40
34
  ];
41
35
  async function checkCommand(cmd, args = []) {
@@ -102,7 +96,6 @@ export function showClaudeMaxWarning() {
102
96
  console.log(pc.yellow("║") + " The AI agents in this framework use Model Context Protocol (MCP). " + pc.yellow("║"));
103
97
  console.log(pc.yellow("║") + " MCP requires Claude Max subscription. " + pc.yellow("║"));
104
98
  console.log(pc.yellow("║") + " " + pc.yellow("║"));
105
- console.log(pc.yellow("║") + pc.bold(" Pricing: $100/month") + " (5x usage vs Pro) " + pc.yellow("║"));
106
99
  console.log(pc.yellow("║") + " Subscribe: " + pc.cyan("https://claude.ai/settings/billing") + " " + pc.yellow("║"));
107
100
  console.log(pc.yellow("║") + " " + pc.yellow("║"));
108
101
  console.log(pc.yellow("║") + " Without Claude Max: " + pc.yellow("║"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nyoworks",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "description": "Create a new NYOWORKS project",
5
5
  "type": "module",
6
6
  "bin": {