Comparing version 1.5.8-dev.201706080932 to 1.5.8-dev.201706281536
@@ -170,2 +170,3 @@ export as namespace dd; | ||
export interface ConfigOption { | ||
type?: 0 | 1; | ||
agentId: string; | ||
@@ -188,3 +189,6 @@ corpId: string; | ||
export function error(callback: () => void); | ||
export function error(callback: (err: { | ||
errorCode: number; | ||
message: string; | ||
}) => void); | ||
@@ -191,0 +195,0 @@ // 获取容器版本号 |
{ | ||
"name": "ali-dd", | ||
"version": "1.5.8-dev.201706080932", | ||
"version": "1.5.8-dev.201706281536", | ||
"description": "dingtalk jsapi", | ||
@@ -13,2 +13,3 @@ "main": "dingtalk.js", | ||
}, | ||
"readme": "readme.md", | ||
"keywords": [ | ||
@@ -15,0 +16,0 @@ "dd", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
81169
8
1413
1
21