@lwc/synthetic-shadow 2.35.2 → 2.36.0

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.
@@ -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.35.2 */
123
+ /** version: 2.36.0 */
124
124
 
125
125
  /*
126
126
  * Copyright (c) 2018, salesforce.com, inc.
@@ -435,7 +435,7 @@ if (!_globalThis.lwcRuntimeFlags) {
435
435
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
436
436
  }
437
437
  const lwcRuntimeFlags = _globalThis.lwcRuntimeFlags;
438
- /** version: 2.35.2 */
438
+ /** version: 2.36.0 */
439
439
 
440
440
  /*
441
441
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4696,4 +4696,4 @@ if (process.env.NODE_ENV === 'test-karma-lwc') {
4696
4696
  }));
4697
4697
  });
4698
4698
  }
4699
- /** version: 2.35.2 */
4699
+ /** version: 2.36.0 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lwc/synthetic-shadow",
3
- "version": "2.35.2",
3
+ "version": "2.36.0",
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.35.2",
40
- "@lwc/shared": "2.35.2"
39
+ "@lwc/features": "2.36.0",
40
+ "@lwc/shared": "2.36.0"
41
41
  },
42
42
  "nx": {
43
43
  "targets": {