@thi.ng/hdom
Advanced tools
Comparing version 5.0.6 to 5.0.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@5.0.6...@thi.ng/hdom@5.0.7) (2018-10-21) | ||
**Note:** Version bump only for package @thi.ng/hdom | ||
## [5.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@5.0.5...@thi.ng/hdom@5.0.6) (2018-10-17) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/hdom", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", | ||
@@ -23,16 +23,16 @@ "main": "./index.js", | ||
"devDependencies": { | ||
"@thi.ng/atom": "^1.5.5", | ||
"@thi.ng/atom": "^1.5.6", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.5.5", | ||
"@types/node": "^10.12.0", | ||
"mocha": "^5.2.0", | ||
"nyc": "^12.0.2", | ||
"typedoc": "^0.12.0", | ||
"typescript": "^3.0.1" | ||
"nyc": "^13.1.0", | ||
"typedoc": "^0.13.0", | ||
"typescript": "^3.1.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^4.2.2", | ||
"@thi.ng/checks": "^1.5.12", | ||
"@thi.ng/diff": "^1.1.3", | ||
"@thi.ng/equiv": "^0.1.12", | ||
"@thi.ng/hiccup": "^2.4.2" | ||
"@thi.ng/api": "^4.2.3", | ||
"@thi.ng/checks": "^1.5.13", | ||
"@thi.ng/diff": "^1.1.4", | ||
"@thi.ng/equiv": "^0.1.13", | ||
"@thi.ng/hiccup": "^2.4.3" | ||
}, | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "6e563377f8cdbdda904559c956a2a558eb9fed64" | ||
"gitHead": "5bb513915cb3c533bd4278f6f365389b3664f4d1" | ||
} |
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
126321
Updated@thi.ng/api@^4.2.3
Updated@thi.ng/checks@^1.5.13
Updated@thi.ng/diff@^1.1.4
Updated@thi.ng/equiv@^0.1.13
Updated@thi.ng/hiccup@^2.4.3