@lwc/shared 8.22.4 → 8.22.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 CHANGED
@@ -780,7 +780,7 @@ function htmlEscape(str, attrMode = false) {
780
780
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
781
781
  */
782
782
  // Increment whenever the LWC template compiler changes
783
- const LWC_VERSION = "8.22.4";
783
+ const LWC_VERSION = "8.22.6";
784
784
  const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
785
785
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
786
786
 
@@ -913,9 +913,9 @@ function setTrustedSignalSet(signals) {
913
913
  trustedSignals = signals;
914
914
  // Only used in LWC's Karma. Contained within the set function as there are multiple imports of
915
915
  // this module. Placing it here ensures we reference the import where the trustedSignals set is maintained
916
- if (process.env.NODE_ENV === 'test-karma-lwc') {
916
+ if (process.env.NODE_ENV === 'test-lwc-integration') {
917
917
  // Used to reset the global state between test runs
918
- globalThis.__lwcResetTrustedSignalsSetForTest = () => (trustedSignals = undefined);
918
+ globalThis.__lwcResetTrustedSignals = () => (trustedSignals = undefined);
919
919
  }
920
920
  }
921
921
  function addTrustedSignal(signal) {
@@ -1123,5 +1123,5 @@ exports.setPrototypeOf = setPrototypeOf;
1123
1123
  exports.setTrustedContextSet = setTrustedContextSet;
1124
1124
  exports.setTrustedSignalSet = setTrustedSignalSet;
1125
1125
  exports.toString = toString;
1126
- /** version: 8.22.4 */
1126
+ /** version: 8.22.6 */
1127
1127
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -776,7 +776,7 @@ function htmlEscape(str, attrMode = false) {
776
776
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
777
777
  */
778
778
  // Increment whenever the LWC template compiler changes
779
- const LWC_VERSION = "8.22.4";
779
+ const LWC_VERSION = "8.22.6";
780
780
  const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
781
781
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
782
782
 
@@ -909,9 +909,9 @@ function setTrustedSignalSet(signals) {
909
909
  trustedSignals = signals;
910
910
  // Only used in LWC's Karma. Contained within the set function as there are multiple imports of
911
911
  // this module. Placing it here ensures we reference the import where the trustedSignals set is maintained
912
- if (process.env.NODE_ENV === 'test-karma-lwc') {
912
+ if (process.env.NODE_ENV === 'test-lwc-integration') {
913
913
  // Used to reset the global state between test runs
914
- globalThis.__lwcResetTrustedSignalsSetForTest = () => (trustedSignals = undefined);
914
+ globalThis.__lwcResetTrustedSignals = () => (trustedSignals = undefined);
915
915
  }
916
916
  }
917
917
  function addTrustedSignal(signal) {
@@ -997,5 +997,5 @@ function normalizeTabIndex(value) {
997
997
  }
998
998
 
999
999
  export { AMBIGUOUS_PROP_SET, AriaAttrNameToPropNameMap, AriaPropNameToAttrNameMap, ArrayConcat, ArrayCopyWithin, ArrayEvery, ArrayFill, ArrayFilter, ArrayFind, ArrayFindIndex, ArrayFrom, ArrayIncludes, ArrayIndexOf, ArrayJoin, ArrayMap, ArrayPop, ArrayPush, ArrayReduce, ArrayReverse, ArrayShift, ArraySlice, ArraySome, ArraySort, ArraySplice, ArrayUnshift, ContextEventName, DEFAULT_SSR_MODE, DISALLOWED_PROP_SET, 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, addTrustedContext, addTrustedSignal, arrayEvery, assert, assign, create, defineProperties, defineProperty, entries, flattenStylesheets, forEach, freeze, fromEntries, generateCustomElementTagName, getAPIVersionFromNumber, getContextKeys, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPropertyDescriptor, getPrototypeOf, hasOwnProperty, htmlEscape, htmlPropertyToAttribute, isAPIFeatureEnabled, isAriaAttribute, isArray, isBoolean, isBooleanAttribute, isFalse, isFrozen, isFunction, isGlobalHtmlAttribute, isNull, isNumber, isObject, isString, isTrue, isTrustedContext, isTrustedSignal, isUndefined, isVoidElement, kebabCaseToCamelCase, keys, legacyIsTrustedSignal, minApiVersion, noop, normalizeClass, normalizeStyleAttributeValue, normalizeTabIndex, parseStyleText, sanitizeHtmlContent, seal, setContextKeys, setHooks, setPrototypeOf, setTrustedContextSet, setTrustedSignalSet, toString };
1000
- /** version: 8.22.4 */
1000
+ /** version: 8.22.6 */
1001
1001
  //# 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.22.4",
7
+ "version": "8.22.6",
8
8
  "description": "Utilities and methods that are shared across packages",
9
9
  "keywords": [
10
10
  "lwc"