@lwc/synthetic-shadow 2.7.3 → 2.7.4
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/synthetic-shadow.js +3 -3
- package/package.json +4 -4
package/dist/synthetic-shadow.js
CHANGED
|
@@ -194,7 +194,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
|
194
194
|
|
|
195
195
|
|
|
196
196
|
const hasNativeSymbolSupport = /*@__PURE__*/(() => Symbol('x').toString() === 'Symbol(x)')();
|
|
197
|
-
/** version: 2.7.
|
|
197
|
+
/** version: 2.7.4 */
|
|
198
198
|
|
|
199
199
|
/*
|
|
200
200
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1524,7 +1524,7 @@ if (!_globalThis.lwcRuntimeFlags) {
|
|
|
1524
1524
|
}
|
|
1525
1525
|
|
|
1526
1526
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1527
|
-
/** version: 2.7.
|
|
1527
|
+
/** version: 2.7.4 */
|
|
1528
1528
|
|
|
1529
1529
|
/*
|
|
1530
1530
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5715,4 +5715,4 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
5715
5715
|
|
|
5716
5716
|
configurable: true
|
|
5717
5717
|
});
|
|
5718
|
-
/** version: 2.7.
|
|
5718
|
+
/** version: 2.7.4 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lwc/synthetic-shadow",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.4",
|
|
4
4
|
"description": "Synthetic Shadow Root for LWC",
|
|
5
5
|
"homepage": "https://lwc.dev/",
|
|
6
6
|
"repository": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@lwc/features": "2.7.
|
|
40
|
-
"@lwc/shared": "2.7.
|
|
39
|
+
"@lwc/features": "2.7.4",
|
|
40
|
+
"@lwc/shared": "2.7.4"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "df4eda8be794fa5f7a01148c137eea4e546a0844"
|
|
43
43
|
}
|