@lwc/synthetic-shadow 8.13.1 → 8.13.3
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.js +3 -3
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
@@ -197,7 +197,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
197
197
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
198
198
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
199
199
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
200
|
-
/** version: 8.13.
|
200
|
+
/** version: 8.13.3 */
|
201
201
|
|
202
202
|
/**
|
203
203
|
* Copyright (c) 2025 Salesforce, Inc.
|
@@ -205,7 +205,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
205
205
|
if (!globalThis.lwcRuntimeFlags) {
|
206
206
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
207
207
|
}
|
208
|
-
/** version: 8.13.
|
208
|
+
/** version: 8.13.3 */
|
209
209
|
|
210
210
|
/*
|
211
211
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4363,6 +4363,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4363
4363
|
},
|
4364
4364
|
configurable: true,
|
4365
4365
|
});
|
4366
|
-
/** version: 8.13.
|
4366
|
+
/** version: 8.13.3 */
|
4367
4367
|
}
|
4368
4368
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
@@ -195,7 +195,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
195
195
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
196
196
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
197
197
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
198
|
-
/** version: 8.13.
|
198
|
+
/** version: 8.13.3 */
|
199
199
|
|
200
200
|
/**
|
201
201
|
* Copyright (c) 2025 Salesforce, Inc.
|
@@ -203,7 +203,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
203
203
|
if (!globalThis.lwcRuntimeFlags) {
|
204
204
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
205
205
|
}
|
206
|
-
/** version: 8.13.
|
206
|
+
/** version: 8.13.3 */
|
207
207
|
|
208
208
|
/*
|
209
209
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4361,6 +4361,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4361
4361
|
},
|
4362
4362
|
configurable: true,
|
4363
4363
|
});
|
4364
|
-
/** version: 8.13.
|
4364
|
+
/** version: 8.13.3 */
|
4365
4365
|
}
|
4366
4366
|
//# 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": "8.13.
|
7
|
+
"version": "8.13.3",
|
8
8
|
"description": "Synthetic Shadow Root for LWC",
|
9
9
|
"keywords": [
|
10
10
|
"lwc"
|
@@ -46,8 +46,8 @@
|
|
46
46
|
}
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@lwc/features": "8.13.
|
50
|
-
"@lwc/shared": "8.13.
|
49
|
+
"@lwc/features": "8.13.3",
|
50
|
+
"@lwc/shared": "8.13.3"
|
51
51
|
},
|
52
52
|
"lwc": {
|
53
53
|
"modules": [
|