kt.js 0.26.6 → 0.26.8
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/jsx-runtime.mjs +2 -2
- package/package.json +2 -2
package/dist/jsx-runtime.mjs
CHANGED
|
@@ -81,7 +81,7 @@ if (typeof Symbol === 'undefined') {
|
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
// Shared utilities and cached native methods for kt.js framework
|
|
84
|
-
Object.defineProperty(window, '__ktjs__', { value: '0.23.
|
|
84
|
+
Object.defineProperty(window, '__ktjs__', { value: '0.23.3' });
|
|
85
85
|
|
|
86
86
|
const isKT = (obj) => obj?.isKT;
|
|
87
87
|
const isRef = (obj) => obj?.ktType === 1 /* KTReactiveType.REF */;
|
|
@@ -381,7 +381,7 @@ let creator = htmlCreator;
|
|
|
381
381
|
* ## About
|
|
382
382
|
* @package @ktjs/core
|
|
383
383
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
384
|
-
* @version 0.26.
|
|
384
|
+
* @version 0.26.8 (Last Update: 2026.02.06 16:26:16.214)
|
|
385
385
|
* @license MIT
|
|
386
386
|
* @link https://github.com/baendlorel/kt.js
|
|
387
387
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kt.js",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.8",
|
|
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.26.
|
|
44
|
+
"@ktjs/core": "0.26.8"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "rollup -c rollup.config.mjs",
|