@lwc/shared 8.1.1 → 8.1.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
|
@@ -753,7 +753,7 @@ function htmlEscape(str, attrMode = false) {
|
|
|
753
753
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
754
754
|
*/
|
|
755
755
|
// Increment whenever the LWC template compiler changes
|
|
756
|
-
const LWC_VERSION = "8.1.
|
|
756
|
+
const LWC_VERSION = "8.1.2";
|
|
757
757
|
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
|
|
758
758
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
759
759
|
|
|
@@ -854,5 +854,5 @@ exports.reservedKeywords = reservedKeywords;
|
|
|
854
854
|
exports.seal = seal;
|
|
855
855
|
exports.setPrototypeOf = setPrototypeOf;
|
|
856
856
|
exports.toString = toString;
|
|
857
|
-
/** version: 8.1.
|
|
857
|
+
/** version: 8.1.2 */
|
|
858
858
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -749,10 +749,10 @@ function htmlEscape(str, attrMode = false) {
|
|
|
749
749
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
750
750
|
*/
|
|
751
751
|
// Increment whenever the LWC template compiler changes
|
|
752
|
-
const LWC_VERSION = "8.1.
|
|
752
|
+
const LWC_VERSION = "8.1.2";
|
|
753
753
|
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
|
|
754
754
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
755
755
|
|
|
756
756
|
export { AriaAttrNameToPropNameMap, AriaPropNameToAttrNameMap, ArrayConcat, ArrayCopyWithin, ArrayEvery, ArrayFill, ArrayFilter, ArrayFind, ArrayFindIndex, ArrayFrom, 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, StringTrim, XLINK_NAMESPACE, XML_NAMESPACE, arrayEvery, assert, assign, create, defineProperties, defineProperty, entries, forEach, freeze, getAPIVersionFromNumber, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPropertyDescriptor, getPrototypeOf, hasOwnProperty, htmlEscape, htmlPropertyToAttribute, isAPIFeatureEnabled, isAriaAttribute, isArray, isBoolean, isBooleanAttribute, isFalse, isFrozen, isFunction, isGlobalHtmlAttribute, isNull, isNumber, isObject, isString, isTrue, isUndefined, isVoidElement, kebabCaseToCamelCase, keys, noop, reservedKeywords, seal, setPrototypeOf, toString };
|
|
757
|
-
/** version: 8.1.
|
|
757
|
+
/** version: 8.1.2 */
|
|
758
758
|
//# 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": "8.1.
|
|
7
|
+
"version": "8.1.2",
|
|
8
8
|
"description": "Utilities and methods that are shared across packages",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|