@lwc/synthetic-shadow 8.12.3 → 8.12.4
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE.md +1 -1
- package/dist/index.cjs.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/LICENSE.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
MIT LICENSE
|
4
4
|
|
5
|
-
Copyright (c)
|
5
|
+
Copyright (c) 2025, Salesforce, Inc.
|
6
6
|
All rights reserved.
|
7
7
|
|
8
8
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
package/dist/index.cjs.js
CHANGED
@@ -217,7 +217,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
217
217
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
218
218
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
219
219
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
220
|
-
/** version: 8.12.
|
220
|
+
/** version: 8.12.4 */
|
221
221
|
|
222
222
|
/**
|
223
223
|
* Copyright (c) 2025 Salesforce, Inc.
|
@@ -225,7 +225,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
225
225
|
if (!globalThis.lwcRuntimeFlags) {
|
226
226
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
227
227
|
}
|
228
|
-
/** version: 8.12.
|
228
|
+
/** version: 8.12.4 */
|
229
229
|
|
230
230
|
/*
|
231
231
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4383,6 +4383,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4383
4383
|
},
|
4384
4384
|
configurable: true,
|
4385
4385
|
});
|
4386
|
-
/** version: 8.12.
|
4386
|
+
/** version: 8.12.4 */
|
4387
4387
|
}
|
4388
4388
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
@@ -215,7 +215,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
215
215
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
216
216
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
217
217
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
218
|
-
/** version: 8.12.
|
218
|
+
/** version: 8.12.4 */
|
219
219
|
|
220
220
|
/**
|
221
221
|
* Copyright (c) 2025 Salesforce, Inc.
|
@@ -223,7 +223,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
223
223
|
if (!globalThis.lwcRuntimeFlags) {
|
224
224
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
225
225
|
}
|
226
|
-
/** version: 8.12.
|
226
|
+
/** version: 8.12.4 */
|
227
227
|
|
228
228
|
/*
|
229
229
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4381,6 +4381,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4381
4381
|
},
|
4382
4382
|
configurable: true,
|
4383
4383
|
});
|
4384
|
-
/** version: 8.12.
|
4384
|
+
/** version: 8.12.4 */
|
4385
4385
|
}
|
4386
4386
|
//# 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.12.
|
7
|
+
"version": "8.12.4",
|
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.12.
|
50
|
-
"@lwc/shared": "8.12.
|
49
|
+
"@lwc/features": "8.12.4",
|
50
|
+
"@lwc/shared": "8.12.4"
|
51
51
|
},
|
52
52
|
"lwc": {
|
53
53
|
"modules": [
|