@logux/client
Advanced tools
Comparing version 0.9.2 to 0.9.3
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 0.9.3 | ||
* Fix `changeUser()` for cross-tab client case (by Sergey Korolev). | ||
## 0.9.2 | ||
@@ -5,0 +8,0 @@ * Fix log messages (by Eduard Aksamitov). |
@@ -282,3 +282,3 @@ import { createNanoEvents } from 'nanoevents' | ||
this.options.token = token | ||
this.clientId = userId + ':' + this.clientId.split(':')[1] | ||
this.clientId = userId + ':' + this.getClientId() | ||
this.nodeId = this.clientId + ':' + this.tabId | ||
@@ -285,0 +285,0 @@ |
{ | ||
"name": "@logux/client", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "Logux base components to build web client", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@logux/core": "^0.6.1", | ||
"@logux/core": "^0.6.2", | ||
"nanoevents": "^5.1.8", | ||
@@ -51,7 +51,2 @@ "nanoid": "^3.1.12" | ||
}, | ||
"./confirm/package.json": "./confirm/package.json", | ||
"./confirm": { | ||
"require": "./confirm/index.cjs", | ||
"import": "./confirm/index.js" | ||
}, | ||
"./cross-tab-client/package.json": "./cross-tab-client/package.json", | ||
@@ -67,2 +62,7 @@ "./cross-tab-client": { | ||
}, | ||
"./confirm/package.json": "./confirm/package.json", | ||
"./confirm": { | ||
"require": "./confirm/index.cjs", | ||
"import": "./confirm/index.js" | ||
}, | ||
"./indexed-store/package.json": "./indexed-store/package.json", | ||
@@ -69,0 +69,0 @@ "./indexed-store": { |
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
111028
Updated@logux/core@^0.6.2