@lwc/babel-plugin-component 2.45.1 → 2.45.2

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
@@ -1133,5 +1133,5 @@ function LwcClassTransform(api) {
1133
1133
  }
1134
1134
 
1135
1135
  module.exports = LwcClassTransform;
1136
- /** version: 2.45.1 */
1136
+ /** version: 2.45.2 */
1137
1137
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -1131,5 +1131,5 @@ function LwcClassTransform(api) {
1131
1131
  }
1132
1132
 
1133
1133
  export { LwcClassTransform as default };
1134
- /** version: 2.45.1 */
1134
+ /** version: 2.45.2 */
1135
1135
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "bugs": {
11
11
  "url": "https://github.com/salesforce/lwc/issues"
12
12
  },
13
- "version": "2.45.1",
13
+ "version": "2.45.2",
14
14
  "main": "dist/index.cjs.js",
15
15
  "module": "dist/index.js",
16
16
  "typings": "types/index.d.ts",
@@ -25,8 +25,8 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@babel/helper-module-imports": "~7.21.4",
28
- "@lwc/errors": "2.45.1",
29
- "@lwc/shared": "2.45.1",
28
+ "@lwc/errors": "2.45.2",
29
+ "@lwc/shared": "2.45.2",
30
30
  "line-column": "~1.0.2"
31
31
  },
32
32
  "devDependencies": {