@lwc/ssr-runtime 8.16.0 → 8.16.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 +4 -2
- package/dist/index.js +4 -2
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
@@ -11,6 +11,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
11
11
|
* SPDX-License-Identifier: MIT
|
12
12
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
13
13
|
*/
|
14
|
+
/* v8 ignore start */
|
14
15
|
// Stubs for all the un-implemented exports from @lwc/engine-server
|
15
16
|
function api(..._) {
|
16
17
|
throw new Error('@api cannot be used in SSR context.');
|
@@ -219,6 +220,7 @@ const renderer = {
|
|
219
220
|
*/
|
220
221
|
// A real stub, not a "not implemented" one! 😯
|
221
222
|
const hot = undefined;
|
223
|
+
/* v8 ignore stop */
|
222
224
|
|
223
225
|
/**
|
224
226
|
* Copyright (c) 2025 Salesforce, Inc.
|
@@ -625,7 +627,7 @@ function normalizeTabIndex(value) {
|
|
625
627
|
const shouldNormalize = value > 0 && typeof value !== 'boolean';
|
626
628
|
return shouldNormalize ? 0 : value;
|
627
629
|
}
|
628
|
-
/** version: 8.16.
|
630
|
+
/** version: 8.16.1 */
|
629
631
|
|
630
632
|
/*
|
631
633
|
* Copyright (c) 2024, Salesforce, Inc.
|
@@ -1889,5 +1891,5 @@ exports.track = track;
|
|
1889
1891
|
exports.unwrap = unwrap$1;
|
1890
1892
|
exports.validateStyleTextContents = validateStyleTextContents;
|
1891
1893
|
exports.wire = wire;
|
1892
|
-
/** version: 8.16.
|
1894
|
+
/** version: 8.16.1 */
|
1893
1895
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
* SPDX-License-Identifier: MIT
|
8
8
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
9
9
|
*/
|
10
|
+
/* v8 ignore start */
|
10
11
|
// Stubs for all the un-implemented exports from @lwc/engine-server
|
11
12
|
function api(..._) {
|
12
13
|
throw new Error('@api cannot be used in SSR context.');
|
@@ -215,6 +216,7 @@ const renderer = {
|
|
215
216
|
*/
|
216
217
|
// A real stub, not a "not implemented" one! 😯
|
217
218
|
const hot = undefined;
|
219
|
+
/* v8 ignore stop */
|
218
220
|
|
219
221
|
/**
|
220
222
|
* Copyright (c) 2025 Salesforce, Inc.
|
@@ -621,7 +623,7 @@ function normalizeTabIndex(value) {
|
|
621
623
|
const shouldNormalize = value > 0 && typeof value !== 'boolean';
|
622
624
|
return shouldNormalize ? 0 : value;
|
623
625
|
}
|
624
|
-
/** version: 8.16.
|
626
|
+
/** version: 8.16.1 */
|
625
627
|
|
626
628
|
/*
|
627
629
|
* Copyright (c) 2024, Salesforce, Inc.
|
@@ -1839,5 +1841,5 @@ function createContextProvider(adapter) {
|
|
1839
1841
|
}
|
1840
1842
|
|
1841
1843
|
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 };
|
1842
|
-
/** version: 8.16.
|
1844
|
+
/** version: 8.16.1 */
|
1843
1845
|
//# 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.1",
|
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.1",
|
52
|
+
"@lwc/engine-core": "8.16.1",
|
53
53
|
"observable-membrane": "2.0.0"
|
54
54
|
}
|
55
55
|
}
|