@thi.ng/hiccup-html
Advanced tools
Comparing version 0.3.11 to 0.3.12
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.3.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@0.3.10...@thi.ng/hiccup-html@0.3.11) (2021-01-02) | ||
## [0.3.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@0.3.11...@thi.ng/hiccup-html@0.3.12) (2021-02-20) | ||
@@ -15,10 +15,2 @@ **Note:** Version bump only for package @thi.ng/hiccup-html | ||
## [0.3.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@0.3.9...@thi.ng/hiccup-html@0.3.10) (2020-12-22) | ||
**Note:** Version bump only for package @thi.ng/hiccup-html | ||
# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@0.2.0...@thi.ng/hiccup-html@0.3.0) (2020-07-09) | ||
@@ -25,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/hiccup-html", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", | ||
@@ -44,10 +44,10 @@ "module": "./index.js", | ||
"@types/node": "^14.14.14", | ||
"mocha": "^8.2.1", | ||
"mocha": "^8.3.0", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.4", | ||
"typescript": "^4.1.3" | ||
"typedoc": "^0.20.26", | ||
"typescript": "^4.1.5" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.13.6" | ||
"@thi.ng/api": "^7.0.0" | ||
}, | ||
@@ -85,3 +85,3 @@ "files": [ | ||
}, | ||
"gitHead": "a2127bae6d16682027fd94190452b8404bf99a47" | ||
"gitHead": "2cb9a54255d6a5d7f21c9875002b86c42dd038de" | ||
} |
@@ -197,5 +197,6 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
| Screenshot | Description | Live demo | Source | | ||
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------------------- | | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/parse-playground.png" width="240"/> | Parser grammar livecoding editor/playground & codegen | [Demo](https://demo.thi.ng/umbrella/parse-playground/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/parse-playground) | | ||
| Screenshot | Description | Live demo | Source | | ||
| ----------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------------------- | | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/parse-playground.png" width="240"/> | Parser grammar livecoding editor/playground & codegen | [Demo](https://demo.thi.ng/umbrella/parse-playground/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/parse-playground) | | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/pixel-sorting.png" width="240"/> | Interactive pixel sorting tool using thi.ng/color & thi.ng/pixel | [Demo](https://demo.thi.ng/umbrella/pixel-sorting/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/pixel-sorting) | | ||
@@ -202,0 +203,0 @@ ## API |
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
94530
357
+ Added@thi.ng/api@7.2.0(transitive)
- Removed@thi.ng/api@6.13.6(transitive)
Updated@thi.ng/api@^7.0.0