@lwc/synthetic-shadow 2.14.1 → 2.14.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.14.1 */
149
+ /** version: 2.14.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.14.1 */
1125
+ /** version: 2.14.2 */
1126
1126
 
1127
1127
  /*
1128
1128
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5091,4 +5091,4 @@ if (process.env.NODE_ENV !== 'production' && typeof __karma__ !== 'undefined') {
5091
5091
  }));
5092
5092
  });
5093
5093
  }
5094
- /** version: 2.14.1 */
5094
+ /** version: 2.14.2 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lwc/synthetic-shadow",
3
- "version": "2.14.1",
3
+ "version": "2.14.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.14.1",
41
- "@lwc/shared": "2.14.1"
40
+ "@lwc/features": "2.14.2",
41
+ "@lwc/shared": "2.14.2"
42
42
  }
43
43
  }