uniweb 0.2.19 → 0.2.20

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": "uniweb",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "Create structured Vite + React sites with content/code separation",
5
5
  "type": "module",
6
6
  "bin": {
@@ -5,8 +5,8 @@
5
5
  // Built-in templates (file-based in cli/templates/)
6
6
  export const BUILTIN_TEMPLATES = ['single', 'multi', 'template']
7
7
 
8
- // Official templates from @uniweb/templates package
9
- export const OFFICIAL_TEMPLATES = ['marketing', 'docs', 'learning']
8
+ // Official templates from @uniweb/templates package (downloaded from GitHub releases)
9
+ export const OFFICIAL_TEMPLATES = ['marketing', 'academic', 'docs']
10
10
 
11
11
  /**
12
12
  * Parse a template identifier and determine its source type