@lwc/synthetic-shadow 2.20.1 → 2.20.2
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
@@ -148,7 +148,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
148
148
|
// We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
|
149
149
|
// we can't use typeof since it will fail when transpiling.
|
150
150
|
const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
|
151
|
-
/** version: 2.20.
|
151
|
+
/** version: 2.20.2 */
|
152
152
|
|
153
153
|
/*
|
154
154
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -1124,7 +1124,7 @@ if (!_globalThis.lwcRuntimeFlags) {
|
|
1124
1124
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
1125
1125
|
}
|
1126
1126
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
1127
|
-
/** version: 2.20.
|
1127
|
+
/** version: 2.20.2 */
|
1128
1128
|
|
1129
1129
|
/*
|
1130
1130
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -5111,4 +5111,4 @@ if (process.env.NODE_ENV !== 'production' && typeof __karma__ !== 'undefined') {
|
|
5111
5111
|
}));
|
5112
5112
|
});
|
5113
5113
|
}
|
5114
|
-
/** version: 2.20.
|
5114
|
+
/** version: 2.20.2 */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lwc/synthetic-shadow",
|
3
|
-
"version": "2.20.
|
3
|
+
"version": "2.20.2",
|
4
4
|
"description": "Synthetic Shadow Root for LWC",
|
5
5
|
"homepage": "https://lwc.dev/",
|
6
6
|
"repository": {
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"access": "public"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@lwc/features": "2.20.
|
41
|
-
"@lwc/shared": "2.20.
|
40
|
+
"@lwc/features": "2.20.2",
|
41
|
+
"@lwc/shared": "2.20.2"
|
42
42
|
}
|
43
43
|
}
|