@lwc/template-compiler 8.12.3 → 8.12.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/LICENSE.md +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
MIT LICENSE
|
|
4
4
|
|
|
5
|
-
Copyright (c)
|
|
5
|
+
Copyright (c) 2025, Salesforce, Inc.
|
|
6
6
|
All rights reserved.
|
|
7
7
|
|
|
8
8
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
package/dist/index.cjs.js
CHANGED
|
@@ -14714,5 +14714,5 @@ exports.generateScopeTokens = generateScopeTokens;
|
|
|
14714
14714
|
exports.kebabcaseToCamelcase = kebabcaseToCamelcase;
|
|
14715
14715
|
exports.parse = parse;
|
|
14716
14716
|
exports.toPropertyName = toPropertyName;
|
|
14717
|
-
/** version: 8.12.
|
|
14717
|
+
/** version: 8.12.5 */
|
|
14718
14718
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -14685,5 +14685,5 @@ function compile(source, filename, config) {
|
|
|
14685
14685
|
}
|
|
14686
14686
|
|
|
14687
14687
|
export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, compile, compile as default, generateScopeTokens, kebabcaseToCamelcase, parse, toPropertyName };
|
|
14688
|
-
/** version: 8.12.
|
|
14688
|
+
/** version: 8.12.5 */
|
|
14689
14689
|
//# 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.12.
|
|
7
|
+
"version": "8.12.5",
|
|
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.12.
|
|
50
|
-
"@lwc/shared": "8.12.
|
|
49
|
+
"@lwc/errors": "8.12.5",
|
|
50
|
+
"@lwc/shared": "8.12.5",
|
|
51
51
|
"acorn": "~8.14.0",
|
|
52
52
|
"astring": "~1.9.0",
|
|
53
53
|
"he": "~1.2.0"
|