@jhxdev/hono 0.1.0 → 0.1.1

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/README.md +3 -3
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <p align="center">
2
2
  <picture>
3
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nick-hio/jhx/main/assets/jhx-logo-light.svg">
4
- <img src="https://raw.githubusercontent.com/nick-hio/jhx/main/assets/jhx-logo-dark.svg" height="90" alt="Logo for jhx">
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nick-hio/jhx/main/assets/jhx-logo-dark-background.svg">
4
+ <img src="https://raw.githubusercontent.com/nick-hio/jhx/main/assets/jhx-logo-light-background.svg" height="90" alt="Logo for jhx">
5
5
  </picture>
6
6
  </p>
7
7
 
@@ -11,7 +11,7 @@
11
11
 
12
12
  <div align="center">
13
13
  <a target="_blank" href="https://github.com/nick-hio/jhx">GitHub</a> •
14
- <a target="_blank" href="https://github.com/nick-hio/jhx">Documentation</a> •
14
+ <a target="_blank" href="https://jhx.dev">Documentation</a> •
15
15
  <a target="_blank" href="https://github.com/nick-hio/jhx/issues/new">Report an Issue</a>
16
16
  </div>
17
17
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jhxdev/hono",
3
- "description": "HTMX helper with type-safe attribute mapping and inline route declaration. Converts props into HTMX `hx-*` attributes for templating.",
4
- "version": "0.1.0",
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.1",
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.2"
45
+ "jhx": "^0.1.3"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "hono": "^4",
49
- "react": "^17.0.2 || ^18.0.0 || ^19.0.0",
50
- "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
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
54
  "@types/bun": "^1.3.2",
55
- "@types/node": "^24.10.0",
56
- "@types/react": "^19.2.2",
57
- "@types/react-dom": "^19.2.2",
55
+ "@types/node": "^24.10.1",
56
+ "@types/react": "^19.2.5",
57
+ "@types/react-dom": "^19.2.3",
58
58
  "esbuild": "^0.25.12",
59
59
  "eslint": "^9.39.1",
60
- "hono": "^4.10.4",
60
+ "hono": "^4.10.6",
61
61
  "prettier": "^3.6.2",
62
62
  "react": "^19.2.0",
63
63
  "react-dom": "^19.2.0",
64
- "rollup": "^4.53.1",
64
+ "rollup": "^4.53.2",
65
65
  "typescript": "^5.9.3"
66
66
  }
67
67
  }