@lwc/shared 2.20.5 → 2.20.6
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
|
@@ -446,7 +446,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
|
|
|
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.20.
|
|
449
|
+
const LWC_VERSION = "2.20.6";
|
|
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
|
|
|
@@ -526,4 +526,4 @@ exports.noop = noop;
|
|
|
526
526
|
exports.seal = seal;
|
|
527
527
|
exports.setPrototypeOf = setPrototypeOf;
|
|
528
528
|
exports.toString = toString;
|
|
529
|
-
/** version: 2.20.
|
|
529
|
+
/** version: 2.20.6 */
|
package/dist/index.js
CHANGED
|
@@ -442,9 +442,9 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
|
|
|
442
442
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
443
443
|
*/
|
|
444
444
|
// Increment whenever the LWC template compiler changes
|
|
445
|
-
const LWC_VERSION = "2.20.
|
|
445
|
+
const LWC_VERSION = "2.20.6";
|
|
446
446
|
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
|
|
447
447
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
448
448
|
|
|
449
449
|
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_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 };
|
|
450
|
-
/** version: 2.20.
|
|
450
|
+
/** version: 2.20.6 */
|