@lwc/engine-core
Advanced tools
Comparing version 1.7.8 to 1.7.9-alpha1
{ | ||
"name": "@lwc/engine-core", | ||
"version": "1.7.8", | ||
"version": "1.7.9-alpha1", | ||
"description": "Core LWC engine APIs.", | ||
@@ -28,4 +28,4 @@ "homepage": "https://lwc.dev/", | ||
"devDependencies": { | ||
"@lwc/features": "1.7.8", | ||
"@lwc/shared": "1.7.8", | ||
"@lwc/features": "1.7.9-alpha1", | ||
"@lwc/shared": "1.7.9-alpha1", | ||
"observable-membrane": "0.26.1" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "9002e6c3188036dba7e58543ea3fbb5d4debcbca" | ||
"gitHead": "cc33a3a73ba1845ee5419240a077d296ae535dd0" | ||
} |
@@ -101,3 +101,3 @@ import { Template } from './template'; | ||
} | ||
declare type VMAssociable = Node | LightningElement | ComponentInterface; | ||
declare type VMAssociable = HostNode | LightningElement | ComponentInterface; | ||
export declare function rerenderVM(vm: VM): void; | ||
@@ -104,0 +104,0 @@ export declare function connectRootElement(elm: any): void; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
419173
11645
1