@lwc/ssr-runtime 8.16.2 → 8.16.3
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 +3 -3
package/dist/index.cjs.js
CHANGED
@@ -624,7 +624,7 @@ function normalizeTabIndex(value) {
|
|
624
624
|
const shouldNormalize = value > 0 && typeof value !== 'boolean';
|
625
625
|
return shouldNormalize ? 0 : value;
|
626
626
|
}
|
627
|
-
/** version: 8.16.
|
627
|
+
/** version: 8.16.3 */
|
628
628
|
|
629
629
|
/*
|
630
630
|
* Copyright (c) 2024, Salesforce, Inc.
|
@@ -1899,5 +1899,5 @@ exports.track = track;
|
|
1899
1899
|
exports.unwrap = unwrap$1;
|
1900
1900
|
exports.validateStyleTextContents = validateStyleTextContents;
|
1901
1901
|
exports.wire = wire;
|
1902
|
-
/** version: 8.16.
|
1902
|
+
/** version: 8.16.3 */
|
1903
1903
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
@@ -620,7 +620,7 @@ function normalizeTabIndex(value) {
|
|
620
620
|
const shouldNormalize = value > 0 && typeof value !== 'boolean';
|
621
621
|
return shouldNormalize ? 0 : value;
|
622
622
|
}
|
623
|
-
/** version: 8.16.
|
623
|
+
/** version: 8.16.3 */
|
624
624
|
|
625
625
|
/*
|
626
626
|
* Copyright (c) 2024, Salesforce, Inc.
|
@@ -1849,5 +1849,5 @@ function createContextProvider(adapter) {
|
|
1849
1849
|
}
|
1850
1850
|
|
1851
1851
|
export { ClassList, LightningElement, SYMBOL__DEFAULT_TEMPLATE, SYMBOL__GENERATE_MARKUP, SYMBOL__SET_INTERNALS, api, connectContext, createContextProvider, createElement, establishContextfulRelationship, fallbackTmpl, fallbackTmplNoYield, freezeTemplate, getComponentDef, hasScopedStaticStylesheets, hot, htmlEscape, isComponentConstructor, mutationTracker, normalizeClass, normalizeTabIndex, normalizeTextContent, parseFragment, parseSVGFragment, readonly, registerComponent, registerDecorators, registerTemplate, renderAttrs, renderAttrsNoYield, serverSideRenderComponent as renderComponent, renderStylesheets, renderTextContent, renderer, sanitizeAttribute, sanitizeHtmlContent, serverSideRenderComponent, setFeatureFlag, setFeatureFlagForTest, setHooks, swapComponent, swapStyle, swapTemplate, toIteratorDirective, track, unwrap$1 as unwrap, validateStyleTextContents, wire };
|
1852
|
-
/** version: 8.16.
|
1852
|
+
/** version: 8.16.3 */
|
1853
1853
|
//# 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/ssr-runtime",
|
7
|
-
"version": "8.16.
|
7
|
+
"version": "8.16.3",
|
8
8
|
"description": "Runtime complement to @lwc/ssr-compiler",
|
9
9
|
"keywords": [
|
10
10
|
"lwc",
|
@@ -48,8 +48,8 @@
|
|
48
48
|
}
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
|
-
"@lwc/shared": "8.16.
|
52
|
-
"@lwc/engine-core": "8.16.
|
51
|
+
"@lwc/shared": "8.16.3",
|
52
|
+
"@lwc/engine-core": "8.16.3",
|
53
53
|
"observable-membrane": "2.0.0"
|
54
54
|
}
|
55
55
|
}
|