@lwc/synthetic-shadow 2.32.1 → 2.34.0
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.
|
151
|
+
/** version: 2.34.0 */
|
152
152
|
|
153
153
|
/*
|
154
154
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -463,7 +463,7 @@ if (!_globalThis.lwcRuntimeFlags) {
|
|
463
463
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
464
464
|
}
|
465
465
|
const lwcRuntimeFlags = _globalThis.lwcRuntimeFlags;
|
466
|
-
/** version: 2.
|
466
|
+
/** version: 2.34.0 */
|
467
467
|
|
468
468
|
/*
|
469
469
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4716,4 +4716,4 @@ if (process.env.NODE_ENV !== 'production' && typeof __karma__ !== 'undefined') {
|
|
4716
4716
|
}));
|
4717
4717
|
});
|
4718
4718
|
}
|
4719
|
-
/** version: 2.
|
4719
|
+
/** version: 2.34.0 */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lwc/synthetic-shadow",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.34.0",
|
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.
|
40
|
-
"@lwc/shared": "2.
|
39
|
+
"@lwc/features": "2.34.0",
|
40
|
+
"@lwc/shared": "2.34.0"
|
41
41
|
},
|
42
42
|
"nx": {
|
43
43
|
"targets": {
|