@lwc/template-compiler 9.2.1 → 9.2.2
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -14661,5 +14661,5 @@ exports.generateScopeTokens = generateScopeTokens;
|
|
|
14661
14661
|
exports.kebabcaseToCamelcase = kebabcaseToCamelcase;
|
|
14662
14662
|
exports.parse = parse;
|
|
14663
14663
|
exports.toPropertyName = toPropertyName;
|
|
14664
|
-
/** version: 9.2.
|
|
14664
|
+
/** version: 9.2.2 */
|
|
14665
14665
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.js
CHANGED
|
@@ -14626,5 +14626,5 @@ function compile(source, filename, config) {
|
|
|
14626
14626
|
}
|
|
14627
14627
|
|
|
14628
14628
|
export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, bindExpression, compile, compile as default, generateScopeTokens, kebabcaseToCamelcase, parse, toPropertyName };
|
|
14629
|
-
/** version: 9.2.
|
|
14629
|
+
/** version: 9.2.2 */
|
|
14630
14630
|
//# 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.2.
|
|
7
|
+
"version": "9.2.2",
|
|
8
8
|
"description": "Template compiler package",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@lwc/errors": "9.2.
|
|
55
|
-
"@lwc/shared": "9.2.
|
|
54
|
+
"@lwc/errors": "9.2.2",
|
|
55
|
+
"@lwc/shared": "9.2.2",
|
|
56
56
|
"acorn": "~8.16.0",
|
|
57
57
|
"astring": "~1.9.0",
|
|
58
58
|
"he": "~1.2.0"
|