trans-render
Advanced tools
Comparing version 0.0.840 to 0.0.841
@@ -5,2 +5,3 @@ async function getHostish(el, prop) { | ||
await customElements.whenDefined(localName); | ||
return el; | ||
} | ||
@@ -7,0 +8,0 @@ if (ish instanceof HTMLElement) |
@@ -8,2 +8,3 @@ import { Specifier } from "../ts-refs/trans-render/dss/types"; | ||
await customElements.whenDefined(localName); | ||
return el; | ||
} | ||
@@ -10,0 +11,0 @@ if(ish instanceof HTMLElement) return ish; |
{ | ||
"name": "trans-render", | ||
"version": "0.0.840", | ||
"version": "0.0.841", | ||
"description": "Instantiate an HTML Template", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
568449
14572