@lwc/engine-core
Advanced tools
Comparing version 8.10.1 to 8.10.2
@@ -15,2 +15,3 @@ import type { LightningElementConstructor } from './base-lightning-element'; | ||
export declare function shouldBeFormAssociated(Ctor: LightningElementConstructor): boolean; | ||
export declare function safeHasProp<K extends PropertyKey>(obj: unknown, prop: K): obj is Record<K, unknown>; | ||
export {}; |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/engine-core", | ||
"version": "8.10.1", | ||
"version": "8.10.2", | ||
"description": "Core LWC engine APIs.", | ||
@@ -46,5 +46,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@lwc/features": "8.10.1", | ||
"@lwc/shared": "8.10.1", | ||
"@lwc/signals": "8.10.1" | ||
"@lwc/features": "8.10.2", | ||
"@lwc/shared": "8.10.2", | ||
"@lwc/signals": "8.10.2" | ||
}, | ||
@@ -51,0 +51,0 @@ "devDependencies": { |
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
1289424
18382
+ Added@lwc/features@8.10.2(transitive)
+ Added@lwc/shared@8.10.2(transitive)
+ Added@lwc/signals@8.10.2(transitive)
- Removed@lwc/features@8.10.1(transitive)
- Removed@lwc/shared@8.10.1(transitive)
- Removed@lwc/signals@8.10.1(transitive)
Updated@lwc/features@8.10.2
Updated@lwc/shared@8.10.2
Updated@lwc/signals@8.10.2