@lwc/shared 2.28.0 → 2.29.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
@@ -458,7 +458,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
458
458
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
459
459
  */
460
460
  // Increment whenever the LWC template compiler changes
461
- const LWC_VERSION = "2.28.0";
461
+ const LWC_VERSION = "2.29.0";
462
462
  const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
463
463
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
464
464
 
@@ -540,4 +540,4 @@ exports.noop = noop;
540
540
  exports.seal = seal;
541
541
  exports.setPrototypeOf = setPrototypeOf;
542
542
  exports.toString = toString;
543
- /** version: 2.28.0 */
543
+ /** version: 2.29.0 */
package/dist/index.js CHANGED
@@ -454,9 +454,9 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
454
454
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
455
455
  */
456
456
  // Increment whenever the LWC template compiler changes
457
- const LWC_VERSION = "2.28.0";
457
+ const LWC_VERSION = "2.29.0";
458
458
  const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
459
459
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
460
460
 
461
461
  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, htmlEscape, htmlPropertyToAttribute, isAriaAttribute, isArray, isBoolean, isBooleanAttribute, isFalse, isFrozen, isFunction, isGlobalHtmlAttribute, isNull, isNumber, isObject, isString, isTrue, isUndefined, isVoidElement, keys, noop, seal, setPrototypeOf, toString };
462
- /** version: 2.28.0 */
462
+ /** version: 2.29.0 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lwc/shared",
3
- "version": "2.28.0",
3
+ "version": "2.29.0",
4
4
  "description": "Utilities and methods that are shared across packages",
5
5
  "homepage": "https://lwc.dev/",
6
6
  "repository": {