@lwc/synthetic-shadow 8.5.0 → 8.7.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
@@ -215,7 +215,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
215
215
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
216
216
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
217
217
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
218
|
-
/** version: 8.
|
218
|
+
/** version: 8.7.0 */
|
219
219
|
|
220
220
|
/**
|
221
221
|
* Copyright (c) 2024 Salesforce, Inc.
|
@@ -223,7 +223,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
223
223
|
if (!globalThis.lwcRuntimeFlags) {
|
224
224
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
225
225
|
}
|
226
|
-
/** version: 8.
|
226
|
+
/** version: 8.7.0 */
|
227
227
|
|
228
228
|
/*
|
229
229
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4381,6 +4381,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4381
4381
|
},
|
4382
4382
|
configurable: true,
|
4383
4383
|
});
|
4384
|
-
/** version: 8.
|
4384
|
+
/** version: 8.7.0 */
|
4385
4385
|
}
|
4386
4386
|
//# sourceMappingURL=index.js.map
|