@vaadin/lit-renderer
Advanced tools
Comparing version 24.0.0-alpha9 to 24.0.0-beta1
{ | ||
"name": "@vaadin/lit-renderer", | ||
"version": "24.0.0-alpha9", | ||
"version": "24.0.0-beta1", | ||
"publishConfig": { | ||
@@ -37,6 +37,6 @@ "access": "public" | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/testing-helpers": "^0.3.2", | ||
"@vaadin/testing-helpers": "^0.4.0", | ||
"sinon": "^13.0.2" | ||
}, | ||
"gitHead": "cc3f747164041566b300bde4b105d2475649e93f" | ||
"gitHead": "c5b48921a62482746df8e46994b37e1490fec27e" | ||
} |
@@ -22,4 +22,2 @@ /** | ||
protected renderRenderer(container: Element, ...args: Parameters<R>): void; | ||
/** | ||
@@ -39,2 +37,4 @@ * Adds the renderer callback to the element. | ||
abstract removeRenderer(): void; | ||
protected renderRenderer(container: Element, ...args: Parameters<R>): void; | ||
} |
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
15407