@thi.ng/rdom
Advanced tools
Comparing version 1.7.11 to 1.7.12
# Change Log | ||
- **Last updated**: 2024-10-05T12:12:32Z | ||
- **Last updated**: 2024-11-10T17:11:51Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/rdom", | ||
"version": "1.7.11", | ||
"version": "1.7.12", | ||
"description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", | ||
@@ -31,3 +31,3 @@ "type": "module", | ||
"clean": "bun ../../tools/src/clean-package.ts", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
@@ -41,10 +41,10 @@ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.11", | ||
"@thi.ng/checks": "^3.6.13", | ||
"@thi.ng/errors": "^2.5.17", | ||
"@thi.ng/hiccup": "^5.2.17", | ||
"@thi.ng/paths": "^5.1.91", | ||
"@thi.ng/prefixes": "^2.3.28", | ||
"@thi.ng/rstream": "^9.0.7", | ||
"@thi.ng/strings": "^3.8.9" | ||
"@thi.ng/api": "^8.11.12", | ||
"@thi.ng/checks": "^3.6.14", | ||
"@thi.ng/errors": "^2.5.18", | ||
"@thi.ng/hiccup": "^5.2.18", | ||
"@thi.ng/paths": "^5.1.92", | ||
"@thi.ng/prefixes": "^2.3.29", | ||
"@thi.ng/rstream": "^9.0.8", | ||
"@thi.ng/strings": "^3.8.10" | ||
}, | ||
@@ -151,3 +151,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c2c371069911fdae138149fdcf937c4ad7a8c71e\n" | ||
"gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\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
139653
Updated@thi.ng/api@^8.11.12
Updated@thi.ng/checks@^3.6.14
Updated@thi.ng/errors@^2.5.18
Updated@thi.ng/hiccup@^5.2.18
Updated@thi.ng/paths@^5.1.92
Updated@thi.ng/prefixes@^2.3.29
Updated@thi.ng/rstream@^9.0.8
Updated@thi.ng/strings@^3.8.10