@lwc/ssr-runtime 8.12.6-alpha.0 → 8.12.6
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
|
@@ -631,7 +631,7 @@ function setHooks(hooks) {
|
|
|
631
631
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
632
632
|
*/
|
|
633
633
|
const DEFAULT_SSR_MODE = 'sync';
|
|
634
|
-
/** version: 8.12.
|
|
634
|
+
/** version: 8.12.6 */
|
|
635
635
|
|
|
636
636
|
/*
|
|
637
637
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -1840,5 +1840,5 @@ exports.track = track;
|
|
|
1840
1840
|
exports.unwrap = unwrap$1;
|
|
1841
1841
|
exports.validateStyleTextContents = validateStyleTextContents;
|
|
1842
1842
|
exports.wire = wire;
|
|
1843
|
-
/** version: 8.12.
|
|
1843
|
+
/** version: 8.12.6 */
|
|
1844
1844
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -627,7 +627,7 @@ function setHooks(hooks) {
|
|
|
627
627
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
628
628
|
*/
|
|
629
629
|
const DEFAULT_SSR_MODE = 'sync';
|
|
630
|
-
/** version: 8.12.
|
|
630
|
+
/** version: 8.12.6 */
|
|
631
631
|
|
|
632
632
|
/*
|
|
633
633
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -1791,5 +1791,5 @@ function createContextProvider(adapter) {
|
|
|
1791
1791
|
}
|
|
1792
1792
|
|
|
1793
1793
|
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 };
|
|
1794
|
-
/** version: 8.12.
|
|
1794
|
+
/** version: 8.12.6 */
|
|
1795
1795
|
//# 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.12.6
|
|
7
|
+
"version": "8.12.6",
|
|
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.12.6
|
|
52
|
-
"@lwc/engine-core": "8.12.6
|
|
51
|
+
"@lwc/shared": "8.12.6",
|
|
52
|
+
"@lwc/engine-core": "8.12.6",
|
|
53
53
|
"observable-membrane": "2.0.0"
|
|
54
54
|
}
|
|
55
|
-
}
|
|
55
|
+
}
|