@lwc/sfdc-lwc-compiler 13.2.24-alpha.1 → 13.2.24
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/compile.js +1 -1
- package/package.json +8 -8
package/dist/compile.js
CHANGED
|
@@ -207,7 +207,7 @@ async function compileKomaciModule(compilerConfig, komaciFiles, luvioMetadata) {
|
|
|
207
207
|
const { bundle: bundleInput, compilerConfigs } = compilerConfig;
|
|
208
208
|
const komaciModNamespace = '@salesforce';
|
|
209
209
|
const komaciModName = 'komaci' + bundleInput.namespace + '__' + bundleInput.name;
|
|
210
|
-
const komaciModFileName = komaciModName + '.
|
|
210
|
+
const komaciModFileName = komaciModName + '.js';
|
|
211
211
|
const luvioMetadataFileName = bundleInput.name + '.js';
|
|
212
212
|
let komaciModSrc;
|
|
213
213
|
// Create input and invoke Komaci module generator
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lwc/sfdc-lwc-compiler",
|
|
3
3
|
"description": "LWC compiler for SFDC platform",
|
|
4
|
-
"version": "13.2.24
|
|
4
|
+
"version": "13.2.24",
|
|
5
5
|
"main": "dist/main.js",
|
|
6
6
|
"typings": "dist/main.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"@babel/preset-typescript": "7.28.5",
|
|
27
27
|
"@babel/traverse": "7.28.5",
|
|
28
28
|
"@babel/types": "7.28.5",
|
|
29
|
-
"@komaci/esm-generator": "260.
|
|
30
|
-
"@lwc/dev-server-plugin-lex": "13.2.24
|
|
31
|
-
"@lwc/eslint-plugin-lwc": "3.
|
|
29
|
+
"@komaci/esm-generator": "260.38.0",
|
|
30
|
+
"@lwc/dev-server-plugin-lex": "13.2.24",
|
|
31
|
+
"@lwc/eslint-plugin-lwc": "3.4.0",
|
|
32
32
|
"@lwc/eslint-plugin-lwc-platform": "6.3.0",
|
|
33
|
-
"@lwc/metadata": "13.2.24
|
|
34
|
-
"@lwc/sfdc-compiler-utils": "13.2.24
|
|
33
|
+
"@lwc/metadata": "13.2.24",
|
|
34
|
+
"@lwc/sfdc-compiler-utils": "13.2.24",
|
|
35
35
|
"@rollup/plugin-babel": "^6.1.0",
|
|
36
36
|
"@rollup/plugin-replace": "^6.0.3",
|
|
37
37
|
"@rollup/wasm-node": "4.10.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/eslint-parser": "^7.28.5",
|
|
56
|
-
"@komaci/types": "260.
|
|
56
|
+
"@komaci/types": "260.38.0",
|
|
57
57
|
"@types/babel__core": "^7.20.5",
|
|
58
58
|
"@types/common-tags": "^1.8.4",
|
|
59
59
|
"@types/doctrine": "^0.0.9",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"@lwc/errors": ">=8",
|
|
71
71
|
"@lwc/template-compiler": ">=8"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "c6be3c9ce47d9a7ac93109606f9e779074a23659"
|
|
74
74
|
}
|