@lwc/engine-server
Advanced tools
Comparing version 8.1.2 to 8.1.3
@@ -22,3 +22,3 @@ import { LifecycleCallback } from '@lwc/engine-core'; | ||
declare function getAttribute(element: E, name: string, namespace?: string | null): string | null; | ||
declare function setAttribute(element: E, name: string, value: string, namespace?: string | null): void; | ||
declare function setAttribute(element: E, name: string, value: unknown, namespace?: string | null): void; | ||
declare function removeAttribute(element: E, name: string, namespace?: string | null): void; | ||
@@ -25,0 +25,0 @@ declare function getClassList(element: E): DOMTokenList; |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/engine-server", | ||
"version": "8.1.2", | ||
"version": "8.1.3", | ||
"description": "Renders LWC components in a server environment.", | ||
@@ -46,5 +46,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@lwc/engine-core": "8.1.2", | ||
"@lwc/rollup-plugin": "8.1.2", | ||
"@lwc/shared": "8.1.2", | ||
"@lwc/engine-core": "8.1.3", | ||
"@lwc/rollup-plugin": "8.1.3", | ||
"@lwc/shared": "8.1.3", | ||
"@rollup/plugin-virtual": "^3.0.2", | ||
@@ -51,0 +51,0 @@ "parse5": "^7.1.2" |
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
1930632
11
100