mpserverless-sdk-core
Advanced tools
Comparing version 0.0.8 to 0.0.9
export default class Client { | ||
static invoke(openApiName: string, params: { | ||
constructor(); | ||
invoke(openApiName: string, params: { | ||
[key: string]: any; | ||
@@ -4,0 +5,0 @@ }): Promise<{ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
class Client { | ||
static async invoke(openApiName, params) { | ||
constructor() { | ||
} | ||
async invoke(openApiName, params) { | ||
throw new Error('Un-implemented!'); | ||
@@ -6,0 +8,0 @@ } |
{ | ||
"name": "mpserverless-sdk-core", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Alipay mini program Serverless SDK Core", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -8,3 +8,7 @@ // This file is auto-generated, don't edit it | ||
static async invoke(openApiName: string, params: {[key: string]: any}): Promise<{[key: string]: any}> { | ||
constructor() { | ||
} | ||
async invoke(openApiName: string, params: {[key: string]: any}): Promise<{[key: string]: any}> { | ||
throw new Error('Un-implemented!'); | ||
@@ -11,0 +15,0 @@ } |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6112
169
0