@thi.ng/hiccup-html 2.4.13 → 2.4.15

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-07T20:40:47Z
3
+ - **Last updated**: 2024-03-13T14:04:31Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/def.d.ts CHANGED
@@ -29,7 +29,7 @@ export interface ElementFactory<T, B> {
29
29
  * @param tag -
30
30
  * @param baseAttribs -
31
31
  */
32
- export declare const defElement: <T = Partial<Attribs>, B = any>(tag: string, baseAttribs?: Partial<T> | undefined) => ElementFactory<T, B>;
32
+ export declare const defElement: <T = Partial<Attribs>, B = any>(tag: string, baseAttribs?: Partial<T>) => ElementFactory<T, B>;
33
33
  /**
34
34
  * @internal
35
35
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-html",
3
- "version": "2.4.13",
3
+ "version": "2.4.15",
4
4
  "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,14 +36,14 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.9.28"
39
+ "@thi.ng/api": "^8.9.30"
40
40
  },
41
41
  "devDependencies": {
42
- "@microsoft/api-extractor": "^7.40.1",
43
- "esbuild": "^0.20.0",
42
+ "@microsoft/api-extractor": "^7.42.3",
43
+ "esbuild": "^0.20.1",
44
44
  "rimraf": "^5.0.5",
45
- "typedoc": "^0.25.7",
46
- "typescript": "^5.3.3"
45
+ "typedoc": "^0.25.12",
46
+ "typescript": "^5.4.2"
47
47
  },
48
48
  "keywords": [
49
49
  "browser",
@@ -111,5 +111,5 @@
111
111
  ],
112
112
  "year": 2020
113
113
  },
114
- "gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n"
114
+ "gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n"
115
115
  }