@thi.ng/hiccup-html
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@0.3.3...@thi.ng/hiccup-html@0.3.4) (2020-08-28) | ||
**Note:** Version bump only for package @thi.ng/hiccup-html | ||
## [0.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@0.3.2...@thi.ng/hiccup-html@0.3.3) (2020-08-17) | ||
@@ -8,0 +16,0 @@ |
@@ -17,3 +17,7 @@ import type { Nullable } from "@thi.ng/api"; | ||
(attribs?: Nullable<T>, ...body: B[]): [string, Nullable<T>, ...B[]]; | ||
(emmet: string, attribs?: Nullable<T>, ...body: B[]): [string, Nullable<T>, ...B[]]; | ||
(emmet: string, attribs?: Nullable<T>, ...body: B[]): [ | ||
string, | ||
Nullable<T>, | ||
...B[] | ||
]; | ||
} | ||
@@ -20,0 +24,0 @@ /** |
{ | ||
"name": "@thi.ng/hiccup-html", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", | ||
@@ -41,13 +41,13 @@ "module": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.9.2", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.26", | ||
"mocha": "^8.1.1", | ||
"@microsoft/api-extractor": "^7.9.11", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.1", | ||
"mocha": "^8.1.2", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^8.10.1", | ||
"ts-node": "^9.0.0", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^3.9.7" | ||
"typescript": "^4.0.2" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.12.2" | ||
"@thi.ng/api": "^6.12.3" | ||
}, | ||
@@ -82,3 +82,3 @@ "files": [ | ||
}, | ||
"gitHead": "44824f17050b412d635b576bf5f9b2136dac9554" | ||
"gitHead": "3a55c0df86c5be9c56a1e1a4c0cfcaa2809a160a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94094
938
Updated@thi.ng/api@^6.12.3