@ktjs/core 0.36.1 → 0.36.2
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
|
@@ -144,7 +144,7 @@ function applyKModel(element, valueRef) {
|
|
|
144
144
|
* ## About
|
|
145
145
|
* @package @ktjs/core
|
|
146
146
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
147
|
-
* @version 0.36.
|
|
147
|
+
* @version 0.36.2 (Last Update: 2026.03.28 22:14:05.198)
|
|
148
148
|
* @license MIT
|
|
149
149
|
* @link https://github.com/baendlorel/kt.js
|
|
150
150
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/package.json
CHANGED