uniweb 0.2.48 → 0.2.49

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/README.md +5 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,18 +83,16 @@ Frontmatter specifies the component type and configuration. The body contains th
83
83
 
84
84
  ### Beyond Markdown
85
85
 
86
- For content that doesn't fit markdown patterns—products, team members, events—use JSON blocks with schema tags:
86
+ For content that doesn't fit markdown patterns—products, team members, events—use tagged code blocks:
87
87
 
88
88
  ````markdown
89
- ```json #team-member
90
- {
91
- "name": "Sarah Chen",
92
- "role": "Lead Architect"
93
- }
89
+ ```yaml:team-member
90
+ name: Sarah Chen
91
+ role: Lead Architect
94
92
  ```
95
93
  ````
96
94
 
97
- Components receive validated, localized data. Natural content stays in markdown; structured data goes in JSON blocks.
95
+ Components receive validated, localized data. Natural content stays in markdown; structured data goes in tagged blocks (YAML or JSON).
98
96
 
99
97
  ### Components as React
100
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uniweb",
3
- "version": "0.2.48",
3
+ "version": "0.2.49",
4
4
  "description": "Create structured Vite + React sites with content/code separation",
5
5
  "type": "module",
6
6
  "bin": {