@lwc/synthetic-shadow 2.47.0 → 2.48.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/synthetic-shadow.js +3 -3
- package/package.json +3 -3
package/dist/synthetic-shadow.js
CHANGED
@@ -124,7 +124,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
124
124
|
// We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
|
125
125
|
// we can't use typeof since it will fail when transpiling.
|
126
126
|
const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
|
127
|
-
/** version: 2.
|
127
|
+
/** version: 2.48.0 */
|
128
128
|
|
129
129
|
/* proxy-compat-disable */
|
130
130
|
/**
|
@@ -134,7 +134,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
|
|
134
134
|
if (!_globalThis.lwcRuntimeFlags) {
|
135
135
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
136
136
|
}
|
137
|
-
/** version: 2.
|
137
|
+
/** version: 2.48.0 */
|
138
138
|
|
139
139
|
/*
|
140
140
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4753,5 +4753,5 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4753
4753
|
},
|
4754
4754
|
configurable: true,
|
4755
4755
|
});
|
4756
|
-
/** version: 2.
|
4756
|
+
/** version: 2.48.0 */
|
4757
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.
|
7
|
+
"version": "2.48.0",
|
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.
|
46
|
-
"@lwc/shared": "2.
|
45
|
+
"@lwc/features": "2.48.0",
|
46
|
+
"@lwc/shared": "2.48.0"
|
47
47
|
},
|
48
48
|
"lwc": {
|
49
49
|
"modules": [
|