@lwc/synthetic-shadow 8.10.0 → 8.10.2
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 +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2025 Salesforce, Inc.
|
3
3
|
*/
|
4
4
|
if (!globalThis.lwcRuntimeFlags) {
|
5
5
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: Object.create(null) });
|
@@ -8,7 +8,7 @@ if (!lwcRuntimeFlags.ENABLE_FORCE_SHADOW_MIGRATE_MODE && !lwcRuntimeFlags.DISABL
|
|
8
8
|
'use strict';
|
9
9
|
|
10
10
|
/**
|
11
|
-
* Copyright (c)
|
11
|
+
* Copyright (c) 2025 Salesforce, Inc.
|
12
12
|
*/
|
13
13
|
/*
|
14
14
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -197,15 +197,15 @@ 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.10.
|
200
|
+
/** version: 8.10.2 */
|
201
201
|
|
202
202
|
/**
|
203
|
-
* Copyright (c)
|
203
|
+
* Copyright (c) 2025 Salesforce, Inc.
|
204
204
|
*/
|
205
205
|
if (!globalThis.lwcRuntimeFlags) {
|
206
206
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
207
207
|
}
|
208
|
-
/** version: 8.10.
|
208
|
+
/** version: 8.10.2 */
|
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.10.
|
4366
|
+
/** version: 8.10.2 */
|
4367
4367
|
}
|
4368
4368
|
//# sourceMappingURL=index.cjs.js.map
|