@lwc/ssr-runtime 8.15.0 → 8.15.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 CHANGED
@@ -625,7 +625,7 @@ function normalizeTabIndex(value) {
625
625
  const shouldNormalize = value > 0 && typeof value !== 'boolean';
626
626
  return shouldNormalize ? 0 : value;
627
627
  }
628
- /** version: 8.15.0 */
628
+ /** version: 8.15.1 */
629
629
 
630
630
  /*
631
631
  * Copyright (c) 2024, Salesforce, Inc.
@@ -1861,5 +1861,5 @@ exports.track = track;
1861
1861
  exports.unwrap = unwrap$1;
1862
1862
  exports.validateStyleTextContents = validateStyleTextContents;
1863
1863
  exports.wire = wire;
1864
- /** version: 8.15.0 */
1864
+ /** version: 8.15.1 */
1865
1865
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -621,7 +621,7 @@ function normalizeTabIndex(value) {
621
621
  const shouldNormalize = value > 0 && typeof value !== 'boolean';
622
622
  return shouldNormalize ? 0 : value;
623
623
  }
624
- /** version: 8.15.0 */
624
+ /** version: 8.15.1 */
625
625
 
626
626
  /*
627
627
  * Copyright (c) 2024, Salesforce, Inc.
@@ -1811,5 +1811,5 @@ function createContextProvider(adapter) {
1811
1811
  }
1812
1812
 
1813
1813
  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 };
1814
- /** version: 8.15.0 */
1814
+ /** version: 8.15.1 */
1815
1815
  //# 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.15.0",
7
+ "version": "8.15.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.15.0",
52
- "@lwc/engine-core": "8.15.0",
51
+ "@lwc/shared": "8.15.1",
52
+ "@lwc/engine-core": "8.15.1",
53
53
  "observable-membrane": "2.0.0"
54
54
  }
55
55
  }