@lwc/engine-core 8.10.1 → 8.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -3984,6 +3984,7 @@ function getComponentHtmlPrototype(Ctor) {
|
|
|
3984
3984
|
return def.bridge;
|
|
3985
3985
|
}
|
|
3986
3986
|
const lightingElementDef = {
|
|
3987
|
+
ctor: LightningElement,
|
|
3987
3988
|
name: LightningElement.name,
|
|
3988
3989
|
props: lightningBasedDescriptors,
|
|
3989
3990
|
propsConfig: EmptyObject,
|
|
@@ -8598,5 +8599,5 @@ exports.swapTemplate = swapTemplate;
|
|
|
8598
8599
|
exports.track = track;
|
|
8599
8600
|
exports.unwrap = unwrap;
|
|
8600
8601
|
exports.wire = wire;
|
|
8601
|
-
/** version: 8.
|
|
8602
|
+
/** version: 8.11.0 */
|
|
8602
8603
|
//# sourceMappingURL=index.cjs.js.map
|