@lwc/shared 3.1.3 → 3.2.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
@@ -498,7 +498,7 @@ function htmlEscape(str, attrMode = false) {
498
498
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
499
499
  */
500
500
  // Increment whenever the LWC template compiler changes
501
- const LWC_VERSION = "3.1.3";
501
+ const LWC_VERSION = "3.2.0";
502
502
  const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
503
503
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
504
504
 
@@ -590,5 +590,5 @@ exports.noop = noop;
590
590
  exports.seal = seal;
591
591
  exports.setPrototypeOf = setPrototypeOf;
592
592
  exports.toString = toString;
593
- /** version: 3.1.3 */
593
+ /** version: 3.2.0 */
594
594
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -494,10 +494,10 @@ function htmlEscape(str, attrMode = false) {
494
494
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
495
495
  */
496
496
  // Increment whenever the LWC template compiler changes
497
- const LWC_VERSION = "3.1.3";
497
+ const LWC_VERSION = "3.2.0";
498
498
  const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
499
499
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
500
500
 
501
501
  export { AriaAttrNameToPropNameMap, AriaPropNameToAttrNameMap, ArrayConcat, ArrayCopyWithin, 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__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, StringCharCodeAt, StringFromCharCode, StringReplace, StringSlice, StringSplit, StringToLowerCase, XLINK_NAMESPACE, XML_NAMESPACE, arrayEvery, assert, assign, create, defineProperties, defineProperty, forEach, freeze, getAPIVersionFromNumber, getOwnPropertyDescriptor, getOwnPropertyNames, getPropertyDescriptor, getPrototypeOf, _globalThis as globalThis, 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 };
502
- /** version: 3.1.3 */
502
+ /** version: 3.2.0 */
503
503
  //# 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": "3.1.3",
7
+ "version": "3.2.0",
8
8
  "description": "Utilities and methods that are shared across packages",
9
9
  "keywords": [
10
10
  "lwc"
@@ -36,7 +36,7 @@
36
36
  "targets": {
37
37
  "build": {
38
38
  "outputs": [
39
- "./dist"
39
+ "{projectRoot}/dist"
40
40
  ]
41
41
  }
42
42
  }