@lwc/synthetic-shadow 8.15.1 → 8.16.1
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.js +3 -3
- package/package.json +3 -3
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.16.1 */
|
201
201
|
|
202
202
|
/**
|
203
203
|
* Copyright (c) 2025 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.16.1 */
|
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.16.1 */
|
4367
4367
|
}
|
4368
4368
|
//# sourceMappingURL=index.cjs.js.map
|
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.16.1 */
|
199
199
|
|
200
200
|
/**
|
201
201
|
* Copyright (c) 2025 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.16.1 */
|
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.16.1 */
|
4365
4365
|
}
|
4366
4366
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
|
5
5
|
],
|
6
6
|
"name": "@lwc/synthetic-shadow",
|
7
|
-
"version": "8.
|
7
|
+
"version": "8.16.1",
|
8
8
|
"description": "Synthetic Shadow Root for LWC",
|
9
9
|
"keywords": [
|
10
10
|
"lwc"
|
@@ -46,8 +46,8 @@
|
|
46
46
|
}
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@lwc/features": "8.
|
50
|
-
"@lwc/shared": "8.
|
49
|
+
"@lwc/features": "8.16.1",
|
50
|
+
"@lwc/shared": "8.16.1"
|
51
51
|
},
|
52
52
|
"lwc": {
|
53
53
|
"modules": [
|