@lwc/template-compiler 3.0.1 → 3.0.3

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
@@ -5365,5 +5365,5 @@ function compile(source, config) {
5365
5365
  exports.compile = compile;
5366
5366
  exports.default = compile;
5367
5367
  exports.parse = parse;
5368
- /** version: 3.0.1 */
5368
+ /** version: 3.0.3 */
5369
5369
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -5338,5 +5338,5 @@ function compile(source, config) {
5338
5338
  }
5339
5339
 
5340
5340
  export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, compile, compile as default, parse };
5341
- /** version: 3.0.1 */
5341
+ /** version: 3.0.3 */
5342
5342
  //# 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.0.1",
7
+ "version": "3.0.3",
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.0.1",
46
- "@lwc/shared": "3.0.1",
45
+ "@lwc/errors": "3.0.3",
46
+ "@lwc/shared": "3.0.3",
47
47
  "acorn": "~8.10.0",
48
48
  "astring": "~1.8.6",
49
49
  "estree-walker": "~2.0.2",