@lwc/shared 2.13.4 → 2.14.2
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -450,7 +450,7 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
|
450
450
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
451
451
|
*/
|
|
452
452
|
// Increment whenever the LWC template compiler changes
|
|
453
|
-
const LWC_VERSION = "2.
|
|
453
|
+
const LWC_VERSION = "2.14.2";
|
|
454
454
|
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
|
|
455
455
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
456
456
|
|
|
@@ -528,4 +528,4 @@ exports.noop = noop;
|
|
|
528
528
|
exports.seal = seal;
|
|
529
529
|
exports.setPrototypeOf = setPrototypeOf;
|
|
530
530
|
exports.toString = toString;
|
|
531
|
-
/** version: 2.
|
|
531
|
+
/** version: 2.14.2 */
|
package/dist/index.js
CHANGED
|
@@ -446,9 +446,9 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
|
446
446
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
447
447
|
*/
|
|
448
448
|
// Increment whenever the LWC template compiler changes
|
|
449
|
-
const LWC_VERSION = "2.
|
|
449
|
+
const LWC_VERSION = "2.14.2";
|
|
450
450
|
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
|
|
451
451
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
452
452
|
|
|
453
453
|
export { AriaAttrNameToPropNameMap, AriaPropNameToAttrNameMap, ArrayCopyWithin, ArrayFill, ArrayFilter, ArrayFind, ArrayIndexOf, ArrayJoin, ArrayMap, ArrayPop, ArrayPush, ArrayReduce, ArrayReverse, ArrayShift, ArraySlice, ArraySort, ArraySplice, ArrayUnshift, HTML_NAMESPACE, KEY__IS_NATIVE_SHADOW_ROOT_DEFINED, KEY__SCOPED_CSS, KEY__SHADOW_RESOLVER, KEY__SHADOW_RESOLVER_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, VOID_ELEMENTS, XLINK_NAMESPACE, XML_NAMESPACE, assert, assign, create, defineProperties, defineProperty, forEach, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPropertyDescriptor, getPrototypeOf, _globalThis as globalThis, hasNativeSymbolSupport, hasOwnProperty, htmlPropertyToAttribute, isAriaAttribute, isArray, isBoolean, isBooleanAttribute, isFalse, isFrozen, isFunction, isGlobalHtmlAttribute, isNull, isNumber, isObject, isString, isTrue, isUndefined, isVoidElement, keys, noop, seal, setPrototypeOf, toString };
|
|
454
|
-
/** version: 2.
|
|
454
|
+
/** version: 2.14.2 */
|