@thi.ng/hiccup-html
Advanced tools
Comparing version 2.2.32 to 2.2.34
# Change Log | ||
- **Last updated**: 2023-11-04T22:20:11Z | ||
- **Last updated**: 2023-11-09T10:28:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [2.2.33](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.2.33) (2023-11-09) | ||
#### ♻️ Refactoring | ||
- update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4)) | ||
### [2.2.21](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.2.21) (2023-08-22) | ||
@@ -14,0 +20,0 @@ |
{ | ||
"name": "@thi.ng/hiccup-html", | ||
"version": "2.2.32", | ||
"version": "2.2.34", | ||
"description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", | ||
@@ -31,16 +31,15 @@ "type": "module", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"doc:readme": "yarn doc:stats && tools:readme", | ||
"doc:stats": "tools:module-stats", | ||
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
"test": "bun test" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.6" | ||
"@thi.ng/api": "^8.9.8" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.0", | ||
"@thi.ng/testament": "^0.3.24", | ||
"@microsoft/api-extractor": "^7.38.2", | ||
"@thi.ng/testament": "^0.4.1", | ||
"rimraf": "^5.0.5", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.25.2", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2" | ||
@@ -114,3 +113,3 @@ }, | ||
}, | ||
"gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n" | ||
"gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n" | ||
} |
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
82538
Updated@thi.ng/api@^8.9.8