@lwc/engine-core
Advanced tools
Comparing version 1.7.10 to 1.7.11-locker-alpha1
{ | ||
"name": "@lwc/engine-core", | ||
"version": "1.7.10", | ||
"version": "1.7.11-locker-alpha1", | ||
"description": "Core LWC engine APIs.", | ||
@@ -28,5 +28,5 @@ "homepage": "https://lwc.dev/", | ||
"devDependencies": { | ||
"@lwc/features": "1.7.10", | ||
"@lwc/shared": "1.7.10", | ||
"observable-membrane": "0.26.1" | ||
"@lwc/features": "1.7.11-locker-alpha1", | ||
"@lwc/shared": "1.7.11-locker-alpha1", | ||
"observable-membrane": "1.0.1" | ||
}, | ||
@@ -36,3 +36,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5530a7ca716b87bef87832c0eae4e8719c5d4fae" | ||
"gitHead": "32749ec9164c8ba084b8752d11b7fbd5631f6b37" | ||
} |
@@ -18,3 +18,4 @@ export { createContextProvider } from './context-provider'; | ||
export { getComponentDef, isComponentConstructor } from './def'; | ||
export { profilerControl as __unstable__ProfilerControl } from './profiler'; | ||
export type { Renderer } from './renderer'; | ||
export type { ConfigValue as WireConfigValue, ContextValue as WireContextValue, DataCallback, WireAdapter, WireAdapterConstructor, WireAdapterSchemaValue, } from './wiring'; |
import ObservableMembrane from 'observable-membrane'; | ||
export declare const lockerLivePropertyKey: unique symbol; | ||
export declare const reactiveMembrane: ObservableMembrane; | ||
@@ -3,0 +4,0 @@ /** |
import { VM } from './vm'; | ||
declare type MeasurementPhase = 'constructor' | 'render' | 'patch' | 'connectedCallback' | 'disconnectedCallback' | 'renderedCallback' | 'errorCallback'; | ||
export declare type MeasurementPhase = 'constructor' | 'render' | 'patch' | 'connectedCallback' | 'disconnectedCallback' | 'renderedCallback' | 'errorCallback'; | ||
export declare enum GlobalMeasurementPhase { | ||
@@ -11,2 +11,1 @@ REHYDRATE = "lwc-rehydrate", | ||
export declare const endGlobalMeasure: (phase: GlobalMeasurementPhase, vm?: VM<any, any> | undefined) => void; | ||
export {}; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
426508
50
11884
1