create-nyoworks 2.4.0 → 2.4.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/checks.js +0 -1
  2. package/package.json +1 -1
package/dist/checks.js CHANGED
@@ -102,7 +102,6 @@ export function showClaudeMaxWarning() {
102
102
  console.log(pc.yellow("║") + " The AI agents in this framework use Model Context Protocol (MCP). " + pc.yellow("║"));
103
103
  console.log(pc.yellow("║") + " MCP requires Claude Max subscription. " + pc.yellow("║"));
104
104
  console.log(pc.yellow("║") + " " + pc.yellow("║"));
105
- console.log(pc.yellow("║") + pc.bold(" Pricing: $100/month") + " (5x usage vs Pro) " + pc.yellow("║"));
106
105
  console.log(pc.yellow("║") + " Subscribe: " + pc.cyan("https://claude.ai/settings/billing") + " " + pc.yellow("║"));
107
106
  console.log(pc.yellow("║") + " " + pc.yellow("║"));
108
107
  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.1",
4
4
  "description": "Create a new NYOWORKS project",
5
5
  "type": "module",
6
6
  "bin": {