@lwc/engine-core 3.0.3 → 3.0.4
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 -2
- package/dist/index.js +2 -2
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -6848,7 +6848,7 @@ function trackMutations(tmpl) {
|
|
|
6848
6848
|
}
|
|
6849
6849
|
function addLegacyStylesheetTokensShim(tmpl) {
|
|
6850
6850
|
// When ENABLE_FROZEN_TEMPLATE is false, then we shim stylesheetTokens on top of stylesheetToken for anyone who
|
|
6851
|
-
// is accessing the old internal API (backwards compat). Details:
|
|
6851
|
+
// is accessing the old internal API (backwards compat). Details: W-14210169
|
|
6852
6852
|
shared.defineProperty(tmpl, 'stylesheetTokens', {
|
|
6853
6853
|
enumerable: true,
|
|
6854
6854
|
configurable: true,
|
|
@@ -6981,5 +6981,5 @@ exports.swapTemplate = swapTemplate;
|
|
|
6981
6981
|
exports.track = track;
|
|
6982
6982
|
exports.unwrap = unwrap;
|
|
6983
6983
|
exports.wire = wire;
|
|
6984
|
-
/** version: 3.0.
|
|
6984
|
+
/** version: 3.0.4 */
|
|
6985
6985
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -6844,7 +6844,7 @@ function trackMutations(tmpl) {
|
|
|
6844
6844
|
}
|
|
6845
6845
|
function addLegacyStylesheetTokensShim(tmpl) {
|
|
6846
6846
|
// When ENABLE_FROZEN_TEMPLATE is false, then we shim stylesheetTokens on top of stylesheetToken for anyone who
|
|
6847
|
-
// is accessing the old internal API (backwards compat). Details:
|
|
6847
|
+
// is accessing the old internal API (backwards compat). Details: W-14210169
|
|
6848
6848
|
defineProperty(tmpl, 'stylesheetTokens', {
|
|
6849
6849
|
enumerable: true,
|
|
6850
6850
|
configurable: true,
|
|
@@ -6939,5 +6939,5 @@ function readonly(obj) {
|
|
|
6939
6939
|
}
|
|
6940
6940
|
|
|
6941
6941
|
export { LightningElement, profilerControl as __unstable__ProfilerControl, reportingControl as __unstable__ReportingControl, api$1 as api, connectRootElement, createContextProviderWithRegister, createVM, disconnectRootElement, freezeTemplate, getAssociatedVMIfPresent, getComponentAPIVersion, getComponentConstructor, getComponentDef, getComponentHtmlPrototype, hydrateRoot, isComponentConstructor, parseFragment, parseSVGFragment, readonly, register, registerComponent, registerDecorators, registerTemplate, sanitizeAttribute, setHooks, swapComponent, swapStyle, swapTemplate, track, unwrap, wire };
|
|
6942
|
-
/** version: 3.0.
|
|
6942
|
+
/** version: 3.0.4 */
|
|
6943
6943
|
//# 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": "3.0.
|
|
7
|
+
"version": "3.0.4",
|
|
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": "3.0.
|
|
46
|
-
"@lwc/features": "3.0.
|
|
47
|
-
"@lwc/shared": "3.0.
|
|
45
|
+
"@lwc/aria-reflection": "3.0.4",
|
|
46
|
+
"@lwc/features": "3.0.4",
|
|
47
|
+
"@lwc/shared": "3.0.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"observable-membrane": "2.0.0"
|