@thi.ng/hiccup-html 2.7.50 → 2.7.51

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-html",
3
- "version": "2.7.50",
3
+ "version": "2.7.51",
4
4
  "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,11 +40,11 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.18"
43
+ "@thi.ng/api": "^8.12.19"
44
44
  },
45
45
  "devDependencies": {
46
- "esbuild": "^0.27.2",
47
- "typedoc": "^0.28.16",
46
+ "esbuild": "^0.28.0",
47
+ "typedoc": "^0.28.18",
48
48
  "typescript": "^5.9.3"
49
49
  },
50
50
  "keywords": [
@@ -114,5 +114,5 @@
114
114
  ],
115
115
  "year": 2020
116
116
  },
117
- "gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
117
+ "gitHead": "a780d4a5f6f5fc595c9d28527686f63534927d32"
118
118
  }