dtable-sdk
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -88,4 +88,3 @@ "use strict"; | ||
value: function initInBrowser(dtableStore, dtableServerAPI, dtableSettings) { | ||
var _dtable, dtableServer, dtableSocket, dtableUuid, accessToken; | ||
var dtableServer, dtableSocket, dtableUuid, accessToken; | ||
return regeneratorRuntime.async(function initInBrowser$(_context2) { | ||
@@ -95,3 +94,3 @@ while (1) { | ||
case 0: | ||
_dtable = dtable, dtableServer = _dtable.dtableServer, dtableSocket = _dtable.dtableSocket, dtableUuid = _dtable.dtableUuid, accessToken = _dtable.accessToken; // init config | ||
dtableServer = dtableSettings.dtableServer, dtableSocket = dtableSettings.dtableSocket, dtableUuid = dtableSettings.dtableUuid, accessToken = dtableSettings.accessToken; // init config | ||
@@ -98,0 +97,0 @@ this.config.dtableServer = dtableServer; |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"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