@lwc/ssr-runtime 8.10.0-alpha.0 → 8.10.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
@@ -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.0
|
590
|
+
/** version: 8.10.0 */
|
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.0
|
1840
|
+
/** version: 8.10.0 */
|
1841
1841
|
//# sourceMappingURL=index.js.map
|