flarecms 0.2.0 → 0.2.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.
@@ -6414,15 +6414,10 @@ var TEMPLATES = {
6414
6414
  description: "Unified single-process FlareCMS starter for Cloudflare Workers",
6415
6415
  dir: "templates/starter"
6416
6416
  },
6417
- blog: {
6418
- name: "Blog (Coming Soon)",
6419
- description: "A pre-configured blog template",
6420
- dir: "templates/blog"
6421
- },
6422
- nextjs: {
6423
- name: "Next.js (App Router)",
6424
- description: "Modern Next.js template with FlareCMS + Hono API",
6425
- dir: "templates/nextjs"
6417
+ "plugin-development": {
6418
+ name: "Plugin Development",
6419
+ description: "A pre-configured plugin template",
6420
+ dir: "templates/plugin-development"
6426
6421
  }
6427
6422
  };
6428
6423
  async function createProjectCommand() {
package/dist/cli/index.js CHANGED
@@ -6415,15 +6415,10 @@ var TEMPLATES = {
6415
6415
  description: "Unified single-process FlareCMS starter for Cloudflare Workers",
6416
6416
  dir: "templates/starter"
6417
6417
  },
6418
- blog: {
6419
- name: "Blog (Coming Soon)",
6420
- description: "A pre-configured blog template",
6421
- dir: "templates/blog"
6422
- },
6423
- nextjs: {
6424
- name: "Next.js (App Router)",
6425
- description: "Modern Next.js template with FlareCMS + Hono API",
6426
- dir: "templates/nextjs"
6418
+ "plugin-development": {
6419
+ name: "Plugin Development",
6420
+ description: "A pre-configured plugin template",
6421
+ dir: "templates/plugin-development"
6427
6422
  }
6428
6423
  };
6429
6424
  async function createProjectCommand() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flarecms",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "license": "MIT",
5
5
  "description": "FlareCMS Monorepo: A lightweight CMS for the AI era.",
6
6
  "files": [