@ktjs/core 0.20.1 → 0.20.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.d.ts CHANGED
@@ -130,7 +130,7 @@ type HTML<T extends (HTMLTag | SVGTag | MathMLTag) & otherstring> = T extends SV
130
130
  * ## About
131
131
  * @package @ktjs/core
132
132
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
133
- * @version 0.20.1 (Last Update: 2026.02.01 16:38:49.148)
133
+ * @version 0.20.2 (Last Update: 2026.02.01 18:34:51.151)
134
134
  * @license MIT
135
135
  * @link https://github.com/baendlorel/kt.js
136
136
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -212,7 +212,7 @@ var __ktjs_core__ = (function (exports) {
212
212
  * ## About
213
213
  * @package @ktjs/core
214
214
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
215
- * @version 0.20.1 (Last Update: 2026.02.01 16:38:49.148)
215
+ * @version 0.20.2 (Last Update: 2026.02.01 18:34:51.151)
216
216
  * @license MIT
217
217
  * @link https://github.com/baendlorel/kt.js
218
218
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -217,7 +217,7 @@ var __ktjs_core__ = (function (exports) {
217
217
  * ## About
218
218
  * @package @ktjs/core
219
219
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
220
- * @version 0.20.1 (Last Update: 2026.02.01 16:38:49.148)
220
+ * @version 0.20.2 (Last Update: 2026.02.01 18:34:51.151)
221
221
  * @license MIT
222
222
  * @link https://github.com/baendlorel/kt.js
223
223
  * @link https://baendlorel.github.io/ Welcome to my site!
package/dist/index.mjs CHANGED
@@ -209,7 +209,7 @@ const MATHML_ATTR_FLAG = '__kt_mathml__';
209
209
  * ## About
210
210
  * @package @ktjs/core
211
211
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
212
- * @version 0.20.1 (Last Update: 2026.02.01 16:38:49.148)
212
+ * @version 0.20.2 (Last Update: 2026.02.01 18:34:51.151)
213
213
  * @license MIT
214
214
  * @link https://github.com/baendlorel/kt.js
215
215
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -116,7 +116,7 @@ type HTML<T extends (HTMLTag | SVGTag | MathMLTag) & otherstring> = T extends SV
116
116
  * ## About
117
117
  * @package @ktjs/core
118
118
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
119
- * @version 0.20.1 (Last Update: 2026.02.01 16:38:49.148)
119
+ * @version 0.20.2 (Last Update: 2026.02.01 18:34:51.151)
120
120
  * @license MIT
121
121
  * @link https://github.com/baendlorel/kt.js
122
122
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -209,7 +209,7 @@ const MATHML_ATTR_FLAG = '__kt_mathml__';
209
209
  * ## About
210
210
  * @package @ktjs/core
211
211
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
212
- * @version 0.20.1 (Last Update: 2026.02.01 16:38:49.148)
212
+ * @version 0.20.2 (Last Update: 2026.02.01 18:34:51.151)
213
213
  * @license MIT
214
214
  * @link https://github.com/baendlorel/kt.js
215
215
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -110,7 +110,7 @@ type HTML<T extends (HTMLTag | SVGTag | MathMLTag) & otherstring> = T extends SV
110
110
  * ## About
111
111
  * @package @ktjs/core
112
112
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
113
- * @version 0.20.1 (Last Update: 2026.02.01 16:38:49.148)
113
+ * @version 0.20.2 (Last Update: 2026.02.01 18:34:51.151)
114
114
  * @license MIT
115
115
  * @link https://github.com/baendlorel/kt.js
116
116
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -209,7 +209,7 @@ const MATHML_ATTR_FLAG = '__kt_mathml__';
209
209
  * ## About
210
210
  * @package @ktjs/core
211
211
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
212
- * @version 0.20.1 (Last Update: 2026.02.01 16:38:49.148)
212
+ * @version 0.20.2 (Last Update: 2026.02.01 18:34:51.151)
213
213
  * @license MIT
214
214
  * @link https://github.com/baendlorel/kt.js
215
215
  * @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.20.1",
3
+ "version": "0.20.2",
4
4
  "description": "Core functionality for kt.js - DOM manipulation utilities with JSX/TSX support",
5
5
  "type": "module",
6
6
  "module": "./dist/index.mjs",