@thi.ng/hiccup
Advanced tools
Comparing version 5.1.28 to 5.1.29
# Change Log | ||
- **Last updated**: 2024-04-11T12:32:44Z | ||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [5.1.29](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup@5.1.29) (2024-04-20) | ||
#### ♻️ Refactoring | ||
- update type usage ([33f8451](https://github.com/thi-ng/umbrella/commit/33f8451)) | ||
### [5.1.23](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup@5.1.23) (2024-03-18) | ||
@@ -14,0 +20,0 @@ |
@@ -0,1 +1,2 @@ | ||
import type { Maybe } from "@thi.ng/api"; | ||
/** | ||
@@ -12,3 +13,3 @@ * Takes an arbitrary `ctx` object and array of `keys`. Attempts to call | ||
*/ | ||
export declare const derefContext: (ctx: any, keys: PropertyKey[] | undefined) => any; | ||
export declare const derefContext: (ctx: any, keys?: Maybe<PropertyKey[]>) => any; | ||
//# sourceMappingURL=deref.d.ts.map |
{ | ||
"name": "@thi.ng/hiccup", | ||
"version": "5.1.28", | ||
"version": "5.1.29", | ||
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", | ||
@@ -39,10 +39,10 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.10.1", | ||
"@thi.ng/checks": "^3.6.1", | ||
"@thi.ng/errors": "^2.5.4", | ||
"@thi.ng/strings": "^3.7.30" | ||
"@thi.ng/api": "^8.11.0", | ||
"@thi.ng/checks": "^3.6.2", | ||
"@thi.ng/errors": "^2.5.5", | ||
"@thi.ng/strings": "^3.7.31" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.43.0", | ||
"@thi.ng/atom": "^5.2.43", | ||
"@thi.ng/atom": "^5.2.44", | ||
"esbuild": "^0.20.2", | ||
@@ -133,3 +133,3 @@ "rimraf": "^5.0.5", | ||
}, | ||
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n" | ||
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n" | ||
} |
@@ -175,6 +175,6 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
<script type="module" src="https://cdn.skypack.dev/@thi.ng/hiccup"></script> | ||
<script type="module" src="https://esm.run/@thi.ng/hiccup"></script> | ||
``` | ||
[Skypack documentation](https://docs.skypack.dev/) | ||
[JSDelivr documentation](https://www.jsdelivr.com/) | ||
@@ -181,0 +181,0 @@ For Node.js REPL: |
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
76614
559
Updated@thi.ng/api@^8.11.0
Updated@thi.ng/checks@^3.6.2
Updated@thi.ng/errors@^2.5.5
Updated@thi.ng/strings@^3.7.31