@thi.ng/hiccup-html
Advanced tools
Comparing version 2.2.35 to 2.2.36
# Change Log | ||
- **Last updated**: 2023-11-12T16:43:31Z | ||
- **Last updated**: 2023-11-24T09:35:46Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/hiccup-html", | ||
"version": "2.2.35", | ||
"version": "2.2.36", | ||
"description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", | ||
@@ -36,11 +36,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.8" | ||
"@thi.ng/api": "^8.9.9" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.2", | ||
"@thi.ng/testament": "^0.4.1", | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"@thi.ng/testament": "^0.4.2", | ||
"rimraf": "^5.0.5", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.2" | ||
}, | ||
@@ -113,3 +113,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2be4c38c9680da929339bd164acfb69ebb1fd3d0\n" | ||
"gitHead": "f6de41f4991704fdbbb2899bb430ed4f4f6efab0\n" | ||
} |
@@ -18,4 +18,4 @@ import { defElement, defElements } from "./def.js"; | ||
export const comment = (...body) => [ | ||
"__COMMENT__", | ||
"__COMMENT__", // keep tag in sync with thi.ng/hiccup | ||
...body, | ||
]; |
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
82959
Updated@thi.ng/api@^8.9.9