@lwc/shared 8.13.1-alpha.0 → 8.13.1
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 +2 -2
- package/dist/attr-reflection.d.ts +0 -2
- package/dist/ecmascript.d.ts +0 -1
package/dist/index.cjs.js
CHANGED
|
@@ -715,7 +715,7 @@ function htmlEscape(str, attrMode = false) {
|
|
|
715
715
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
716
716
|
*/
|
|
717
717
|
// Increment whenever the LWC template compiler changes
|
|
718
|
-
const LWC_VERSION = "8.13.
|
|
718
|
+
const LWC_VERSION = "8.13.1";
|
|
719
719
|
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
|
|
720
720
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
721
721
|
|
|
@@ -1007,5 +1007,5 @@ exports.setHooks = setHooks;
|
|
|
1007
1007
|
exports.setPrototypeOf = setPrototypeOf;
|
|
1008
1008
|
exports.setTrustedSignalSet = setTrustedSignalSet;
|
|
1009
1009
|
exports.toString = toString;
|
|
1010
|
-
/** version: 8.13.
|
|
1010
|
+
/** version: 8.13.1 */
|
|
1011
1011
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -711,7 +711,7 @@ function htmlEscape(str, attrMode = false) {
|
|
|
711
711
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
712
712
|
*/
|
|
713
713
|
// Increment whenever the LWC template compiler changes
|
|
714
|
-
const LWC_VERSION = "8.13.
|
|
714
|
+
const LWC_VERSION = "8.13.1";
|
|
715
715
|
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
|
|
716
716
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
717
717
|
|
|
@@ -893,5 +893,5 @@ function generateCustomElementTagName(namespace = '', name = '') {
|
|
|
893
893
|
const DEFAULT_SSR_MODE = 'sync';
|
|
894
894
|
|
|
895
895
|
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, DEFAULT_SSR_MODE, HIGHEST_API_VERSION, HTML_NAMESPACE, ID_REFERENCING_ATTRIBUTES_SET, IMPORTANT_FLAG, KEY__LEGACY_SHADOW_TOKEN, KEY__LEGACY_SHADOW_TOKEN_PRIVATE, KEY__NATIVE_GET_ELEMENT_BY_ID, KEY__NATIVE_ONLY_CSS, 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, REFLECTIVE_GLOBAL_PROPERTY_SET, SPECIAL_PROPERTY_ATTRIBUTE_MAPPING, SVG_NAMESPACE, StringCharAt, StringCharCodeAt, StringFromCharCode, StringReplace, StringSlice, StringSplit, StringToLowerCase, StringTrim, XLINK_NAMESPACE, XML_NAMESPACE, addTrustedSignal, arrayEvery, assert, assign, create, defineProperties, defineProperty, entries, flattenStylesheets, forEach, freeze, fromEntries, generateCustomElementTagName, getAPIVersionFromNumber, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPropertyDescriptor, getPrototypeOf, hasOwnProperty, htmlEscape, htmlPropertyToAttribute, isAPIFeatureEnabled, isAriaAttribute, isArray, isBoolean, isBooleanAttribute, isFalse, isFrozen, isFunction, isGlobalHtmlAttribute, isNull, isNumber, isObject, isString, isTrue, isTrustedSignal, isUndefined, isVoidElement, kebabCaseToCamelCase, keys, noop, normalizeClass, normalizeStyleAttributeValue, parseStyleText, sanitizeHtmlContent, seal, setHooks, setPrototypeOf, setTrustedSignalSet, toString };
|
|
896
|
-
/** version: 8.13.
|
|
896
|
+
/** version: 8.13.1 */
|
|
897
897
|
//# 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.13.1
|
|
7
|
+
"version": "8.13.1",
|
|
8
8
|
"description": "Utilities and methods that are shared across packages",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -45,4 +45,4 @@
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
}
|
|
48
|
+
}
|
package/dist/ecmascript.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const reservedKeywords: Set<string>;
|