@lwc/engine-server
Advanced tools
Comparing version 8.12.1 to 8.12.2
@@ -18,4 +18,4 @@ import { startTrackingMutations, stopTrackingMutations } from './utils/mutation-tracking'; | ||
declare function attachShadow(element: E, config: ShadowRootInit): any; | ||
declare function getProperty(node: N, key: string): any; | ||
declare function setProperty(node: N, key: string, value: any): void; | ||
declare function getProperty(node: N, propName: string): any; | ||
declare function setProperty(node: N, propName: string, value: any): void; | ||
declare function setText(node: N, content: string): void; | ||
@@ -22,0 +22,0 @@ declare function getAttribute(element: E, name: string, namespace?: string | null): string | null; |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/engine-server", | ||
"version": "8.12.1", | ||
"version": "8.12.2", | ||
"description": "Renders LWC components in a server environment.", | ||
@@ -49,6 +49,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@lwc/engine-core": "8.12.1", | ||
"@lwc/rollup-plugin": "8.12.1", | ||
"@lwc/shared": "8.12.1", | ||
"@lwc/features": "8.12.1", | ||
"@lwc/engine-core": "8.12.2", | ||
"@lwc/rollup-plugin": "8.12.2", | ||
"@lwc/shared": "8.12.2", | ||
"@lwc/features": "8.12.2", | ||
"@rollup/plugin-virtual": "^3.0.2", | ||
@@ -55,0 +55,0 @@ "parse5": "^7.2.1" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1911274
16211