@ktjs/jsx 0.6.8 → 0.6.9

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 +2 -2
package/dist/index.d.ts CHANGED
@@ -68,7 +68,7 @@ declare global {
68
68
  * ## About
69
69
  * @package @ktjs/jsx
70
70
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
71
- * @version 0.6.8 (Last Update: 2025.12.24 17:31:41.751)
71
+ * @version 0.6.9 (Last Update: 2025.12.24 17:36:14.916)
72
72
  * @license MIT
73
73
  * @link https://github.com/baendlorel/kt.js
74
74
  * @link https://baendlorel.github.io/ Welcome to my site!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ktjs/jsx",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "JSX/TSX support for KT.js - Build UIs with JSX syntax while keeping direct DOM control",
5
5
  "author": {
6
6
  "name": "Kasukabe Tsumugi",
@@ -51,7 +51,7 @@
51
51
  "directory": "packages/jsx"
52
52
  },
53
53
  "peerDependencies": {
54
- "@ktjs/core": "^0.5.0"
54
+ "@ktjs/core": "0.6.6"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@ktjs/core": "0.6.6"