@lwc/template-compiler 8.28.0 → 8.28.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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -14579,5 +14579,5 @@ exports.generateScopeTokens = generateScopeTokens;
|
|
|
14579
14579
|
exports.kebabcaseToCamelcase = kebabcaseToCamelcase;
|
|
14580
14580
|
exports.parse = parse;
|
|
14581
14581
|
exports.toPropertyName = toPropertyName;
|
|
14582
|
-
/** version: 8.28.
|
|
14582
|
+
/** version: 8.28.1 */
|
|
14583
14583
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -14549,5 +14549,5 @@ function compile(source, filename, config) {
|
|
|
14549
14549
|
}
|
|
14550
14550
|
|
|
14551
14551
|
export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, bindExpression, compile, compile as default, generateScopeTokens, kebabcaseToCamelcase, parse, toPropertyName };
|
|
14552
|
-
/** version: 8.28.
|
|
14552
|
+
/** version: 8.28.1 */
|
|
14553
14553
|
//# 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.28.
|
|
7
|
+
"version": "8.28.1",
|
|
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.28.
|
|
50
|
-
"@lwc/shared": "8.28.
|
|
49
|
+
"@lwc/errors": "8.28.1",
|
|
50
|
+
"@lwc/shared": "8.28.1",
|
|
51
51
|
"acorn": "~8.15.0",
|
|
52
52
|
"astring": "~1.9.0",
|
|
53
53
|
"he": "~1.2.0"
|