@lwc/synthetic-shadow 5.2.1-alpha.1 → 5.2.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -117,7 +117,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
117
117
  const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
118
118
  const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
119
119
  const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
120
- /** version: 5.2.0 */
120
+ /** version: 5.2.1 */
121
121
 
122
122
  /**
123
123
  * Copyright (C) 2023 salesforce.com, inc.
@@ -126,8 +126,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
126
126
  if (!_globalThis.lwcRuntimeFlags) {
127
127
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
128
128
  }
129
- lwcRuntimeFlags.ENABLE_FORCE_SHADOW_MIGRATE_MODE = true;
130
- /** version: 5.2.0 */
129
+ /** version: 5.2.1 */
131
130
 
132
131
  /*
133
132
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4263,6 +4262,6 @@ defineProperty(Element.prototype, '$domManual$', {
4263
4262
  },
4264
4263
  configurable: true,
4265
4264
  });
4266
- /** version: 5.2.0 */
4265
+ /** version: 5.2.1 */
4267
4266
  }
4268
4267
  //# sourceMappingURL=index.js.map