@ktjs/core 0.38.4 → 0.38.6
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -353,7 +353,7 @@ function applyKModel(element, valueRef) {
|
|
|
353
353
|
* ## About
|
|
354
354
|
* @package @ktjs/core
|
|
355
355
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
356
|
-
* @version 0.38.
|
|
356
|
+
* @version 0.38.6 (Last Update: 2026.04.11 11:48:02.023)
|
|
357
357
|
* @license MIT
|
|
358
358
|
* @link https://github.com/baendlorel/kt.js
|
|
359
359
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/package.json
CHANGED