@lwc/babel-plugin-component 8.18.1 → 8.19.0

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 CHANGED
@@ -1267,5 +1267,5 @@ function LwcClassTransform(api) {
1267
1267
  }
1268
1268
 
1269
1269
  exports.default = LwcClassTransform;
1270
- /** version: 8.18.1 */
1270
+ /** version: 8.19.0 */
1271
1271
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -1263,5 +1263,5 @@ function LwcClassTransform(api) {
1263
1263
  }
1264
1264
 
1265
1265
  export { LwcClassTransform as default };
1266
- /** version: 8.18.1 */
1266
+ /** version: 8.19.0 */
1267
1267
  //# 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/babel-plugin-component",
7
- "version": "8.18.1",
7
+ "version": "8.19.0",
8
8
  "description": "Babel plugin to transform a LWC module",
9
9
  "keywords": [
10
10
  "lwc"
@@ -47,8 +47,8 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@babel/helper-module-imports": "7.25.9",
50
- "@lwc/errors": "8.18.1",
51
- "@lwc/shared": "8.18.1",
50
+ "@lwc/errors": "8.19.0",
51
+ "@lwc/shared": "8.19.0",
52
52
  "line-column": "~1.0.2"
53
53
  },
54
54
  "devDependencies": {