@lwc/babel-plugin-component 8.1.2 → 8.2.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.1.2 */
1246
+ /** version: 8.2.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.1.2 */
1242
+ /** version: 8.2.0 */
1243
1243
  //# sourceMappingURL=index.js.map
package/dist/utils.d.ts CHANGED
@@ -12,12 +12,12 @@ declare function isGetterClassMethod(classMethod: NodePath<types.Node>, properti
12
12
  kind?: string;
13
13
  name?: string;
14
14
  static?: boolean;
15
- }): classMethod is NodePath<types.ClassMethod>;
15
+ }): boolean;
16
16
  declare function isSetterClassMethod(classMethod: NodePath<types.Node>, properties?: {
17
17
  kind?: string;
18
18
  name?: string;
19
19
  static?: boolean;
20
- }): classMethod is NodePath<types.ClassMethod>;
20
+ }): boolean;
21
21
  declare function getEngineImportSpecifiers(path: NodePath): ImportSpecifier[];
22
22
  declare function generateError(source: NodePath<types.Node>, { errorInfo, messageArgs }: DecoratorErrorOptions, state: LwcBabelPluginPass): Error;
23
23
  declare function incrementMetricCounter(metric: CompilerMetrics, state: LwcBabelPluginPass): void;
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.1.2",
7
+ "version": "8.2.0",
8
8
  "description": "Babel plugin to transform a LWC module",
9
9
  "keywords": [
10
10
  "lwc"
@@ -42,11 +42,11 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@babel/helper-module-imports": "7.24.7",
46
- "@babel/traverse": "^7.25.6",
47
- "@babel/types": "^7.25.0",
48
- "@lwc/errors": "8.1.2",
49
- "@lwc/shared": "8.1.2",
45
+ "@babel/helper-module-imports": "7.25.7",
46
+ "@babel/traverse": "^7.25.7",
47
+ "@babel/types": "^7.25.8",
48
+ "@lwc/errors": "8.2.0",
49
+ "@lwc/shared": "8.2.0",
50
50
  "line-column": "~1.0.2"
51
51
  },
52
52
  "devDependencies": {