Skip to content

Commit 7163a57

Browse files
xsahxlheimanba
authored andcommitted
export ParseVariable
Signed-off-by: xsahxl <xsahxl@126.com>
1 parent 67df2bb commit 7163a57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serverless-devs/core",
3-
"version": "0.1.50-beta.1",
3+
"version": "0.1.51-beta.2",
44
"description": "Serverless Devs Tool Core Component",
55
"keywords": [
66
"Serverless",

src/common/execCommand/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ async function execCommand(configs: IConfigs) {
158158
return await new ExecCommand(configs).init();
159159
}
160160

161-
export { execCommand, getTemplatePath, transforYamlPath };
161+
export { execCommand, getTemplatePath, transforYamlPath, Parse as ParseVariable };

0 commit comments

Comments
 (0)