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