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