@lwc/babel-plugin-component 2.48.0 → 2.49.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
@@ -1141,5 +1141,5 @@ function LwcClassTransform(api) {
1141
1141
  }
1142
1142
 
1143
1143
  exports.default = LwcClassTransform;
1144
- /** version: 2.48.0 */
1144
+ /** version: 2.49.0 */
1145
1145
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -1137,5 +1137,5 @@ function LwcClassTransform(api) {
1137
1137
  }
1138
1138
 
1139
1139
  export { LwcClassTransform as default };
1140
- /** version: 2.48.0 */
1140
+ /** version: 2.49.0 */
1141
1141
  //# 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": "2.48.0",
7
+ "version": "2.49.0",
8
8
  "description": "Babel plugin to transform a LWC module",
9
9
  "keywords": [
10
10
  "lwc"
@@ -42,9 +42,9 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@babel/helper-module-imports": "~7.21.4",
46
- "@lwc/errors": "2.48.0",
47
- "@lwc/shared": "2.48.0",
45
+ "@babel/helper-module-imports": "7.21.4",
46
+ "@lwc/errors": "2.49.0",
47
+ "@lwc/shared": "2.49.0",
48
48
  "line-column": "~1.0.2"
49
49
  },
50
50
  "devDependencies": {