@thi.ng/hiccup 4.2.7 → 4.2.8

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**: 2022-05-07T11:33:36Z
3
+ - **Last updated**: 2022-06-09T16:14:01Z
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/attribs.d.ts CHANGED
@@ -32,5 +32,5 @@ export declare const mergeClasses: (existing: string, val: any) => string;
32
32
  * @param id -
33
33
  * @param classes -
34
34
  */
35
- export declare const mergeEmmetAttribs: (attribs: any, id?: string | undefined, classes?: string | undefined) => any;
35
+ export declare const mergeEmmetAttribs: (attribs: any, id?: string, classes?: string) => any;
36
36
  //# sourceMappingURL=attribs.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup",
3
- "version": "4.2.7",
3
+ "version": "4.2.8",
4
4
  "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,19 +34,19 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.3.6",
38
- "@thi.ng/checks": "^3.1.6",
39
- "@thi.ng/errors": "^2.1.6",
40
- "@thi.ng/strings": "^3.3.4"
37
+ "@thi.ng/api": "^8.3.7",
38
+ "@thi.ng/checks": "^3.2.0",
39
+ "@thi.ng/errors": "^2.1.7",
40
+ "@thi.ng/strings": "^3.3.5"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.23.1",
44
- "@thi.ng/atom": "^5.1.6",
45
- "@thi.ng/testament": "^0.2.6",
43
+ "@microsoft/api-extractor": "^7.25.0",
44
+ "@thi.ng/atom": "^5.1.7",
45
+ "@thi.ng/testament": "^0.2.8",
46
46
  "rimraf": "^3.0.2",
47
47
  "tools": "^0.0.1",
48
- "typedoc": "^0.22.15",
49
- "typescript": "^4.6.4"
48
+ "typedoc": "^0.22.17",
49
+ "typescript": "^4.7.3"
50
50
  },
51
51
  "keywords": [
52
52
  "array",
@@ -120,5 +120,5 @@
120
120
  ],
121
121
  "year": 2016
122
122
  },
123
- "gitHead": "cf084be5fd5932226054d2dd32bad35481379f5d\n"
123
+ "gitHead": "9e516d30a1a537e027a6b3d78bf9121bc5831d31\n"
124
124
  }