@lwc/synthetic-shadow 2.37.1 → 2.37.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -120,7 +120,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
120
120
  // We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
121
121
  // we can't use typeof since it will fail when transpiling.
122
122
  const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
123
- /** version: 2.37.1 */
123
+ /** version: 2.37.3 */
124
124
 
125
125
  /**
126
126
  * Copyright (C) 2018 salesforce.com, inc.
@@ -129,7 +129,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
129
129
  if (!_globalThis.lwcRuntimeFlags) {
130
130
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
131
131
  }
132
- /** version: 2.37.1 */
132
+ /** version: 2.37.3 */
133
133
 
134
134
  /*
135
135
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4674,4 +4674,4 @@ defineProperty(Element.prototype, '$domManual$', {
4674
4674
  },
4675
4675
  configurable: true,
4676
4676
  });
4677
- /** version: 2.37.1 */
4677
+ /** version: 2.37.3 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lwc/synthetic-shadow",
3
- "version": "2.37.1",
3
+ "version": "2.37.3",
4
4
  "description": "Synthetic Shadow Root for LWC",
5
5
  "homepage": "https://lwc.dev/",
6
6
  "repository": {
@@ -36,8 +36,8 @@
36
36
  "access": "public"
37
37
  },
38
38
  "devDependencies": {
39
- "@lwc/features": "2.37.1",
40
- "@lwc/shared": "2.37.1"
39
+ "@lwc/features": "2.37.3",
40
+ "@lwc/shared": "2.37.3"
41
41
  },
42
42
  "nx": {
43
43
  "targets": {