@lwc/synthetic-shadow 8.1.0-alpha.0 → 8.1.0-alpha.1
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.cjs.js
CHANGED
@@ -213,7 +213,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
213
213
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
214
214
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
215
215
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
216
|
-
/** version: 8.0.
|
216
|
+
/** version: 8.1.0-alpha.1 */
|
217
217
|
|
218
218
|
/**
|
219
219
|
* Copyright (c) 2024 Salesforce, Inc.
|
@@ -221,7 +221,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
221
221
|
if (!globalThis.lwcRuntimeFlags) {
|
222
222
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
223
223
|
}
|
224
|
-
/** version: 8.0.
|
224
|
+
/** version: 8.1.0-alpha.1 */
|
225
225
|
|
226
226
|
/*
|
227
227
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4379,6 +4379,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4379
4379
|
},
|
4380
4380
|
configurable: true,
|
4381
4381
|
});
|
4382
|
-
/** version: 8.0.
|
4382
|
+
/** version: 8.1.0-alpha.1 */
|
4383
4383
|
}
|
4384
4384
|
//# sourceMappingURL=index.cjs.js.map
|