@lwc/ssr-compiler 8.1.1 → 8.1.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -1024,5 +1024,5 @@ function compileTemplateForSSR(src, filename, _options) {
|
|
|
1024
1024
|
|
|
1025
1025
|
exports.compileComponentForSSR = compileComponentForSSR;
|
|
1026
1026
|
exports.compileTemplateForSSR = compileTemplateForSSR;
|
|
1027
|
-
/** version: 8.1.
|
|
1027
|
+
/** version: 8.1.2 */
|
|
1028
1028
|
//# 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": "8.1.
|
|
7
|
+
"version": "8.1.2",
|
|
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": "8.1.
|
|
48
|
-
"@lwc/template-compiler": "8.1.
|
|
47
|
+
"@lwc/shared": "8.1.2",
|
|
48
|
+
"@lwc/template-compiler": "8.1.2",
|
|
49
49
|
"acorn": "8.12.1",
|
|
50
50
|
"astring": "^1.9.0",
|
|
51
51
|
"estree-toolkit": "^1.7.8",
|