@lwc/template-compiler 3.3.2 → 3.4.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 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -5345,5 +5345,5 @@ function compile(source, config) {
|
|
|
5345
5345
|
}
|
|
5346
5346
|
|
|
5347
5347
|
export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, compile, compile as default, parse };
|
|
5348
|
-
/** version: 3.
|
|
5348
|
+
/** version: 3.4.0 */
|
|
5349
5349
|
//# 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/template-compiler",
|
|
7
|
-
"version": "3.
|
|
7
|
+
"version": "3.4.0",
|
|
8
8
|
"description": "Template compiler package",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@lwc/errors": "3.
|
|
46
|
-
"@lwc/shared": "3.
|
|
45
|
+
"@lwc/errors": "3.4.0",
|
|
46
|
+
"@lwc/shared": "3.4.0",
|
|
47
47
|
"acorn": "~8.10.0",
|
|
48
48
|
"astring": "~1.8.6",
|
|
49
49
|
"estree-walker": "~2.0.2",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/estree": "1.0.1",
|
|
55
|
-
"@types/he": "^1.2.
|
|
55
|
+
"@types/he": "^1.2.1",
|
|
56
56
|
"@types/parse5": "^6.0.2",
|
|
57
57
|
"@types/source-map": "0.5.7"
|
|
58
58
|
}
|