uniweb 0.2.46 → 0.2.47

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -167,7 +167,7 @@ export function Hero({ content, params }) {
167
167
  }
168
168
  ```
169
169
 
170
- The parser extracts semantic elements from markdown—`title` from H1, `paragraphs` from body text, `links` from `[text](url)`, and so on. The `items` array contains child groups created from H3 headings (useful for features, pricing tiers, team members, etc.). See [Content Structure](./docs/content-structure.md) for details.
170
+ The parser extracts semantic elements from markdown—`title` from the first heading, `paragraphs` from body text, `links` from `[text](url)`, and so on. The `items` array contains child groups created when headings appear after content (useful for features, pricing tiers, team members, etc.). See [Content Structure](./docs/content-structure.md) for details.
171
171
 
172
172
  Change the JSX, save, and the dev server hot-reloads your changes.
173
173
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uniweb",
3
- "version": "0.2.46",
3
+ "version": "0.2.47",
4
4
  "description": "Create structured Vite + React sites with content/code separation",
5
5
  "type": "module",
6
6
  "bin": {
@@ -37,9 +37,9 @@
37
37
  "js-yaml": "^4.1.0",
38
38
  "prompts": "^2.4.2",
39
39
  "tar": "^7.0.0",
40
- "@uniweb/build": "0.1.26",
41
- "@uniweb/core": "0.1.12",
40
+ "@uniweb/build": "0.1.27",
42
41
  "@uniweb/kit": "0.1.7",
43
- "@uniweb/runtime": "0.2.13"
42
+ "@uniweb/core": "0.1.12",
43
+ "@uniweb/runtime": "0.2.15"
44
44
  }
45
45
  }