@lwc/ssr-compiler 7.2.4 → 7.2.6
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -956,5 +956,5 @@ function compileTemplateForSSR(src, filename, _options) {
|
|
|
956
956
|
|
|
957
957
|
exports.compileComponentForSSR = compileComponentForSSR;
|
|
958
958
|
exports.compileTemplateForSSR = compileTemplateForSSR;
|
|
959
|
-
/** version: 7.2.
|
|
959
|
+
/** version: 7.2.6 */
|
|
960
960
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
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/ssr-compiler",
|
|
7
|
-
"version": "7.2.
|
|
7
|
+
"version": "7.2.6",
|
|
8
8
|
"description": "Compile component for use during server-side rendering",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"compiler",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@lwc/shared": "7.2.
|
|
48
|
-
"@lwc/template-compiler": "7.2.
|
|
47
|
+
"@lwc/shared": "7.2.6",
|
|
48
|
+
"@lwc/template-compiler": "7.2.6",
|
|
49
49
|
"acorn": "8.12.1",
|
|
50
50
|
"astring": "^1.9.0",
|
|
51
51
|
"estree-toolkit": "^1.7.7",
|