@lwc/template-compiler 9.0.4-alpha.0 → 9.0.4-alpha.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -14576,5 +14576,5 @@ exports.generateScopeTokens = generateScopeTokens;
|
|
|
14576
14576
|
exports.kebabcaseToCamelcase = kebabcaseToCamelcase;
|
|
14577
14577
|
exports.parse = parse;
|
|
14578
14578
|
exports.toPropertyName = toPropertyName;
|
|
14579
|
-
/** version: 9.0.4-alpha.
|
|
14579
|
+
/** version: 9.0.4-alpha.1 */
|
|
14580
14580
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.js
CHANGED
|
@@ -14541,5 +14541,5 @@ function compile(source, filename, config) {
|
|
|
14541
14541
|
}
|
|
14542
14542
|
|
|
14543
14543
|
export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, bindExpression, compile, compile as default, generateScopeTokens, kebabcaseToCamelcase, parse, toPropertyName };
|
|
14544
|
-
/** version: 9.0.4-alpha.
|
|
14544
|
+
/** version: 9.0.4-alpha.1 */
|
|
14545
14545
|
//# 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.4-alpha.
|
|
7
|
+
"version": "9.0.4-alpha.1",
|
|
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.0.4-alpha.
|
|
55
|
-
"@lwc/shared": "9.0.4-alpha.
|
|
54
|
+
"@lwc/errors": "9.0.4-alpha.1",
|
|
55
|
+
"@lwc/shared": "9.0.4-alpha.1",
|
|
56
56
|
"acorn": "~8.16.0",
|
|
57
57
|
"astring": "~1.9.0",
|
|
58
58
|
"he": "~1.2.0"
|