@lwc/ssr-runtime 8.10.1 → 8.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2025 Salesforce, Inc.
|
|
3
3
|
*/
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
@@ -221,7 +221,7 @@ const renderer = {
|
|
|
221
221
|
const hot = undefined;
|
|
222
222
|
|
|
223
223
|
/**
|
|
224
|
-
* Copyright (c)
|
|
224
|
+
* Copyright (c) 2025 Salesforce, Inc.
|
|
225
225
|
*/
|
|
226
226
|
/*
|
|
227
227
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -591,7 +591,7 @@ function flattenStylesheets(stylesheets) {
|
|
|
591
591
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
592
592
|
*/
|
|
593
593
|
const DEFAULT_SSR_MODE = 'sync';
|
|
594
|
-
/** version: 8.10.
|
|
594
|
+
/** version: 8.10.2 */
|
|
595
595
|
|
|
596
596
|
/*
|
|
597
597
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -1885,5 +1885,5 @@ exports.track = track;
|
|
|
1885
1885
|
exports.unwrap = unwrap$1;
|
|
1886
1886
|
exports.validateStyleTextContents = validateStyleTextContents;
|
|
1887
1887
|
exports.wire = wire;
|
|
1888
|
-
/** version: 8.10.
|
|
1888
|
+
/** version: 8.10.2 */
|
|
1889
1889
|
//# sourceMappingURL=index.cjs.js.map
|