@logux/core
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -46,4 +46,4 @@ import { createNanoEvents } from 'nanoevents' | ||
this.minProtocol = 2 | ||
this.localProtocol = 2 | ||
this.minProtocol = 3 | ||
this.localProtocol = 3 | ||
this.localNodeId = nodeId | ||
@@ -50,0 +50,0 @@ |
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 0.5.1 | ||
* Fix protocol version. | ||
## 0.5 ö | ||
@@ -5,0 +8,0 @@ * Change `auth` callback signature. |
{ | ||
"name": "@logux/core", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Logux core components", | ||
@@ -40,7 +40,2 @@ "keywords": [ | ||
}, | ||
"./client-node/package.json": "./client-node/package.json", | ||
"./client-node": { | ||
"require": "./client-node/index.cjs", | ||
"import": "./client-node/index.js" | ||
}, | ||
"./connect/package.json": "./connect/package.json", | ||
@@ -56,2 +51,7 @@ "./connect": { | ||
}, | ||
"./client-node/package.json": "./client-node/package.json", | ||
"./client-node": { | ||
"require": "./client-node/index.cjs", | ||
"import": "./client-node/index.js" | ||
}, | ||
"./each-store-check/package.json": "./each-store-check/package.json", | ||
@@ -58,0 +58,0 @@ "./each-store-check": { |
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
152455