@lwc/ssr-compiler 9.0.0 → 9.0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -2711,5 +2711,5 @@ function compileTemplateForSSR(src, filename, options, mode = DEFAULT_SSR_MODE)
2711
2711
  }
2712
2712
 
2713
2713
  export { compileComponentForSSR, compileTemplateForSSR };
2714
- /** version: 9.0.0 */
2714
+ /** version: 9.0.2 */
2715
2715
  //# sourceMappingURL=index.js.map
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.0.0",
7
+ "version": "9.0.2",
8
8
  "description": "Compile component for use during server-side rendering",
9
9
  "keywords": [
10
10
  "compiler",
@@ -52,10 +52,10 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@babel/types": "7.28.6",
56
- "@lwc/errors": "9.0.0",
57
- "@lwc/shared": "9.0.0",
58
- "@lwc/template-compiler": "9.0.0",
55
+ "@babel/types": "7.29.0",
56
+ "@lwc/errors": "9.0.2",
57
+ "@lwc/shared": "9.0.2",
58
+ "@lwc/template-compiler": "9.0.2",
59
59
  "acorn": "8.15.0",
60
60
  "astring": "^1.9.0",
61
61
  "estree-toolkit": "^1.7.13",
@@ -63,7 +63,7 @@
63
63
  "meriyah": "^7.0.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@lwc/babel-plugin-component": "9.0.0",
66
+ "@lwc/babel-plugin-component": "9.0.2",
67
67
  "@types/estree": "^1.0.8"
68
68
  }
69
69
  }