@lwc/template-compiler 5.0.7 → 5.0.9

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
@@ -13845,5 +13845,5 @@ function compile(source, config) {
13845
13845
  exports.compile = compile;
13846
13846
  exports.default = compile;
13847
13847
  exports.parse = parse;
13848
- /** version: 5.0.7 */
13848
+ /** version: 5.0.9 */
13849
13849
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -13819,5 +13819,5 @@ function compile(source, config) {
13819
13819
  }
13820
13820
 
13821
13821
  export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, compile, compile as default, parse };
13822
- /** version: 5.0.7 */
13822
+ /** version: 5.0.9 */
13823
13823
  //# 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": "5.0.7",
7
+ "version": "5.0.9",
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": "5.0.7",
46
- "@lwc/shared": "5.0.7",
45
+ "@lwc/errors": "5.0.9",
46
+ "@lwc/shared": "5.0.9",
47
47
  "acorn": "~8.10.0",
48
48
  "astring": "~1.8.6",
49
49
  "estree-walker": "~2.0.2",