@lwc/template-compiler 6.0.0 → 6.1.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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (
|
|
2
|
+
* Copyright (c) 2024 Salesforce, Inc.
|
|
3
3
|
*/
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
@@ -13855,5 +13855,5 @@ function compile(source, config) {
|
|
|
13855
13855
|
exports.compile = compile;
|
|
13856
13856
|
exports.default = compile;
|
|
13857
13857
|
exports.parse = parse;
|
|
13858
|
-
/** version: 6.
|
|
13858
|
+
/** version: 6.1.1 */
|
|
13859
13859
|
//# sourceMappingURL=index.cjs.js.map
|