dtable-sdk
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -48,3 +48,3 @@ "use strict"; | ||
value: function init(config) { | ||
var res, _res$data, access_token, dtable_uuid, dtable_server, dtable_socket; | ||
var res, _res$data, app_name, access_token, dtable_uuid, dtable_server, dtable_socket; | ||
@@ -63,3 +63,4 @@ return regeneratorRuntime.async(function init$(_context) { | ||
res = _context.sent; | ||
_res$data = res.data, access_token = _res$data.access_token, dtable_uuid = _res$data.dtable_uuid, dtable_server = _res$data.dtable_server, dtable_socket = _res$data.dtable_socket; | ||
_res$data = res.data, app_name = _res$data.app_name, access_token = _res$data.access_token, dtable_uuid = _res$data.dtable_uuid, dtable_server = _res$data.dtable_server, dtable_socket = _res$data.dtable_socket; | ||
this.config.appName = app_name; | ||
this.config.accessToken = access_token; | ||
@@ -72,11 +73,11 @@ this.config.dtableUuid = dtable_uuid; | ||
this.eventBus = this.dtableStore.eventBus; | ||
_context.next = 19; | ||
_context.next = 20; | ||
break; | ||
case 16: | ||
_context.prev = 16; | ||
case 17: | ||
_context.prev = 17; | ||
_context.t0 = _context["catch"](2); | ||
console.log(_context.t0); | ||
case 19: | ||
case 20: | ||
case "end": | ||
@@ -86,3 +87,3 @@ return _context.stop(); | ||
} | ||
}, null, this, [[2, 16]]); | ||
}, null, this, [[2, 17]]); | ||
} | ||
@@ -89,0 +90,0 @@ }, { |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "dtable sdk", | ||
@@ -5,0 +5,0 @@ "main": "./dist/dtable.js", |
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
187579
4683