@lwc/ssr-compiler
Advanced tools
Comparing version 8.12.7 to 8.13.0-alpha.0
@@ -0,3 +1,3 @@ | ||
import { type CompilationMode } from '@lwc/shared'; | ||
import type { ComponentTransformOptions } from '../shared'; | ||
import type { CompilationMode } from '@lwc/shared'; | ||
export default function compileJS(src: string, filename: string, tagName: string, options: ComponentTransformOptions, compilationMode: CompilationMode): { | ||
@@ -4,0 +4,0 @@ code: string; |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/ssr-compiler", | ||
"version": "8.12.7", | ||
"version": "8.13.0-alpha.0", | ||
"description": "Compile component for use during server-side rendering", | ||
@@ -53,5 +53,5 @@ "keywords": [ | ||
"@babel/types": "7.26.7", | ||
"@lwc/shared": "8.12.7", | ||
"@lwc/errors": "8.12.7", | ||
"@lwc/template-compiler": "8.12.7", | ||
"@lwc/shared": "8.13.0-alpha.0", | ||
"@lwc/errors": "8.13.0-alpha.0", | ||
"@lwc/template-compiler": "8.13.0-alpha.0", | ||
"acorn": "8.14.0", | ||
@@ -64,5 +64,5 @@ "astring": "^1.9.0", | ||
"devDependencies": { | ||
"@lwc/babel-plugin-component": "8.12.7", | ||
"@lwc/babel-plugin-component": "8.13.0-alpha.0", | ||
"@types/estree": "^1.0.6" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
247378
52
5169
1
+ Added@lwc/errors@8.13.0-alpha.0(transitive)
+ Added@lwc/shared@8.13.0-alpha.0(transitive)
+ Added@lwc/template-compiler@8.13.0-alpha.0(transitive)
- Removed@lwc/errors@8.12.7(transitive)
- Removed@lwc/shared@8.12.7(transitive)
- Removed@lwc/template-compiler@8.12.7(transitive)
Updated@lwc/errors@8.13.0-alpha.0
Updated@lwc/shared@8.13.0-alpha.0