haori 0.23.0 → 0.24.0

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/dist/index.d.ts CHANGED
@@ -1821,7 +1821,7 @@ declare class TextFragment extends Fragment {
1821
1821
  evaluate(): Promise<void>;
1822
1822
  }
1823
1823
 
1824
- export declare const version = "0.20.0";
1824
+ export declare const version = "0.24.0";
1825
1825
 
1826
1826
  /**
1827
1827
  * すべてのレンダリングタスク(追従投入分を含む)の完了を待ちます。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "haori",
3
- "version": "0.23.0",
3
+ "version": "0.24.0",
4
4
  "description": "A lightweight HTML-first UI engine powered by declarative data bindings and expressions.",
5
5
  "scripts": {
6
6
  "dev": "vite",