@lwc/shared 2.45.4 → 2.45.5

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
@@ -492,7 +492,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
492
492
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
493
493
  */
494
494
  // Increment whenever the LWC template compiler changes
495
- const LWC_VERSION = "2.45.4";
495
+ const LWC_VERSION = "2.45.5";
496
496
  const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
497
497
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
498
498
 
@@ -582,5 +582,5 @@ exports.noop = noop;
582
582
  exports.seal = seal;
583
583
  exports.setPrototypeOf = setPrototypeOf;
584
584
  exports.toString = toString;
585
- /** version: 2.45.4 */
585
+ /** version: 2.45.5 */
586
586
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -488,10 +488,10 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
488
488
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
489
489
  */
490
490
  // Increment whenever the LWC template compiler changes
491
- const LWC_VERSION = "2.45.4";
491
+ const LWC_VERSION = "2.45.5";
492
492
  const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
493
493
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
494
494
 
495
495
  export { AriaAttrNameToPropNameMap, AriaPropNameToAttrNameMap, ArrayConcat, ArrayCopyWithin, ArrayFill, ArrayFilter, ArrayFind, ArrayFindIndex, ArrayIncludes, ArrayIndexOf, ArrayJoin, ArrayMap, ArrayPop, ArrayPush, ArrayReduce, ArrayReverse, ArrayShift, ArraySlice, ArraySome, ArraySort, ArraySplice, ArrayUnshift, HTML_NAMESPACE, ID_REFERENCING_ATTRIBUTES_SET, KEY__IS_NATIVE_SHADOW_ROOT_DEFINED, KEY__NATIVE_GET_ELEMENT_BY_ID, KEY__NATIVE_QUERY_SELECTOR_ALL, 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, StringSplit, StringToLowerCase, XLINK_NAMESPACE, XML_NAMESPACE, arrayEvery, 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 };
496
- /** version: 2.45.4 */
496
+ /** version: 2.45.5 */
497
497
  //# 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/shared",
7
- "version": "2.45.4",
7
+ "version": "2.45.5",
8
8
  "description": "Utilities and methods that are shared across packages",
9
9
  "keywords": [
10
10
  "lwc"