@lwc/synthetic-shadow 3.3.2 → 3.3.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.js CHANGED
@@ -110,7 +110,7 @@ const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
110
110
  const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
111
111
  const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
112
112
  const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
113
- /** version: 3.3.2 */
113
+ /** version: 3.3.3 */
114
114
 
115
115
  /**
116
116
  * Copyright (C) 2023 salesforce.com, inc.
@@ -119,7 +119,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
119
119
  if (!_globalThis.lwcRuntimeFlags) {
120
120
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
121
121
  }
122
- /** version: 3.3.2 */
122
+ /** version: 3.3.3 */
123
123
 
124
124
  /*
125
125
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4211,5 +4211,5 @@ defineProperty(Element.prototype, '$domManual$', {
4211
4211
  },
4212
4212
  configurable: true,
4213
4213
  });
4214
- /** version: 3.3.2 */
4214
+ /** version: 3.3.3 */
4215
4215
  //# sourceMappingURL=index.js.map