@lwc/synthetic-shadow 8.9.0 → 8.10.0-alpha.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 +4 -4
package/dist/index.cjs.js
CHANGED
@@ -197,7 +197,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
197
197
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
198
198
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
199
199
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
200
|
-
/** version: 8.
|
200
|
+
/** version: 8.10.0-alpha.0 */
|
201
201
|
|
202
202
|
/**
|
203
203
|
* Copyright (c) 2024 Salesforce, Inc.
|
@@ -205,7 +205,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
205
205
|
if (!globalThis.lwcRuntimeFlags) {
|
206
206
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
207
207
|
}
|
208
|
-
/** version: 8.
|
208
|
+
/** version: 8.10.0-alpha.0 */
|
209
209
|
|
210
210
|
/*
|
211
211
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4363,6 +4363,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4363
4363
|
},
|
4364
4364
|
configurable: true,
|
4365
4365
|
});
|
4366
|
-
/** version: 8.
|
4366
|
+
/** version: 8.10.0-alpha.0 */
|
4367
4367
|
}
|
4368
4368
|
//# sourceMappingURL=index.cjs.js.map
|