@lwc/template-compiler 2.45.4 → 2.45.5

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
@@ -5310,5 +5310,5 @@ function compile(source, config) {
5310
5310
  exports.compile = compile;
5311
5311
  exports.default = compile;
5312
5312
  exports.parse = parse;
5313
- /** version: 2.45.4 */
5313
+ /** version: 2.45.5 */
5314
5314
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -5283,5 +5283,5 @@ function compile(source, config) {
5283
5283
  }
5284
5284
 
5285
5285
  export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, compile, compile as default, parse };
5286
- /** version: 2.45.4 */
5286
+ /** version: 2.45.5 */
5287
5287
  //# 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": "2.45.4",
7
+ "version": "2.45.5",
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": "2.45.4",
46
- "@lwc/shared": "2.45.4",
45
+ "@lwc/errors": "2.45.5",
46
+ "@lwc/shared": "2.45.5",
47
47
  "acorn": "~8.8.2",
48
48
  "astring": "~1.8.3",
49
49
  "estree-walker": "~2.0.2",