@lwc/ssr-runtime
Advanced tools
Comparing version 8.13.2 to 8.13.3
@@ -13,3 +13,3 @@ import { SYMBOL__GENERATE_MARKUP } from './lightning-element'; | ||
interface ComponentWithGenerateMarkup extends LightningElementConstructor { | ||
[SYMBOL__GENERATE_MARKUP]: GenerateMarkupFnVariants; | ||
[SYMBOL__GENERATE_MARKUP]?: GenerateMarkupFnVariants; | ||
} | ||
@@ -16,0 +16,0 @@ export declare function serverSideRenderComponent(tagName: string, Component: ComponentWithGenerateMarkup, props?: Properties, mode?: 'asyncYield' | 'async' | 'sync'): Promise<string>; |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/ssr-runtime", | ||
"version": "8.13.2", | ||
"version": "8.13.3", | ||
"description": "Runtime complement to @lwc/ssr-compiler", | ||
@@ -52,6 +52,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@lwc/shared": "8.13.2", | ||
"@lwc/engine-core": "8.13.2", | ||
"@lwc/shared": "8.13.3", | ||
"@lwc/engine-core": "8.13.3", | ||
"observable-membrane": "2.0.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
169253