@ktjs/core 0.37.6 → 0.37.7

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/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -251,7 +251,7 @@ function applyKModel(element, valueRef) {
251
251
  * ## About
252
252
  * @package @ktjs/core
253
253
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
254
- * @version 0.37.6 (Last Update: 2026.04.03 07:49:37.031)
254
+ * @version 0.37.7 (Last Update: 2026.04.03 14:57:55.201)
255
255
  * @license MIT
256
256
  * @link https://github.com/baendlorel/kt.js
257
257
  * @link https://baendlorel.github.io/ Welcome to my site!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ktjs/core",
3
- "version": "0.37.6",
3
+ "version": "0.37.7",
4
4
  "description": "Core functionality for kt.js - DOM manipulation utilities with JSX/TSX support",
5
5
  "description_zh": "kt.js 的核心功能,提供支持 JSX/TSX 的 DOM 操作工具。",
6
6
  "type": "module",