@lwc/babel-plugin-component 9.1.1 → 9.1.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1508,5 +1508,5 @@ function LwcClassTransform(api) {
|
|
|
1508
1508
|
exports.LwcPrivateMethodTransform = privateMethodTransform;
|
|
1509
1509
|
exports.LwcReversePrivateMethodTransform = reversePrivateMethodTransform;
|
|
1510
1510
|
exports.default = LwcClassTransform;
|
|
1511
|
-
/** version: 9.1.
|
|
1511
|
+
/** version: 9.1.2 */
|
|
1512
1512
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.js
CHANGED
|
@@ -1502,5 +1502,5 @@ function LwcClassTransform(api) {
|
|
|
1502
1502
|
}
|
|
1503
1503
|
|
|
1504
1504
|
export { privateMethodTransform as LwcPrivateMethodTransform, reversePrivateMethodTransform as LwcReversePrivateMethodTransform, LwcClassTransform as default };
|
|
1505
|
-
/** version: 9.1.
|
|
1505
|
+
/** version: 9.1.2 */
|
|
1506
1506
|
//# 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": "9.1.
|
|
7
|
+
"version": "9.1.2",
|
|
8
8
|
"description": "Babel plugin to transform a LWC module",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@babel/helper-module-imports": "7.28.6",
|
|
55
|
-
"@lwc/errors": "9.1.
|
|
56
|
-
"@lwc/shared": "9.1.
|
|
55
|
+
"@lwc/errors": "9.1.2",
|
|
56
|
+
"@lwc/shared": "9.1.2",
|
|
57
57
|
"line-column": "~1.0.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|