@lwc/engine-core
Advanced tools
Comparing version 1.7.3-alpha4 to 1.7.3-lockerpreview-alpha1
{ | ||
"name": "@lwc/engine-core", | ||
"version": "1.7.3-alpha4", | ||
"version": "1.7.3-lockerpreview-alpha1", | ||
"description": "Core LWC engine APIs.", | ||
@@ -28,5 +28,5 @@ "homepage": "https://lwc.dev/", | ||
"devDependencies": { | ||
"@lwc/features": "1.7.3-alpha4", | ||
"@lwc/shared": "1.7.3-alpha4", | ||
"observable-membrane": "0.26.1" | ||
"@lwc/features": "1.7.3-lockerpreview-alpha1", | ||
"@lwc/shared": "1.7.3-lockerpreview-alpha1", | ||
"observable-membrane": "1.0.1" | ||
}, | ||
@@ -36,3 +36,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "737190c1f1e04a139d0c79d52b8bb4145d452f83" | ||
"gitHead": "c1b71318f2e82bc8931662d234cb812905a21dca" | ||
} |
import ObservableMembrane from 'observable-membrane'; | ||
export declare const lockerLivePropertyKey: unique symbol; | ||
export declare const reactiveMembrane: ObservableMembrane; | ||
@@ -3,0 +4,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
415921
11591