@lwc/template-compiler 2.45.3 → 2.45.5
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 +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* proxy-compat-disable */
|
|
1
2
|
/**
|
|
2
3
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
3
4
|
*/
|
|
@@ -5309,5 +5310,5 @@ function compile(source, config) {
|
|
|
5309
5310
|
exports.compile = compile;
|
|
5310
5311
|
exports.default = compile;
|
|
5311
5312
|
exports.parse = parse;
|
|
5312
|
-
/** version: 2.45.
|
|
5313
|
+
/** version: 2.45.5 */
|
|
5313
5314
|
//# sourceMappingURL=index.cjs.js.map
|