@lwc/babel-plugin-component 3.7.1 → 3.7.3

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
@@ -1151,5 +1151,5 @@ function LwcClassTransform(api) {
1151
1151
  }
1152
1152
 
1153
1153
  exports.default = LwcClassTransform;
1154
- /** version: 3.7.1 */
1154
+ /** version: 3.7.3 */
1155
1155
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -1147,5 +1147,5 @@ function LwcClassTransform(api) {
1147
1147
  }
1148
1148
 
1149
1149
  export { LwcClassTransform as default };
1150
- /** version: 3.7.1 */
1150
+ /** version: 3.7.3 */
1151
1151
  //# 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": "3.7.1",
7
+ "version": "3.7.3",
8
8
  "description": "Babel plugin to transform a LWC module",
9
9
  "keywords": [
10
10
  "lwc"
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@babel/helper-module-imports": "7.22.15",
46
- "@lwc/errors": "3.7.1",
47
- "@lwc/shared": "3.7.1",
46
+ "@lwc/errors": "3.7.3",
47
+ "@lwc/shared": "3.7.3",
48
48
  "line-column": "~1.0.2"
49
49
  },
50
50
  "devDependencies": {