@lwc/babel-plugin-component 8.7.0 → 8.8.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
@@ -1243,5 +1243,5 @@ function LwcClassTransform(api) {
1243
1243
  }
1244
1244
 
1245
1245
  exports.default = LwcClassTransform;
1246
- /** version: 8.7.0 */
1246
+ /** version: 8.8.0 */
1247
1247
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -1239,5 +1239,5 @@ function LwcClassTransform(api) {
1239
1239
  }
1240
1240
 
1241
1241
  export { LwcClassTransform as default };
1242
- /** version: 8.7.0 */
1242
+ /** version: 8.8.0 */
1243
1243
  //# 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.7.0",
7
+ "version": "8.8.0",
8
8
  "description": "Babel plugin to transform a LWC module",
9
9
  "keywords": [
10
10
  "lwc"
@@ -45,8 +45,8 @@
45
45
  "@babel/helper-module-imports": "7.25.9",
46
46
  "@babel/traverse": "^7.25.7",
47
47
  "@babel/types": "^7.25.8",
48
- "@lwc/errors": "8.7.0",
49
- "@lwc/shared": "8.7.0",
48
+ "@lwc/errors": "8.8.0",
49
+ "@lwc/shared": "8.8.0",
50
50
  "line-column": "~1.0.2"
51
51
  },
52
52
  "devDependencies": {