@lwc/template-compiler 9.0.0 → 9.0.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -14543,5 +14543,5 @@ function compile(source, filename, config) {
14543
14543
  }
14544
14544
 
14545
14545
  export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, bindExpression, compile, compile as default, generateScopeTokens, kebabcaseToCamelcase, parse, toPropertyName };
14546
- /** version: 9.0.0 */
14546
+ /** version: 9.0.1 */
14547
14547
  //# 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": "9.0.0",
7
+ "version": "9.0.1",
8
8
  "description": "Template compiler package",
9
9
  "keywords": [
10
10
  "lwc"
@@ -50,8 +50,8 @@
50
50
  }
51
51
  },
52
52
  "dependencies": {
53
- "@lwc/errors": "9.0.0",
54
- "@lwc/shared": "9.0.0",
53
+ "@lwc/errors": "9.0.1",
54
+ "@lwc/shared": "9.0.1",
55
55
  "acorn": "~8.15.0",
56
56
  "astring": "~1.9.0",
57
57
  "he": "~1.2.0"