@alicloud/mpserverless-sdk
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -23,3 +23,4 @@ import { MPServerlessMiniAppCore } from './minicore'; | ||
interface AuthorOptions { | ||
authorType: 'anonymous' | 'unanonymous'; | ||
authorType?: 'anonymous' | 'unanonymous'; | ||
authType?: 'anonymous' | 'unanonymous'; | ||
} | ||
@@ -26,0 +27,0 @@ declare enum Platform { |
{ | ||
"name": "@alicloud/mpserverless-sdk", | ||
"author": "junmo <qwe_lingkun@163.com>", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Custom FrameWork JavaScript SDK for Alicloud MPServerless", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
182956
1051