haori 0.45.2 → 0.45.3

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
@@ -4243,7 +4243,7 @@ declare interface ValueChangeOrigin {
4243
4243
  * リリース時に `package.json` と揃えて更新します(`tests/version.test.ts` が
4244
4244
  * 一致を検査します)。
4245
4245
  */
4246
- export declare const version = "0.45.2";
4246
+ export declare const version = "0.45.3";
4247
4247
 
4248
4248
  /**
4249
4249
  * すべてのレンダリングタスク(追従投入分を含む)の完了を待ちます。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "haori",
3
- "version": "0.45.2",
3
+ "version": "0.45.3",
4
4
  "description": "A lightweight HTML-first UI engine powered by declarative data bindings and expressions.",
5
5
  "scripts": {
6
6
  "dev": "vite",