shared-store
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -0,1 +1,7 @@ | ||
### 4.0.2 - 2020-05-06 | ||
* fix: set internal vars ahead of time - **[@aaarichter](https://github.com/aaarichter)** [#43](https://github.com/groupon/shared-store/pull/43) | ||
- [`5f7008d`](https://github.com/groupon/shared-store/commit/5f7008d214be98a2c64320973e7200beb74c863a) **fix:** set internal vars ahead of time | ||
### 4.0.1 - 2020-04-30 | ||
@@ -2,0 +8,0 @@ |
@@ -75,2 +75,5 @@ /* | ||
this._active = active != null ? active : cluster.isMaster; | ||
this._cache = null; | ||
this._writeCacheFiles = !!this._active; | ||
this._retryTimeout = TEN_SECONDS; | ||
this._temp = path.resolve(temp); | ||
@@ -86,5 +89,2 @@ | ||
this.on('meta', this._handleMetaUpdate); | ||
this._cache = null; | ||
this._writeCacheFiles = !!this._active; | ||
this._retryTimeout = TEN_SECONDS; | ||
} | ||
@@ -91,0 +91,0 @@ |
{ | ||
"name": "shared-store", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Keeping config data in sync", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
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
64844