@ktjs/core 0.30.8 → 0.30.9
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
|
@@ -576,7 +576,7 @@ function applyKModel(element, valueRef) {
|
|
|
576
576
|
* ## About
|
|
577
577
|
* @package @ktjs/core
|
|
578
578
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
579
|
-
* @version 0.30.
|
|
579
|
+
* @version 0.30.9 (Last Update: 2026.02.24 15:33:39.910)
|
|
580
580
|
* @license MIT
|
|
581
581
|
* @link https://github.com/baendlorel/kt.js
|
|
582
582
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/package.json
CHANGED