create-nextblock 0.17.0 → 0.17.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nextblock",
3
- "version": "0.17.0",
3
+ "version": "0.17.2",
4
4
  "description": "Scaffold a production-ready NextBlock CMS project — the open-source, full-stack AI-native CMS for Next.js 16, Supabase, and Tailwind CSS.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -1425,8 +1425,10 @@ async function enrichCortexAiProducts(params: {
1425
1425
  const shortDescEn =
1426
1426
  'NextBlock™ Cortex AI is the AI layer for your free CMS. Route any model through your own OpenRouter key inside the editor, or register /api/mcp and let Claude Code, Cursor, and ChatGPT build layouts, inspect your schema, and manage content on the AI subscription you already pay for. Free for 30 days, no credit card.';
1427
1427
 
1428
- // Copy is mirrored by libs/db/src/supabase/migrations/00000000000041_marketing_review_free_cms_trial.sql
1429
- // (the migration seeds prod; this function re-seeds the sandbox after every reset). Keep the two in step.
1428
+ // Copy is mirrored by the seeded product blocks in libs/db/src/supabase/migrations/02004_baseline_seed.sql
1429
+ // (originally migration 00000000000041_marketing_review_free_cms_trial, folded into the generation-2
1430
+ // baseline; the seed populates fresh installs, this function re-seeds the sandbox after every reset).
1431
+ // Keep the two in step.
1430
1432
  // ── Section 0: Hero (MCP-native positioning, 30-day trial, two columns) ──
1431
1433
  const cortexS0En = {
1432
1434
  "container_type": "container",