@lwc/synthetic-shadow 2.45.3 → 2.45.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +6 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/dist/synthetic-shadow.js +6 -3
- package/package.json +3 -3
package/dist/synthetic-shadow.js
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
+
/* proxy-compat-disable */
|
1
2
|
/**
|
2
3
|
* Copyright (C) 2023 salesforce.com, inc.
|
3
4
|
*/
|
5
|
+
/* proxy-compat-disable */
|
4
6
|
/**
|
5
7
|
* Copyright (C) 2023 salesforce.com, inc.
|
6
8
|
*/
|
@@ -122,8 +124,9 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
122
124
|
// We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
|
123
125
|
// we can't use typeof since it will fail when transpiling.
|
124
126
|
const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
|
125
|
-
/** version: 2.45.
|
127
|
+
/** version: 2.45.5 */
|
126
128
|
|
129
|
+
/* proxy-compat-disable */
|
127
130
|
/**
|
128
131
|
* Copyright (C) 2023 salesforce.com, inc.
|
129
132
|
*/
|
@@ -131,7 +134,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
|
|
131
134
|
if (!_globalThis.lwcRuntimeFlags) {
|
132
135
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
133
136
|
}
|
134
|
-
/** version: 2.45.
|
137
|
+
/** version: 2.45.5 */
|
135
138
|
|
136
139
|
/*
|
137
140
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4750,5 +4753,5 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4750
4753
|
},
|
4751
4754
|
configurable: true,
|
4752
4755
|
});
|
4753
|
-
/** version: 2.45.
|
4756
|
+
/** version: 2.45.5 */
|
4754
4757
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
|
5
5
|
],
|
6
6
|
"name": "@lwc/synthetic-shadow",
|
7
|
-
"version": "2.45.
|
7
|
+
"version": "2.45.5",
|
8
8
|
"description": "Synthetic Shadow Root for LWC",
|
9
9
|
"keywords": [
|
10
10
|
"lwc"
|
@@ -42,8 +42,8 @@
|
|
42
42
|
}
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@lwc/features": "2.45.
|
46
|
-
"@lwc/shared": "2.45.
|
45
|
+
"@lwc/features": "2.45.5",
|
46
|
+
"@lwc/shared": "2.45.5"
|
47
47
|
},
|
48
48
|
"lwc": {
|
49
49
|
"modules": [
|