@lwc/ssr-runtime 8.10.0-alpha.0 → 8.10.1
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -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.1 */
|
|
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.1 */
|
|
1889
1889
|
//# sourceMappingURL=index.cjs.js.map
|