build: 0.0.18
This commit is contained in:
parent
ec36588ae7
commit
3f41b8c50a
3
.signore
3
.signore
|
@ -1,8 +1,7 @@
|
||||||
node_modules
|
node_modules
|
||||||
.s
|
.s
|
||||||
tsconfig.json
|
|
||||||
LICENSE
|
LICENSE
|
||||||
package-lok.json
|
package-lock.json
|
||||||
.prettierrc.js
|
.prettierrc.js
|
||||||
.gitignore
|
.gitignore
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +0,0 @@
|
||||||
import { ICredentials } from '../interface/entity';
|
|
||||||
export default class Client {
|
|
||||||
static buildFcClient(region: string, credentials: ICredentials): Promise<any>;
|
|
||||||
private static getFcEndpoint;
|
|
||||||
}
|
|
|
@ -27,13 +27,6 @@ export default class RemoteInvoke {
|
||||||
* path 组装后的路径 /proxy/serviceName/functionName/path ,
|
* path 组装后的路径 /proxy/serviceName/functionName/path ,
|
||||||
*/
|
*/
|
||||||
request(event: any): Promise<void>;
|
request(event: any): Promise<void>;
|
||||||
handlerHttpParmase(event: any): {
|
|
||||||
headers: any;
|
|
||||||
queries: any;
|
|
||||||
method: any;
|
|
||||||
path: any;
|
|
||||||
body: any;
|
|
||||||
};
|
|
||||||
private showLog;
|
private showLog;
|
||||||
private getJsonEvent;
|
private getJsonEvent;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fc-remote-invoke",
|
"name": "fc-remote-invoke",
|
||||||
"version": "0.0.17",
|
"version": "0.0.18",
|
||||||
"description": "This is a component demo for Serverless Devs Tool ",
|
"description": "This is a component demo for Serverless Devs Tool ",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Serverless",
|
"Serverless",
|
||||||
|
|
|
@ -2,7 +2,7 @@ Type: Component
|
||||||
Name: fc-remote-invoke
|
Name: fc-remote-invoke
|
||||||
Provider:
|
Provider:
|
||||||
- 其它
|
- 其它
|
||||||
Version: 0.0.17
|
Version: 0.0.18
|
||||||
Description: 初始化component模板
|
Description: 初始化component模板
|
||||||
HomePage: https://www.serverless-devs.com
|
HomePage: https://www.serverless-devs.com
|
||||||
Tags: #标签详情
|
Tags: #标签详情
|
||||||
|
|
Loading…
Reference in New Issue