dx-ctu-client-sdk
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -16,3 +16,3 @@ const crypto = require('crypto') | ||
class CaptchaSDK { | ||
class ClientSDK { | ||
constructor(url='', appId='', appSecret='') { | ||
@@ -88,2 +88,2 @@ this.url = url | ||
module.exports = CaptchaSDK | ||
module.exports = ClientSDK |
{ | ||
"name": "dx-ctu-client-sdk", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "dingxiang ctu client sdk", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
107558