@jhxdev/hono 0.1.0 → 0.1.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/README.md +3 -3
- package/index.cjs +1 -294
- package/index.d.ts +2 -2
- package/index.js +1 -294
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jhxdev/hono",
|
|
3
|
-
"description": "HTMX helper with type-safe attribute mapping
|
|
4
|
-
"version": "0.1.
|
|
3
|
+
"description": "HTMX helper with type-safe attribute mapping with inline Hono route declaration. Converts props into `hx-*` attributes for templating.",
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"author": "nick-hio",
|
|
6
6
|
"homepage": "https://github.com/nick-hio/jhx/tree/main/packages/hono#readme",
|
|
7
7
|
"repository": {
|
|
@@ -42,26 +42,26 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"jhx": "^0.1.
|
|
45
|
+
"jhx": "^0.1.4"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"hono": "^4",
|
|
49
|
-
"react": "^
|
|
50
|
-
"react-dom": "^
|
|
49
|
+
"react": "^19.0.0",
|
|
50
|
+
"react-dom": "^19.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@rollup/plugin-alias": "^5.1.1",
|
|
54
|
-
"@types/bun": "^1.3.
|
|
55
|
-
"@types/node": "^24.10.
|
|
56
|
-
"@types/react": "^19.2.
|
|
57
|
-
"@types/react-dom": "^19.2.
|
|
54
|
+
"@types/bun": "^1.3.8",
|
|
55
|
+
"@types/node": "^24.10.9",
|
|
56
|
+
"@types/react": "^19.2.10",
|
|
57
|
+
"@types/react-dom": "^19.2.3",
|
|
58
58
|
"esbuild": "^0.25.12",
|
|
59
|
-
"eslint": "^9.39.
|
|
60
|
-
"hono": "^4.
|
|
61
|
-
"prettier": "^3.
|
|
62
|
-
"react": "^19.2.
|
|
63
|
-
"react-dom": "^19.2.
|
|
64
|
-
"rollup": "^4.
|
|
59
|
+
"eslint": "^9.39.2",
|
|
60
|
+
"hono": "^4.11.7",
|
|
61
|
+
"prettier": "^3.8.1",
|
|
62
|
+
"react": "^19.2.4",
|
|
63
|
+
"react-dom": "^19.2.4",
|
|
64
|
+
"rollup": "^4.57.1",
|
|
65
65
|
"typescript": "^5.9.3"
|
|
66
66
|
}
|
|
67
67
|
}
|