@wecom/cloudbase-framework-plugin-node-sdk
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -1,2 +0,2 @@ | ||
import { CloudBase } from '@cloudbase/node-sdk/lib/cloudbase'; | ||
import { CloudBase } from '@cloudbase/node-sdk'; | ||
import * as t from '@wecom/cloudbase-framework-plugin-actions'; | ||
@@ -3,0 +3,0 @@ import { GetJSAPISignatureReq } from './types'; |
@@ -137,5 +137,2 @@ "use strict"; | ||
}); | ||
if (res.code) { | ||
throw new Error(`${name} failed with error ${res.code}, ${res.message}`); | ||
} | ||
logTime('end'); | ||
@@ -142,0 +139,0 @@ return res.result; |
{ | ||
"name": "@wecom/cloudbase-framework-plugin-node-sdk", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"main": "lib/index.js", | ||
@@ -25,7 +25,7 @@ "types": "lib/index.d.ts", | ||
"dependencies": { | ||
"@cloudbase/node-sdk": "^2.3.5", | ||
"@wecom/cloudbase-framework-plugin-actions": "0.3.0", | ||
"@wecom/cloudbase-framework-plugin-util": "0.3.0" | ||
"@wecom/cloudbase-framework-plugin-actions": "0.3.1", | ||
"@wecom/cloudbase-framework-plugin-util": "0.3.1" | ||
}, | ||
"devDependencies": { | ||
"@cloudbase/node-sdk": "^2.4.7", | ||
"@types/node": "^14.14.6", | ||
@@ -32,0 +32,0 @@ "typescript": "^4.0.5" |
# @wecom/cloudbase-framework-plugin-node-sdk | ||
云开发 CloudBase Framework 框架「企业微信第三方应用」插件 Node SDK。 | ||
- 开发文档: https://github.com/TencentWecom/wecom-cloudbase-framework-plugin |
20915
2
6
3
271
+ Added@wecom/cloudbase-framework-plugin-actions@0.3.1(transitive)
+ Added@wecom/cloudbase-framework-plugin-util@0.3.1(transitive)
- Removed@cloudbase/node-sdk@^2.3.5
- Removed@wecom/cloudbase-framework-plugin-actions@0.3.0(transitive)
- Removed@wecom/cloudbase-framework-plugin-util@0.3.0(transitive)