@lwc/synthetic-shadow 3.0.0 → 3.0.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.js CHANGED
@@ -122,7 +122,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
122
122
  // We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
123
123
  // we can't use typeof since it will fail when transpiling.
124
124
  const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
125
- /** version: 3.0.0 */
125
+ /** version: 3.0.1 */
126
126
 
127
127
  /**
128
128
  * Copyright (C) 2023 salesforce.com, inc.
@@ -131,7 +131,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
131
131
  if (!_globalThis.lwcRuntimeFlags) {
132
132
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
133
133
  }
134
- /** version: 3.0.0 */
134
+ /** version: 3.0.1 */
135
135
 
136
136
  /*
137
137
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4750,5 +4750,5 @@ defineProperty(Element.prototype, '$domManual$', {
4750
4750
  },
4751
4751
  configurable: true,
4752
4752
  });
4753
- /** version: 3.0.0 */
4753
+ /** version: 3.0.1 */
4754
4754
  //# sourceMappingURL=index.js.map