@lwc/ssr-runtime 8.13.1-alpha.0 → 8.13.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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -609,7 +609,7 @@ function setHooks(hooks) {
|
|
|
609
609
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
610
610
|
*/
|
|
611
611
|
const DEFAULT_SSR_MODE = 'sync';
|
|
612
|
-
/** version: 8.13.
|
|
612
|
+
/** version: 8.13.1 */
|
|
613
613
|
|
|
614
614
|
/*
|
|
615
615
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -1832,5 +1832,5 @@ exports.track = track;
|
|
|
1832
1832
|
exports.unwrap = unwrap$1;
|
|
1833
1833
|
exports.validateStyleTextContents = validateStyleTextContents;
|
|
1834
1834
|
exports.wire = wire;
|
|
1835
|
-
/** version: 8.13.
|
|
1835
|
+
/** version: 8.13.1 */
|
|
1836
1836
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -605,7 +605,7 @@ function setHooks(hooks) {
|
|
|
605
605
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
606
606
|
*/
|
|
607
607
|
const DEFAULT_SSR_MODE = 'sync';
|
|
608
|
-
/** version: 8.13.
|
|
608
|
+
/** version: 8.13.1 */
|
|
609
609
|
|
|
610
610
|
/*
|
|
611
611
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -1783,5 +1783,5 @@ function createContextProvider(adapter) {
|
|
|
1783
1783
|
}
|
|
1784
1784
|
|
|
1785
1785
|
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, 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 };
|
|
1786
|
-
/** version: 8.13.
|
|
1786
|
+
/** version: 8.13.1 */
|
|
1787
1787
|
//# 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.13.1
|
|
7
|
+
"version": "8.13.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.13.1
|
|
52
|
-
"@lwc/engine-core": "8.13.1
|
|
51
|
+
"@lwc/shared": "8.13.1",
|
|
52
|
+
"@lwc/engine-core": "8.13.1",
|
|
53
53
|
"observable-membrane": "2.0.0"
|
|
54
54
|
}
|
|
55
|
-
}
|
|
55
|
+
}
|