@lwc/synthetic-shadow 9.4.0 → 9.4.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 +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.4.
|
|
197
|
+
/** version: 9.4.2 */
|
|
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.4.
|
|
205
|
+
/** version: 9.4.2 */
|
|
206
206
|
|
|
207
207
|
/*
|
|
208
208
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4359,6 +4359,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
4359
4359
|
},
|
|
4360
4360
|
configurable: true,
|
|
4361
4361
|
});
|
|
4362
|
-
/** version: 9.4.
|
|
4362
|
+
/** version: 9.4.2 */
|
|
4363
4363
|
}
|
|
4364
4364
|
//# 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.4.
|
|
195
|
+
/** version: 9.4.2 */
|
|
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.4.
|
|
203
|
+
/** version: 9.4.2 */
|
|
204
204
|
|
|
205
205
|
/*
|
|
206
206
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4357,6 +4357,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
4357
4357
|
},
|
|
4358
4358
|
configurable: true,
|
|
4359
4359
|
});
|
|
4360
|
-
/** version: 9.4.
|
|
4360
|
+
/** version: 9.4.2 */
|
|
4361
4361
|
}
|
|
4362
4362
|
//# 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.4.
|
|
7
|
+
"version": "9.4.2",
|
|
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.4.
|
|
55
|
-
"@lwc/shared": "9.4.
|
|
54
|
+
"@lwc/features": "9.4.2",
|
|
55
|
+
"@lwc/shared": "9.4.2"
|
|
56
56
|
},
|
|
57
57
|
"lwc": {
|
|
58
58
|
"modules": [
|