build: 0.0.18

This commit is contained in:
wss-git 2021-10-18 16:47:31 +08:00
parent ec36588ae7
commit 3f41b8c50a
6 changed files with 4 additions and 17 deletions

View File

@ -1,8 +1,7 @@
node_modules
.s
tsconfig.json
LICENSE
package-lok.json
package-lock.json
.prettierrc.js
.gitignore

File diff suppressed because one or more lines are too long

5
lib/lib/client.d.ts vendored
View File

@ -1,5 +0,0 @@
import { ICredentials } from '../interface/entity';
export default class Client {
static buildFcClient(region: string, credentials: ICredentials): Promise<any>;
private static getFcEndpoint;
}

View File

@ -27,13 +27,6 @@ export default class RemoteInvoke {
* path /proxy/serviceName/functionName/path ,
*/
request(event: any): Promise<void>;
handlerHttpParmase(event: any): {
headers: any;
queries: any;
method: any;
path: any;
body: any;
};
private showLog;
private getJsonEvent;
}

View File

@ -1,6 +1,6 @@
{
"name": "fc-remote-invoke",
"version": "0.0.17",
"version": "0.0.18",
"description": "This is a component demo for Serverless Devs Tool ",
"keywords": [
"Serverless",

View File

@ -2,7 +2,7 @@ Type: Component
Name: fc-remote-invoke
Provider:
- 其它
Version: 0.0.17
Version: 0.0.18
Description: 初始化component模板
HomePage: https://www.serverless-devs.com
Tags: #标签详情