@logux/client
Advanced tools
Comparing version 0.8.0 to 0.8.1
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 0.8.1 | ||
* Fix node ID generation in `Client#changeUser()`. | ||
## 0.8 | ||
@@ -5,0 +8,0 @@ * Use Logux Core 0.5 and WebSocket Protocol 3. |
@@ -277,3 +277,3 @@ import { createNanoEvents } from 'nanoevents' | ||
this.options.token = token | ||
this.clientId = userId + this.clientId.split(':')[1] | ||
this.clientId = userId + ':' + this.clientId.split(':')[1] | ||
this.nodeId = this.clientId + ':' + this.tabId | ||
@@ -280,0 +280,0 @@ |
{ | ||
"name": "@logux/client", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Logux base components to build web client", | ||
@@ -21,6 +21,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@logux/core": "^0.5.1", | ||
"@logux/core": "^0.5.2", | ||
"browser-supports-log-styles": "^1.1.7", | ||
"nanoevents": "^5.1.5", | ||
"nanoid": "^3.0.2" | ||
"nanoid": "^3.1.3" | ||
}, | ||
@@ -54,2 +54,7 @@ "size-limit2": [ | ||
}, | ||
"./confirm/package.json": "./confirm/package.json", | ||
"./confirm": { | ||
"require": "./confirm/index.cjs", | ||
"import": "./confirm/index.js" | ||
}, | ||
"./client/package.json": "./client/package.json", | ||
@@ -60,7 +65,2 @@ "./client": { | ||
}, | ||
"./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,0 +67,0 @@ "./cross-tab-client": { |
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
105878
Updated@logux/core@^0.5.2
Updatednanoid@^3.1.3