@jhxdev/express 0.1.1 → 0.1.3

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 (4) hide show
  1. package/index.cjs +1 -294
  2. package/index.d.ts +1 -1
  3. package/index.js +1 -294
  4. package/package.json +12 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jhxdev/express",
3
3
  "description": "HTMX helper with type-safe attribute mapping with inline Express route declaration. Converts props into `hx-*` attributes for templating.",
4
- "version": "0.1.1",
4
+ "version": "0.1.3",
5
5
  "author": "nick-hio",
6
6
  "homepage": "https://github.com/nick-hio/jhx/tree/main/packages/express#readme",
7
7
  "repository": {
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "jhx": "^0.1.3"
45
+ "jhx": "^0.1.5"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "express": "^5",
@@ -51,18 +51,18 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@rollup/plugin-alias": "^5.1.1",
54
- "@types/bun": "^1.3.2",
55
- "@types/express": "^5.0.5",
56
- "@types/node": "^24.10.1",
57
- "@types/react": "^19.2.5",
54
+ "@types/bun": "^1.3.8",
55
+ "@types/express": "^5.0.6",
56
+ "@types/node": "^24.10.9",
57
+ "@types/react": "^19.2.10",
58
58
  "@types/react-dom": "^19.2.3",
59
59
  "esbuild": "^0.25.12",
60
- "eslint": "^9.39.1",
61
- "express": "^5.1.0",
62
- "prettier": "^3.6.2",
63
- "react": "^19.2.0",
64
- "react-dom": "^19.2.0",
65
- "rollup": "^4.53.2",
60
+ "eslint": "^9.39.2",
61
+ "express": "^5.2.1",
62
+ "prettier": "^3.8.1",
63
+ "react": "^19.2.4",
64
+ "react-dom": "^19.2.4",
65
+ "rollup": "^4.57.1",
66
66
  "typescript": "^5.9.3"
67
67
  }
68
68
  }