kt.js 0.20.2 → 0.20.3

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.
@@ -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.2 (Last Update: 2026.02.01 18:34:51.151)
212
+ * @version 0.20.3 (Last Update: 2026.02.01 18:38:02.198)
213
213
  * @license MIT
214
214
  * @link https://github.com/baendlorel/kt.js
215
215
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -254,7 +254,13 @@ class KTRef {
254
254
  * Indicates that this is a KTRef instance
255
255
  */
256
256
  isKT = true;
257
+ /**
258
+ * @internal
259
+ */
257
260
  _value;
261
+ /**
262
+ * @internal
263
+ */
258
264
  _onChanges;
259
265
  constructor(_value, _onChanges) {
260
266
  this._value = _value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kt.js",
3
- "version": "0.20.2",
3
+ "version": "0.20.3",
4
4
  "author": {
5
5
  "name": "Kasukabe Tsumugi",
6
6
  "email": "futami16237@gmail.com"
@@ -41,7 +41,7 @@
41
41
  ],
42
42
  "license": "MIT",
43
43
  "dependencies": {
44
- "@ktjs/core": "0.20.2"
44
+ "@ktjs/core": "0.20.3"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "rollup -c rollup.config.mjs",