@lwc/shared 6.4.0 → 6.5.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
@@ -683,7 +683,7 @@ function htmlEscape(str, attrMode = false) {
683
683
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
684
684
  */
685
685
  // Increment whenever the LWC template compiler changes
686
- const LWC_VERSION = "6.4.0";
686
+ const LWC_VERSION = "6.5.0";
687
687
  const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
688
688
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
689
689
 
@@ -780,5 +780,5 @@ exports.noop = noop;
780
780
  exports.seal = seal;
781
781
  exports.setPrototypeOf = setPrototypeOf;
782
782
  exports.toString = toString;
783
- /** version: 6.4.0 */
783
+ /** version: 6.5.0 */
784
784
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -679,10 +679,10 @@ function htmlEscape(str, attrMode = false) {
679
679
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
680
680
  */
681
681
  // Increment whenever the LWC template compiler changes
682
- const LWC_VERSION = "6.4.0";
682
+ const LWC_VERSION = "6.5.0";
683
683
  const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
684
684
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
685
685
 
686
686
  export { AriaAttrNameToPropNameMap, AriaPropNameToAttrNameMap, ArrayConcat, ArrayCopyWithin, ArrayEvery, ArrayFill, ArrayFilter, ArrayFind, ArrayFindIndex, ArrayIncludes, ArrayIndexOf, ArrayJoin, ArrayMap, ArrayPop, ArrayPush, ArrayReduce, ArrayReverse, ArrayShift, ArraySlice, ArraySome, ArraySort, ArraySplice, ArrayUnshift, HIGHEST_API_VERSION, HTML_NAMESPACE, ID_REFERENCING_ATTRIBUTES_SET, KEY__LEGACY_SHADOW_TOKEN, KEY__LEGACY_SHADOW_TOKEN_PRIVATE, 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, LOWEST_API_VERSION, LWC_VERSION, LWC_VERSION_COMMENT, LWC_VERSION_COMMENT_REGEX, MATHML_NAMESPACE, SVG_NAMESPACE, StringCharAt, StringCharCodeAt, StringFromCharCode, StringReplace, StringSlice, StringSplit, StringToLowerCase, XLINK_NAMESPACE, XML_NAMESPACE, arrayEvery, assert, assign, create, defineProperties, defineProperty, entries, forEach, freeze, getAPIVersionFromNumber, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getPropertyDescriptor, getPrototypeOf, hasOwnProperty, htmlEscape, htmlPropertyToAttribute, isAPIFeatureEnabled, isAriaAttribute, isArray, isBoolean, isBooleanAttribute, isFalse, isFrozen, isFunction, isGlobalHtmlAttribute, isNull, isNumber, isObject, isString, isTrue, isUndefined, isVoidElement, kebabCaseToCamelCase, keys, noop, seal, setPrototypeOf, toString };
687
- /** version: 6.4.0 */
687
+ /** version: 6.5.0 */
688
688
  //# 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": "6.4.0",
7
+ "version": "6.5.0",
8
8
  "description": "Utilities and methods that are shared across packages",
9
9
  "keywords": [
10
10
  "lwc"