@lwc/template-compiler 8.23.0 → 8.24.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -14574,5 +14574,5 @@ exports.generateScopeTokens = generateScopeTokens;
|
|
|
14574
14574
|
exports.kebabcaseToCamelcase = kebabcaseToCamelcase;
|
|
14575
14575
|
exports.parse = parse;
|
|
14576
14576
|
exports.toPropertyName = toPropertyName;
|
|
14577
|
-
/** version: 8.
|
|
14577
|
+
/** version: 8.24.0 */
|
|
14578
14578
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -14544,5 +14544,5 @@ function compile(source, filename, config) {
|
|
|
14544
14544
|
}
|
|
14545
14545
|
|
|
14546
14546
|
export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, bindExpression, compile, compile as default, generateScopeTokens, kebabcaseToCamelcase, parse, toPropertyName };
|
|
14547
|
-
/** version: 8.
|
|
14547
|
+
/** version: 8.24.0 */
|
|
14548
14548
|
//# 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.
|
|
7
|
+
"version": "8.24.0",
|
|
8
8
|
"description": "Template compiler package",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@lwc/errors": "8.
|
|
50
|
-
"@lwc/shared": "8.
|
|
49
|
+
"@lwc/errors": "8.24.0",
|
|
50
|
+
"@lwc/shared": "8.24.0",
|
|
51
51
|
"acorn": "~8.15.0",
|
|
52
52
|
"astring": "~1.9.0",
|
|
53
53
|
"he": "~1.2.0"
|