@uniweb/build 0.8.11 → 0.8.12

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/build",
3
- "version": "0.8.11",
3
+ "version": "0.8.12",
4
4
  "description": "Build tooling for the Uniweb Component Web Platform",
5
5
  "type": "module",
6
6
  "exports": {
@@ -51,8 +51,8 @@
51
51
  },
52
52
  "optionalDependencies": {
53
53
  "@uniweb/content-reader": "1.1.4",
54
- "@uniweb/schemas": "0.2.1",
55
- "@uniweb/runtime": "0.6.7"
54
+ "@uniweb/runtime": "0.6.8",
55
+ "@uniweb/schemas": "0.2.1"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
@@ -61,7 +61,7 @@
61
61
  "@tailwindcss/vite": "^4.0.0",
62
62
  "@vitejs/plugin-react": "^4.0.0 || ^5.0.0",
63
63
  "vite-plugin-svgr": "^4.0.0",
64
- "@uniweb/core": "0.5.8"
64
+ "@uniweb/core": "0.5.9"
65
65
  },
66
66
  "peerDependenciesMeta": {
67
67
  "vite": {
@@ -204,7 +204,7 @@ function extractInsets(doc) {
204
204
  refId,
205
205
  type: component,
206
206
  params: Object.keys(params).length > 0 ? params : {},
207
- description: alt || null,
207
+ title: alt || null,
208
208
  })
209
209
  // Replace in-place with placeholder
210
210
  doc.content[i] = {