@lwc/template-compiler 8.17.0 → 8.18.0

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
@@ -8838,6 +8838,7 @@ function importDeclaration(specifiers, source, config) {
8838
8838
  type: 'ImportDeclaration',
8839
8839
  specifiers,
8840
8840
  source,
8841
+ attributes: [],
8841
8842
  ...config,
8842
8843
  };
8843
8844
  }
@@ -14702,5 +14703,5 @@ exports.generateScopeTokens = generateScopeTokens;
14702
14703
  exports.kebabcaseToCamelcase = kebabcaseToCamelcase;
14703
14704
  exports.parse = parse;
14704
14705
  exports.toPropertyName = toPropertyName;
14705
- /** version: 8.17.0 */
14706
+ /** version: 8.18.0 */
14706
14707
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -8814,6 +8814,7 @@ function importDeclaration(specifiers, source, config) {
8814
8814
  type: 'ImportDeclaration',
8815
8815
  specifiers,
8816
8816
  source,
8817
+ attributes: [],
8817
8818
  ...config,
8818
8819
  };
8819
8820
  }
@@ -14673,5 +14674,5 @@ function compile(source, filename, config) {
14673
14674
  }
14674
14675
 
14675
14676
  export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, compile, compile as default, generateScopeTokens, kebabcaseToCamelcase, parse, toPropertyName };
14676
- /** version: 8.17.0 */
14677
+ /** version: 8.18.0 */
14677
14678
  //# 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": "8.17.0",
7
+ "version": "8.18.0",
8
8
  "description": "Template compiler package",
9
9
  "keywords": [
10
10
  "lwc"
@@ -46,15 +46,15 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@lwc/errors": "8.17.0",
50
- "@lwc/shared": "8.17.0",
49
+ "@lwc/errors": "8.18.0",
50
+ "@lwc/shared": "8.18.0",
51
51
  "acorn": "~8.14.1",
52
52
  "astring": "~1.9.0",
53
53
  "he": "~1.2.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@parse5/tools": "^0.5.0",
57
- "@types/estree": "1.0.6",
57
+ "@types/estree": "1.0.7",
58
58
  "@types/he": "^1.2.3",
59
59
  "estree-walker": "~3.0.3",
60
60
  "parse5": "^7.2.1"