@lwc/synthetic-shadow 2.5.6 → 2.5.10-alpha1
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.10-alpha1 */
|
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.10-alpha1 */
|
530
530
|
|
531
531
|
/*
|
532
532
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -5757,4 +5757,4 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
5757
5757
|
|
5758
5758
|
configurable: true
|
5759
5759
|
});
|
5760
|
-
/** version: 2.5.
|
5760
|
+
/** version: 2.5.10-alpha1 */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lwc/synthetic-shadow",
|
3
|
-
"version": "2.5.
|
3
|
+
"version": "2.5.10-alpha1",
|
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.10-alpha1",
|
40
|
+
"@lwc/shared": "2.5.10-alpha1"
|
41
41
|
},
|
42
|
-
"gitHead": "
|
42
|
+
"gitHead": "b96b2d24f545c14a5c8984ab01081290afd5dc39"
|
43
43
|
}
|