@lwc/engine-core 2.49.0 → 2.49.1
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -6885,5 +6885,5 @@ function readonly(obj) {
|
|
|
6885
6885
|
}
|
|
6886
6886
|
|
|
6887
6887
|
export { LightningElement, profilerControl as __unstable__ProfilerControl, reportingControl as __unstable__ReportingControl, api$1 as api, connectRootElement, createContextProviderWithRegister, createVM, disconnectRootElement, freezeTemplate, getAssociatedVMIfPresent, getComponentConstructor, getComponentDef, getComponentHtmlPrototype, hydrateRoot, isComponentConstructor, parseFragment, parseSVGFragment, readonly, register, registerComponent, registerDecorators, registerTemplate, sanitizeAttribute, setHooks, swapComponent, swapStyle, swapTemplate, track, unwrap, wire };
|
|
6888
|
-
/** version: 2.49.
|
|
6888
|
+
/** version: 2.49.1 */
|
|
6889
6889
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
|
|
5
5
|
],
|
|
6
6
|
"name": "@lwc/engine-core",
|
|
7
|
-
"version": "2.49.
|
|
7
|
+
"version": "2.49.1",
|
|
8
8
|
"description": "Core LWC engine APIs.",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@lwc/aria-reflection": "2.49.
|
|
46
|
-
"@lwc/features": "2.49.
|
|
47
|
-
"@lwc/shared": "2.49.
|
|
45
|
+
"@lwc/aria-reflection": "2.49.1",
|
|
46
|
+
"@lwc/features": "2.49.1",
|
|
47
|
+
"@lwc/shared": "2.49.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"observable-membrane": "2.0.0"
|