@lwc/babel-plugin-component 8.10.0 → 8.10.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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2025 Salesforce, Inc.
|
|
3
3
|
*/
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
@@ -1276,5 +1276,5 @@ function LwcClassTransform(api) {
|
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
1278
|
exports.default = LwcClassTransform;
|
|
1279
|
-
/** version: 8.10.
|
|
1279
|
+
/** version: 8.10.2 */
|
|
1280
1280
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2025 Salesforce, Inc.
|
|
3
3
|
*/
|
|
4
4
|
import { extname, basename } from 'path';
|
|
5
5
|
import { addNamed, addDefault } from '@babel/helper-module-imports';
|
|
@@ -1272,5 +1272,5 @@ function LwcClassTransform(api) {
|
|
|
1272
1272
|
}
|
|
1273
1273
|
|
|
1274
1274
|
export { LwcClassTransform as default };
|
|
1275
|
-
/** version: 8.10.
|
|
1275
|
+
/** version: 8.10.2 */
|
|
1276
1276
|
//# 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.10.
|
|
7
|
+
"version": "8.10.2",
|
|
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.10.
|
|
49
|
-
"@lwc/shared": "8.10.
|
|
48
|
+
"@lwc/errors": "8.10.2",
|
|
49
|
+
"@lwc/shared": "8.10.2",
|
|
50
50
|
"line-column": "~1.0.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|