@lwc/synthetic-shadow 8.1.0-alpha.5 → 8.1.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 +4 -4
package/dist/index.cjs.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.1.0
|
218
|
+
/** version: 8.1.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.1.0
|
226
|
+
/** version: 8.1.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.1.0
|
4384
|
+
/** version: 8.1.0 */
|
4385
4385
|
}
|
4386
4386
|
//# sourceMappingURL=index.cjs.js.map
|