@lwc/template-compiler 7.0.0-alpha.1 → 7.0.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 +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -14655,5 +14655,5 @@ exports.default = compile;
|
|
|
14655
14655
|
exports.kebabcaseToCamelcase = kebabcaseToCamelcase;
|
|
14656
14656
|
exports.parse = parse;
|
|
14657
14657
|
exports.toPropertyName = toPropertyName;
|
|
14658
|
-
/** version: 7.0.0
|
|
14658
|
+
/** version: 7.0.0 */
|
|
14659
14659
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -14627,5 +14627,5 @@ function compile(source, filename, config) {
|
|
|
14627
14627
|
}
|
|
14628
14628
|
|
|
14629
14629
|
export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, compile, compile as default, kebabcaseToCamelcase, parse, toPropertyName };
|
|
14630
|
-
/** version: 7.0.0
|
|
14630
|
+
/** version: 7.0.0 */
|
|
14631
14631
|
//# 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": "7.0.0
|
|
7
|
+
"version": "7.0.0",
|
|
8
8
|
"description": "Template compiler package",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@lwc/errors": "7.0.0
|
|
46
|
-
"@lwc/shared": "7.0.0
|
|
45
|
+
"@lwc/errors": "7.0.0",
|
|
46
|
+
"@lwc/shared": "7.0.0",
|
|
47
47
|
"acorn": "~8.12.0",
|
|
48
48
|
"astring": "~1.8.6",
|
|
49
49
|
"he": "~1.2.0"
|
|
@@ -55,4 +55,4 @@
|
|
|
55
55
|
"estree-walker": "~3.0.3",
|
|
56
56
|
"parse5": "~7.1.2"
|
|
57
57
|
}
|
|
58
|
-
}
|
|
58
|
+
}
|