@lwc/synthetic-shadow 9.3.7 → 9.3.8
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 +3 -3
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -194,7 +194,7 @@ const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
|
|
|
194
194
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
195
195
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
|
196
196
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
197
|
-
/** version: 9.3.
|
|
197
|
+
/** version: 9.3.8 */
|
|
198
198
|
|
|
199
199
|
/**
|
|
200
200
|
* Copyright (c) 2026 Salesforce, Inc.
|
|
@@ -202,7 +202,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
|
202
202
|
if (!globalThis.lwcRuntimeFlags) {
|
|
203
203
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
204
204
|
}
|
|
205
|
-
/** version: 9.3.
|
|
205
|
+
/** version: 9.3.8 */
|
|
206
206
|
|
|
207
207
|
/*
|
|
208
208
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4338,6 +4338,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
4338
4338
|
},
|
|
4339
4339
|
configurable: true,
|
|
4340
4340
|
});
|
|
4341
|
-
/** version: 9.3.
|
|
4341
|
+
/** version: 9.3.8 */
|
|
4342
4342
|
}
|
|
4343
4343
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.js
CHANGED
|
@@ -192,7 +192,7 @@ const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
|
|
|
192
192
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
193
193
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
|
194
194
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
195
|
-
/** version: 9.3.
|
|
195
|
+
/** version: 9.3.8 */
|
|
196
196
|
|
|
197
197
|
/**
|
|
198
198
|
* Copyright (c) 2026 Salesforce, Inc.
|
|
@@ -200,7 +200,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
|
200
200
|
if (!globalThis.lwcRuntimeFlags) {
|
|
201
201
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
202
202
|
}
|
|
203
|
-
/** version: 9.3.
|
|
203
|
+
/** version: 9.3.8 */
|
|
204
204
|
|
|
205
205
|
/*
|
|
206
206
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4336,6 +4336,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
4336
4336
|
},
|
|
4337
4337
|
configurable: true,
|
|
4338
4338
|
});
|
|
4339
|
-
/** version: 9.3.
|
|
4339
|
+
/** version: 9.3.8 */
|
|
4340
4340
|
}
|
|
4341
4341
|
//# 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": "9.3.
|
|
7
|
+
"version": "9.3.8",
|
|
8
8
|
"description": "Synthetic Shadow Root for LWC",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@lwc/features": "9.3.
|
|
55
|
-
"@lwc/shared": "9.3.
|
|
54
|
+
"@lwc/features": "9.3.8",
|
|
55
|
+
"@lwc/shared": "9.3.8"
|
|
56
56
|
},
|
|
57
57
|
"lwc": {
|
|
58
58
|
"modules": [
|