Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: zxypro1 <[email protected]>
  • Loading branch information
zxypro1 committed Jul 18, 2024
1 parent 8d55d61 commit 3d31b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/component-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless-devs/component-interface",
"version": "0.0.4",
"version": "0.0.5",
"description": "request for serverless-devs",
"main": "lib/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/component-interface/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ export interface IInputs {
args: string[];
cwd: string;
outputs?: Record<string, any>;
output?: Record<string, any>; // 当前步骤输出
}

0 comments on commit 3d31b00

Please sign in to comment.