kt.js 0.18.4 → 0.18.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 +1 -1
- package/package.json +2 -2
package/dist/jsx-runtime.mjs
CHANGED
|
@@ -199,7 +199,7 @@ const svgTempWrapper = document.createElement('div');
|
|
|
199
199
|
* ## About
|
|
200
200
|
* @package @ktjs/core
|
|
201
201
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
202
|
-
* @version 0.18.
|
|
202
|
+
* @version 0.18.8 (Last Update: 2026.01.31 14:28:10.930)
|
|
203
203
|
* @license MIT
|
|
204
204
|
* @link https://github.com/baendlorel/kt.js
|
|
205
205
|
* @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.18.
|
|
3
|
+
"version": "0.18.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.18.
|
|
44
|
+
"@ktjs/core": "0.18.8",
|
|
45
45
|
"@ktjs/shortcuts": "0.7.3"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|