@lwc/engine-core
Advanced tools
Comparing version 8.12.3 to 8.12.4
@@ -15,3 +15,4 @@ 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 {}; | ||
//# sourceMappingURL=utils.d.ts.map |
@@ -5,3 +5,3 @@ # LWC core license | ||
Copyright (c) 2024, Salesforce, Inc. | ||
Copyright (c) 2025, Salesforce, Inc. | ||
All rights reserved. | ||
@@ -8,0 +8,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/engine-core", | ||
"version": "8.12.3", | ||
"version": "8.12.4", | ||
"description": "Core LWC engine APIs.", | ||
@@ -50,5 +50,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@lwc/features": "8.12.3", | ||
"@lwc/shared": "8.12.3", | ||
"@lwc/signals": "8.12.3" | ||
"@lwc/features": "8.12.4", | ||
"@lwc/shared": "8.12.4", | ||
"@lwc/signals": "8.12.4" | ||
}, | ||
@@ -55,0 +55,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
792655
18022
+ Added@lwc/features@8.12.4(transitive)
+ Added@lwc/shared@8.12.4(transitive)
+ Added@lwc/signals@8.12.4(transitive)
- Removed@lwc/features@8.12.3(transitive)
- Removed@lwc/shared@8.12.3(transitive)
- Removed@lwc/signals@8.12.3(transitive)
Updated@lwc/features@8.12.4
Updated@lwc/shared@8.12.4
Updated@lwc/signals@8.12.4