@thi.ng/hdom
Advanced tools
Comparing version 9.3.4 to 9.3.5
# Change Log | ||
- **Last updated**: 2023-03-05T16:02:40Z | ||
- **Last updated**: 2023-03-14T13:27:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/hdom", | ||
"version": "9.3.4", | ||
"version": "9.3.5", | ||
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", | ||
@@ -31,3 +31,3 @@ "type": "module", | ||
"build": "yarn clean && tsc --declaration", | ||
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc", | ||
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
@@ -41,18 +41,18 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.7.3", | ||
"@thi.ng/checks": "^3.3.9", | ||
"@thi.ng/diff": "^5.1.26", | ||
"@thi.ng/equiv": "^2.1.19", | ||
"@thi.ng/errors": "^2.2.12", | ||
"@thi.ng/hiccup": "^4.2.36", | ||
"@thi.ng/logger": "^1.4.10", | ||
"@thi.ng/prefixes": "^2.1.19" | ||
"@thi.ng/api": "^8.7.4", | ||
"@thi.ng/checks": "^3.3.10", | ||
"@thi.ng/diff": "^5.1.27", | ||
"@thi.ng/equiv": "^2.1.20", | ||
"@thi.ng/errors": "^2.2.13", | ||
"@thi.ng/hiccup": "^4.2.37", | ||
"@thi.ng/logger": "^1.4.11", | ||
"@thi.ng/prefixes": "^2.1.20" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.34.2", | ||
"@thi.ng/atom": "^5.1.32", | ||
"@thi.ng/testament": "^0.3.12", | ||
"rimraf": "^4.1.2", | ||
"@microsoft/api-extractor": "^7.34.4", | ||
"@thi.ng/atom": "^5.1.33", | ||
"@thi.ng/testament": "^0.3.13", | ||
"rimraf": "^4.4.0", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.24", | ||
"typedoc": "^0.23.26", | ||
"typescript": "^4.9.5" | ||
@@ -136,3 +136,3 @@ }, | ||
}, | ||
"gitHead": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n" | ||
"gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\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
159914
+ Added@thi.ng/strings@3.8.9(transitive)
- Removed@thi.ng/strings@3.8.8(transitive)
Updated@thi.ng/api@^8.7.4
Updated@thi.ng/checks@^3.3.10
Updated@thi.ng/diff@^5.1.27
Updated@thi.ng/equiv@^2.1.20
Updated@thi.ng/errors@^2.2.13
Updated@thi.ng/hiccup@^4.2.37
Updated@thi.ng/logger@^1.4.11
Updated@thi.ng/prefixes@^2.1.20