@lwc/synthetic-shadow 8.5.0 → 8.7.0
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.
- 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.cjs.js
CHANGED
@@ -217,7 +217,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
217
217
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
218
218
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
219
219
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
220
|
-
/** version: 8.
|
220
|
+
/** version: 8.7.0 */
|
221
221
|
|
222
222
|
/**
|
223
223
|
* Copyright (c) 2024 Salesforce, Inc.
|
@@ -225,7 +225,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
225
225
|
if (!globalThis.lwcRuntimeFlags) {
|
226
226
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
227
227
|
}
|
228
|
-
/** version: 8.
|
228
|
+
/** version: 8.7.0 */
|
229
229
|
|
230
230
|
/*
|
231
231
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4383,6 +4383,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4383
4383
|
},
|
4384
4384
|
configurable: true,
|
4385
4385
|
});
|
4386
|
-
/** version: 8.
|
4386
|
+
/** version: 8.7.0 */
|
4387
4387
|
}
|
4388
4388
|
//# sourceMappingURL=index.cjs.js.map
|