@ktjs/core 0.5.4 → 0.5.5

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.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -110,7 +110,7 @@ type HTML<T extends HTMLTag & otherstring> = T extends HTMLTag ? HTMLElementTagN
110
110
  * ## About
111
111
  * @package @ktjs/core
112
112
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
113
- * @version 0.5.4 (Last Update: 2025.11.24 09:56:54.709)
113
+ * @version 0.5.5 (Last Update: 2025.11.28 20:24:09.731)
114
114
  * @license MIT
115
115
  * @link https://github.com/baendlorel/kt.js
116
116
  * @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.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "Core functionality for kt.js - DOM manipulation utilities",
5
5
  "type": "module",
6
6
  "module": "./dist/index.mjs",