@ktjs/core 0.33.1 → 0.33.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
|
@@ -255,7 +255,7 @@ function applyKModel(element, valueRef) {
|
|
|
255
255
|
* ## About
|
|
256
256
|
* @package @ktjs/core
|
|
257
257
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
258
|
-
* @version 0.33.
|
|
258
|
+
* @version 0.33.2 (Last Update: 2026.03.22 00:10:18.944)
|
|
259
259
|
* @license MIT
|
|
260
260
|
* @link https://github.com/baendlorel/kt.js
|
|
261
261
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/package.json
CHANGED