@accounts/client
Advanced tools
Comparing version 0.1.0-alpha.bd73e431 to 0.1.0-alpha.c4d98db4
@@ -67,3 +67,3 @@ "use strict"; | ||
function AccountsClient(options, transport) { | ||
this.options = options; | ||
this.options = __assign({}, config_1.default, options); | ||
this.storage = options.tokenStorage || config_1.default.tokenStorage; | ||
@@ -70,0 +70,0 @@ if (!transport) { |
{ | ||
"name": "@accounts/client", | ||
"version": "0.1.0-alpha.bd73e431", | ||
"version": "0.1.0-alpha.c4d98db4", | ||
"description": "Fullstack authentication and accounts-management", | ||
@@ -62,3 +62,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@accounts/common": "^0.1.0-alpha.bd73e431", | ||
"@accounts/common": "^0.1.0-alpha.c4d98db4", | ||
"crypto-js": "^3.1.9-1", | ||
@@ -65,0 +65,0 @@ "immutable": "^3.8.1", |
Sorry, the diff of this file is not supported yet
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
72432