@lwc/synthetic-shadow 2.11.0 → 2.11.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/synthetic-shadow.js +3 -3
- package/package.json +3 -3
package/dist/synthetic-shadow.js
CHANGED
@@ -146,7 +146,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
146
146
|
// We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
|
147
147
|
// we can't use typeof since it will fail when transpiling.
|
148
148
|
const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
|
149
|
-
/** version: 2.11.
|
149
|
+
/** version: 2.11.1 */
|
150
150
|
|
151
151
|
/*
|
152
152
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -1300,7 +1300,7 @@ if (!_globalThis.lwcRuntimeFlags) {
|
|
1300
1300
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
1301
1301
|
}
|
1302
1302
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
1303
|
-
/** version: 2.11.
|
1303
|
+
/** version: 2.11.1 */
|
1304
1304
|
|
1305
1305
|
/*
|
1306
1306
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -5066,4 +5066,4 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
5066
5066
|
},
|
5067
5067
|
configurable: true,
|
5068
5068
|
});
|
5069
|
-
/** version: 2.11.
|
5069
|
+
/** version: 2.11.1 */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lwc/synthetic-shadow",
|
3
|
-
"version": "2.11.
|
3
|
+
"version": "2.11.1",
|
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.11.
|
40
|
-
"@lwc/shared": "2.11.
|
39
|
+
"@lwc/features": "2.11.1",
|
40
|
+
"@lwc/shared": "2.11.1"
|
41
41
|
},
|
42
42
|
"gitHead": "94040389ab8fc717b8753e503f659489480a327d"
|
43
43
|
}
|