@lwc/synthetic-shadow 2.13.1 → 2.13.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.
@@ -146,7 +146,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
146
146
  // We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
147
147
  // we can't use typeof since it will fail when transpiling.
148
148
  const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
149
- /** version: 2.13.1 */
149
+ /** version: 2.13.2 */
150
150
 
151
151
  /*
152
152
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1122,7 +1122,7 @@ if (!_globalThis.lwcRuntimeFlags) {
1122
1122
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
1123
1123
  }
1124
1124
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1125
- /** version: 2.13.1 */
1125
+ /** version: 2.13.2 */
1126
1126
 
1127
1127
  /*
1128
1128
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5066,4 +5066,4 @@ defineProperty(Element.prototype, '$domManual$', {
5066
5066
  },
5067
5067
  configurable: true,
5068
5068
  });
5069
- /** version: 2.13.1 */
5069
+ /** version: 2.13.2 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lwc/synthetic-shadow",
3
- "version": "2.13.1",
3
+ "version": "2.13.2",
4
4
  "description": "Synthetic Shadow Root for LWC",
5
5
  "homepage": "https://lwc.dev/",
6
6
  "repository": {
@@ -37,7 +37,7 @@
37
37
  "access": "public"
38
38
  },
39
39
  "devDependencies": {
40
- "@lwc/features": "2.13.1",
41
- "@lwc/shared": "2.13.1"
40
+ "@lwc/features": "2.13.2",
41
+ "@lwc/shared": "2.13.2"
42
42
  }
43
43
  }