@lwc/synthetic-shadow 3.7.1 → 3.7.3

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
@@ -115,7 +115,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
115
115
  const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
116
116
  const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
117
117
  const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
118
- /** version: 3.7.1 */
118
+ /** version: 3.7.3 */
119
119
 
120
120
  /**
121
121
  * Copyright (C) 2023 salesforce.com, inc.
@@ -124,7 +124,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
124
124
  if (!_globalThis.lwcRuntimeFlags) {
125
125
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
126
126
  }
127
- /** version: 3.7.1 */
127
+ /** version: 3.7.3 */
128
128
 
129
129
  /*
130
130
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4260,5 +4260,5 @@ defineProperty(Element.prototype, '$domManual$', {
4260
4260
  },
4261
4261
  configurable: true,
4262
4262
  });
4263
- /** version: 3.7.1 */
4263
+ /** version: 3.7.3 */
4264
4264
  //# sourceMappingURL=index.cjs.js.map