@lwc/template-compiler 6.3.0 → 6.3.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 CHANGED
@@ -14039,5 +14039,5 @@ function compile(source, config) {
14039
14039
  exports.compile = compile;
14040
14040
  exports.default = compile;
14041
14041
  exports.parse = parse;
14042
- /** version: 6.3.0 */
14042
+ /** version: 6.3.2 */
14043
14043
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -14013,5 +14013,5 @@ function compile(source, config) {
14013
14013
  }
14014
14014
 
14015
14015
  export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, compile, compile as default, parse };
14016
- /** version: 6.3.0 */
14016
+ /** version: 6.3.2 */
14017
14017
  //# 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": "6.3.0",
7
+ "version": "6.3.2",
8
8
  "description": "Template compiler package",
9
9
  "keywords": [
10
10
  "lwc"
@@ -42,15 +42,15 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@lwc/errors": "6.3.0",
46
- "@lwc/shared": "6.3.0",
45
+ "@lwc/errors": "6.3.2",
46
+ "@lwc/shared": "6.3.2",
47
47
  "acorn": "8.10.0",
48
48
  "astring": "~1.8.6",
49
49
  "estree-walker": "~2.0.2",
50
50
  "he": "~1.2.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@parse5/tools": "^0.3.0",
53
+ "@parse5/tools": "^0.4.0",
54
54
  "@types/estree": "1.0.5",
55
55
  "@types/he": "^1.2.3",
56
56
  "@types/source-map": "0.5.7",