@lwc/ssr-runtime 8.10.1 → 8.10.2
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 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2025 Salesforce, Inc.
|
|
3
3
|
*/
|
|
4
4
|
/*
|
|
5
5
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -217,7 +217,7 @@ const renderer = {
|
|
|
217
217
|
const hot = undefined;
|
|
218
218
|
|
|
219
219
|
/**
|
|
220
|
-
* Copyright (c)
|
|
220
|
+
* Copyright (c) 2025 Salesforce, Inc.
|
|
221
221
|
*/
|
|
222
222
|
/*
|
|
223
223
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -587,7 +587,7 @@ function flattenStylesheets(stylesheets) {
|
|
|
587
587
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
588
588
|
*/
|
|
589
589
|
const DEFAULT_SSR_MODE = 'sync';
|
|
590
|
-
/** version: 8.10.
|
|
590
|
+
/** version: 8.10.2 */
|
|
591
591
|
|
|
592
592
|
/*
|
|
593
593
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -1837,5 +1837,5 @@ function createContextProvider(adapter) {
|
|
|
1837
1837
|
}
|
|
1838
1838
|
|
|
1839
1839
|
export { ClassList, LightningElement, SYMBOL__DEFAULT_TEMPLATE, SYMBOL__GENERATE_MARKUP, SYMBOL__SET_INTERNALS, api, connectContext, createContextProvider, createElement, establishContextfulRelationship, fallbackTmpl, fallbackTmplNoYield, filterProperties, freezeTemplate, getComponentDef, getReadOnlyProxy, hasScopedStaticStylesheets, hot, htmlEscape, isComponentConstructor, mutationTracker, parseFragment, parseSVGFragment, readonly, registerComponent, registerDecorators, registerTemplate, renderAttrs, renderAttrsNoYield, serverSideRenderComponent as renderComponent, renderStylesheets, renderer, sanitizeAttribute, sanitizeHtmlContent, serverSideRenderComponent, setFeatureFlag, setFeatureFlagForTest, setHooks, swapComponent, swapStyle, swapTemplate, toIteratorDirective, track, unwrap$1 as unwrap, validateStyleTextContents, wire };
|
|
1840
|
-
/** version: 8.10.
|
|
1840
|
+
/** version: 8.10.2 */
|
|
1841
1841
|
//# sourceMappingURL=index.js.map
|