@lwc/synthetic-shadow 2.6.1 → 2.6.2

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.
@@ -194,7 +194,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
194
194
 
195
195
 
196
196
  const hasNativeSymbolSupport = /*@__PURE__*/(() => Symbol('x').toString() === 'Symbol(x)')();
197
- /** version: 2.6.1 */
197
+ /** version: 2.6.2 */
198
198
 
199
199
  /*
200
200
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1523,7 +1523,7 @@ if (!_globalThis.lwcRuntimeFlags) {
1523
1523
  }
1524
1524
 
1525
1525
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1526
- /** version: 2.6.1 */
1526
+ /** version: 2.6.2 */
1527
1527
 
1528
1528
  /*
1529
1529
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5650,4 +5650,4 @@ defineProperty(Element.prototype, '$domManual$', {
5650
5650
 
5651
5651
  configurable: true
5652
5652
  });
5653
- /** version: 2.6.1 */
5653
+ /** version: 2.6.2 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lwc/synthetic-shadow",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
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.6.1",
40
- "@lwc/shared": "2.6.1"
39
+ "@lwc/features": "2.6.2",
40
+ "@lwc/shared": "2.6.2"
41
41
  },
42
- "gitHead": "65ae5d96106495314904cade2522cceef2067229"
42
+ "gitHead": "a49666f207d17e164aa914cf00b8f9d5a656228d"
43
43
  }