@kurot/ui-runtime 0.5.0 → 0.5.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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Runtime materialization layer for validated Kurot UI documents. It converts
|
|
|
4
4
|
canonical `kui.*` nodes into real `@kurot/ui` components without moving
|
|
5
5
|
document semantics into the component library.
|
|
6
6
|
|
|
7
|
-
> **Current release: 0.5.
|
|
7
|
+
> **Current release: 0.5.1.** Requires `@kurot/ui@^2.0.0` and uses its atomic
|
|
8
8
|
> complete-skin lifecycle for materialized appearances.
|
|
9
9
|
|
|
10
10
|
```ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kurot/ui-runtime",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Runtime materialization layer for validated Kurot UI documents",
|
|
5
5
|
"author": "Kelvin <kyia.x52@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@kurot/core": "^1.0.15",
|
|
33
33
|
"@kurot/ui": "^2.0.0",
|
|
34
|
-
"@kurot/ui-document": "^0.
|
|
34
|
+
"@kurot/ui-document": "^0.6.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@kurot/core": "^1.0.15",
|
|
38
38
|
"@kurot/ui": "^2.0.0",
|
|
39
|
-
"@kurot/ui-document": "^0.
|
|
39
|
+
"@kurot/ui-document": "^0.6.0",
|
|
40
40
|
"@types/node": "^22.0.0",
|
|
41
41
|
"happy-dom": "^20.8.9",
|
|
42
42
|
"typescript": "^5.6.0",
|