regenerate dist
This commit is contained in:
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@@ -52054,7 +52054,7 @@ function parseTemplateVariables(input) {
|
||||
* Replace template variables in text using {{variable}} syntax
|
||||
*/
|
||||
function replaceTemplateVariables(text, variables) {
|
||||
return text.replace(/\{\{(\w+)\}\}/g, (match, variableName) => {
|
||||
return text.replace(/\{\{([\w.-]+)\}\}/g, (match, variableName) => {
|
||||
if (variableName in variables) {
|
||||
return variables[variableName];
|
||||
}
|
||||
|
||||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user