@lwc/synthetic-shadow 2.5.0 → 2.5.3
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.5.
|
|
197
|
+
/** version: 2.5.3 */
|
|
198
198
|
|
|
199
199
|
/*
|
|
200
200
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -526,7 +526,7 @@ if (!_globalThis.lwcRuntimeFlags) {
|
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
529
|
-
/** version: 2.5.
|
|
529
|
+
/** version: 2.5.3 */
|
|
530
530
|
|
|
531
531
|
/*
|
|
532
532
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5752,4 +5752,4 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
5752
5752
|
|
|
5753
5753
|
configurable: true
|
|
5754
5754
|
});
|
|
5755
|
-
/** version: 2.5.
|
|
5755
|
+
/** version: 2.5.3 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lwc/synthetic-shadow",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.3",
|
|
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.5.
|
|
40
|
-
"@lwc/shared": "2.5.
|
|
39
|
+
"@lwc/features": "2.5.3",
|
|
40
|
+
"@lwc/shared": "2.5.3"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "ac4aabb18775261b4b6f71eefd5e4cfc172c895b"
|
|
43
43
|
}
|