@lwc/ssr-runtime 8.17.0 → 8.18.0

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 CHANGED
@@ -624,7 +624,7 @@ function normalizeTabIndex(value) {
624
624
  const shouldNormalize = value > 0 && typeof value !== 'boolean';
625
625
  return shouldNormalize ? 0 : value;
626
626
  }
627
- /** version: 8.17.0 */
627
+ /** version: 8.18.0 */
628
628
 
629
629
  /*
630
630
  * Copyright (c) 2024, Salesforce, Inc.
@@ -1922,5 +1922,5 @@ exports.track = track;
1922
1922
  exports.unwrap = unwrap$1;
1923
1923
  exports.validateStyleTextContents = validateStyleTextContents;
1924
1924
  exports.wire = wire;
1925
- /** version: 8.17.0 */
1925
+ /** version: 8.18.0 */
1926
1926
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -620,7 +620,7 @@ function normalizeTabIndex(value) {
620
620
  const shouldNormalize = value > 0 && typeof value !== 'boolean';
621
621
  return shouldNormalize ? 0 : value;
622
622
  }
623
- /** version: 8.17.0 */
623
+ /** version: 8.18.0 */
624
624
 
625
625
  /*
626
626
  * Copyright (c) 2024, Salesforce, Inc.
@@ -1872,5 +1872,5 @@ function createContextProvider(adapter) {
1872
1872
  }
1873
1873
 
1874
1874
  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 };
1875
- /** version: 8.17.0 */
1875
+ /** version: 8.18.0 */
1876
1876
  //# 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.17.0",
7
+ "version": "8.18.0",
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.17.0",
52
- "@lwc/engine-core": "8.17.0",
51
+ "@lwc/shared": "8.18.0",
52
+ "@lwc/engine-core": "8.18.0",
53
53
  "observable-membrane": "2.0.0"
54
54
  }
55
55
  }