@lwc/shared 2.31.6 → 2.31.8

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
@@ -491,7 +491,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
491
491
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
492
492
  */
493
493
  // Increment whenever the LWC template compiler changes
494
- const LWC_VERSION = "2.31.6";
494
+ const LWC_VERSION = "2.31.8";
495
495
  const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
496
496
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
497
497
 
@@ -574,4 +574,4 @@ exports.noop = noop;
574
574
  exports.seal = seal;
575
575
  exports.setPrototypeOf = setPrototypeOf;
576
576
  exports.toString = toString;
577
- /** version: 2.31.6 */
577
+ /** version: 2.31.8 */
package/dist/index.js CHANGED
@@ -489,9 +489,9 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
489
489
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
490
490
  */
491
491
  // Increment whenever the LWC template compiler changes
492
- const LWC_VERSION = "2.31.6";
492
+ const LWC_VERSION = "2.31.8";
493
493
  const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
494
494
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
495
495
 
496
496
  export { AriaAttrNameToPropNameMap, AriaPropNameToAttrNameMap, ArrayConcat, ArrayCopyWithin, ArrayFill, ArrayFilter, ArrayFind, ArrayIndexOf, ArrayJoin, ArrayMap, ArrayPop, ArrayPush, ArrayReduce, ArrayReverse, ArrayShift, ArraySlice, ArraySome, ArraySort, ArraySplice, ArrayUnshift, HTML_NAMESPACE, KEY__IS_NATIVE_SHADOW_ROOT_DEFINED, KEY__SCOPED_CSS, KEY__SHADOW_RESOLVER, KEY__SHADOW_RESOLVER_PRIVATE, KEY__SHADOW_STATIC, KEY__SHADOW_STATIC_PRIVATE, KEY__SHADOW_TOKEN, KEY__SHADOW_TOKEN_PRIVATE, KEY__SYNTHETIC_MODE, LWC_VERSION, LWC_VERSION_COMMENT, LWC_VERSION_COMMENT_REGEX, MATHML_NAMESPACE, SVG_NAMESPACE, StringCharCodeAt, StringFromCharCode, StringReplace, StringSlice, StringToLowerCase, XLINK_NAMESPACE, XML_NAMESPACE, assert, assign, create, defineProperties, defineProperty, forEach, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPropertyDescriptor, getPrototypeOf, _globalThis as globalThis, hasNativeSymbolSupport, hasOwnProperty, htmlAttributeToProperty, htmlEscape, htmlPropertyToAttribute, isAriaAttribute, isArray, isBoolean, isBooleanAttribute, isFalse, isFrozen, isFunction, isGlobalHtmlAttribute, isNull, isNumber, isObject, isString, isTrue, isUndefined, isVoidElement, keys, noop, seal, setPrototypeOf, toString };
497
- /** version: 2.31.6 */
497
+ /** version: 2.31.8 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lwc/shared",
3
- "version": "2.31.6",
3
+ "version": "2.31.8",
4
4
  "description": "Utilities and methods that are shared across packages",
5
5
  "homepage": "https://lwc.dev/",
6
6
  "repository": {