@lwc/babel-plugin-component 8.12.7 → 8.13.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 +1 -2
- package/dist/index.js +1 -2
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -36,7 +36,6 @@ const AMBIGUOUS_PROP_SET = new Map([
|
|
|
36
36
|
const DISALLOWED_PROP_SET = new Set(['is', 'class', 'slot', 'style']);
|
|
37
37
|
const LWC_PACKAGE_ALIAS = 'lwc';
|
|
38
38
|
const LWC_PACKAGE_EXPORTS = {
|
|
39
|
-
BASE_COMPONENT: 'LightningElement',
|
|
40
39
|
API_DECORATOR: 'api',
|
|
41
40
|
TRACK_DECORATOR: 'track',
|
|
42
41
|
WIRE_DECORATOR: 'wire',
|
|
@@ -1285,5 +1284,5 @@ function LwcClassTransform(api) {
|
|
|
1285
1284
|
}
|
|
1286
1285
|
|
|
1287
1286
|
exports.default = LwcClassTransform;
|
|
1288
|
-
/** version: 8.
|
|
1287
|
+
/** version: 8.13.0 */
|
|
1289
1288
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -32,7 +32,6 @@ const AMBIGUOUS_PROP_SET = new Map([
|
|
|
32
32
|
const DISALLOWED_PROP_SET = new Set(['is', 'class', 'slot', 'style']);
|
|
33
33
|
const LWC_PACKAGE_ALIAS = 'lwc';
|
|
34
34
|
const LWC_PACKAGE_EXPORTS = {
|
|
35
|
-
BASE_COMPONENT: 'LightningElement',
|
|
36
35
|
API_DECORATOR: 'api',
|
|
37
36
|
TRACK_DECORATOR: 'track',
|
|
38
37
|
WIRE_DECORATOR: 'wire',
|
|
@@ -1281,5 +1280,5 @@ function LwcClassTransform(api) {
|
|
|
1281
1280
|
}
|
|
1282
1281
|
|
|
1283
1282
|
export { LwcClassTransform as default };
|
|
1284
|
-
/** version: 8.
|
|
1283
|
+
/** version: 8.13.0 */
|
|
1285
1284
|
//# 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.
|
|
7
|
+
"version": "8.13.0",
|
|
8
8
|
"description": "Babel plugin to transform a LWC module",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@babel/helper-module-imports": "7.25.9",
|
|
50
|
-
"@lwc/errors": "8.
|
|
51
|
-
"@lwc/shared": "8.
|
|
50
|
+
"@lwc/errors": "8.13.0",
|
|
51
|
+
"@lwc/shared": "8.13.0",
|
|
52
52
|
"line-column": "~1.0.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|