@lwc/ssr-compiler 9.1.0 → 9.1.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -2715,5 +2715,5 @@ function compileTemplateForSSR(src, filename, options, mode = shared.DEFAULT_SSR
|
|
|
2715
2715
|
|
|
2716
2716
|
exports.compileComponentForSSR = compileComponentForSSR;
|
|
2717
2717
|
exports.compileTemplateForSSR = compileTemplateForSSR;
|
|
2718
|
-
/** version: 9.1.
|
|
2718
|
+
/** version: 9.1.1 */
|
|
2719
2719
|
//# sourceMappingURL=index.cjs.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": "9.1.
|
|
7
|
+
"version": "9.1.1",
|
|
8
8
|
"description": "Compile component for use during server-side rendering",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"compiler",
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@babel/types": "7.29.0",
|
|
57
|
-
"@lwc/errors": "9.1.
|
|
58
|
-
"@lwc/shared": "9.1.
|
|
59
|
-
"@lwc/template-compiler": "9.1.
|
|
57
|
+
"@lwc/errors": "9.1.1",
|
|
58
|
+
"@lwc/shared": "9.1.1",
|
|
59
|
+
"@lwc/template-compiler": "9.1.1",
|
|
60
60
|
"acorn": "8.16.0",
|
|
61
61
|
"astring": "^1.9.0",
|
|
62
62
|
"estree-toolkit": "^1.7.13",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"meriyah": "^7.1.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@lwc/babel-plugin-component": "9.1.
|
|
67
|
+
"@lwc/babel-plugin-component": "9.1.1",
|
|
68
68
|
"@types/estree": "^1.0.8"
|
|
69
69
|
}
|
|
70
70
|
}
|