@lwc/ssr-compiler 8.22.4 → 8.22.5
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 +5 -5
package/dist/index.cjs.js
CHANGED
|
@@ -2641,5 +2641,5 @@ function compileTemplateForSSR(src, filename, options, mode = shared.DEFAULT_SSR
|
|
|
2641
2641
|
|
|
2642
2642
|
exports.compileComponentForSSR = compileComponentForSSR;
|
|
2643
2643
|
exports.compileTemplateForSSR = compileTemplateForSSR;
|
|
2644
|
-
/** version: 8.22.
|
|
2644
|
+
/** version: 8.22.5 */
|
|
2645
2645
|
//# 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.22.
|
|
7
|
+
"version": "8.22.5",
|
|
8
8
|
"description": "Compile component for use during server-side rendering",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"compiler",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/types": "7.28.4",
|
|
52
|
-
"@lwc/errors": "8.22.
|
|
53
|
-
"@lwc/shared": "8.22.
|
|
54
|
-
"@lwc/template-compiler": "8.22.
|
|
52
|
+
"@lwc/errors": "8.22.5",
|
|
53
|
+
"@lwc/shared": "8.22.5",
|
|
54
|
+
"@lwc/template-compiler": "8.22.5",
|
|
55
55
|
"acorn": "8.15.0",
|
|
56
56
|
"astring": "^1.9.0",
|
|
57
57
|
"estree-toolkit": "^1.7.13",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"meriyah": "^5.0.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@lwc/babel-plugin-component": "8.22.
|
|
62
|
+
"@lwc/babel-plugin-component": "8.22.5",
|
|
63
63
|
"@types/estree": "^1.0.8"
|
|
64
64
|
}
|
|
65
65
|
}
|