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 Mar 15, 2024
1 parent 494b623 commit eb3f720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3-beta.2",
"version": "0.0.4",
"description": "request for serverless-devs",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/component-interface/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface IInputs {
access: string; // 访问秘钥名
};
getCredential: () => Promise<ICredentials | any>; // 获取用户秘钥
args: [];
args: string[];
cwd: string;
outputs?: Record<string, any>;
}

0 comments on commit eb3f720

Please sign in to comment.