@lwc/rollup-plugin
Advanced tools
Comparing version
@@ -108,3 +108,3 @@ /** | ||
// The version from the package.json is inlined by the build script | ||
version: "8.16.0", | ||
version: "8.16.1", | ||
buildStart({ input }) { | ||
@@ -266,6 +266,8 @@ if (rootDir === undefined) { | ||
// For backward compatibility with commonjs format | ||
module.exports = lwc; | ||
if (typeof module !== 'undefined') { | ||
module.exports = lwc; | ||
} | ||
exports.default = lwc; | ||
/** version: 8.16.0 */ | ||
/** version: 8.16.1 */ | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -104,3 +104,3 @@ /** | ||
// The version from the package.json is inlined by the build script | ||
version: "8.16.0", | ||
version: "8.16.1", | ||
buildStart({ input }) { | ||
@@ -262,6 +262,8 @@ if (rootDir === undefined) { | ||
// For backward compatibility with commonjs format | ||
module.exports = lwc; | ||
if (typeof module !== 'undefined') { | ||
module.exports = lwc; | ||
} | ||
export { lwc as default }; | ||
/** version: 8.16.0 */ | ||
/** version: 8.16.1 */ | ||
//# sourceMappingURL=index.js.map |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/rollup-plugin", | ||
"version": "8.16.0", | ||
"version": "8.16.1", | ||
"description": "Rollup plugin to compile LWC", | ||
@@ -50,9 +50,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@lwc/compiler": "8.16.0", | ||
"@lwc/module-resolver": "8.16.0", | ||
"@lwc/shared": "8.16.0", | ||
"@lwc/compiler": "8.16.1", | ||
"@lwc/module-resolver": "8.16.1", | ||
"@lwc/shared": "8.16.1", | ||
"@rollup/pluginutils": "~5.1.4" | ||
}, | ||
"devDependencies": { | ||
"@lwc/errors": "8.16.0" | ||
"@lwc/errors": "8.16.1" | ||
}, | ||
@@ -59,0 +59,0 @@ "peerDependencies": { |
41895
0.21%586
0.69%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated