@restorecommerce/cluster-service
Advanced tools
Comparing version 0.1.4 to 0.1.6
@@ -0,1 +1,22 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## [0.1.6](https://github.com/restorecommerce/cluster-service/compare/@restorecommerce/cluster-service@0.1.5...@restorecommerce/cluster-service@0.1.6) (2021-05-25) | ||
**Note:** Version bump only for package @restorecommerce/cluster-service | ||
## 0.1.5 (2021-05-24) | ||
**Note:** Version bump only for package @restorecommerce/cluster-service | ||
### 0.1.4 (August 10th, 2019) | ||
@@ -2,0 +23,0 @@ |
@@ -84,3 +84,3 @@ 'use strict'; | ||
writePid() { | ||
fs.writeFileSync(`${this.pidDir}/cluster-serverice-master-${this.serviceName}.pid`, process.pid, 'utf8'); | ||
fs.writeFileSync(`${this.pidDir}/cluster-serverice-master-${this.serviceName}.pid`, process.pid.toString(10), 'utf8'); | ||
} | ||
@@ -87,0 +87,0 @@ } |
{ | ||
"name": "@restorecommerce/cluster-service", | ||
"version": "0.1.4", | ||
"version": "0.1.6", | ||
"description": "Launch clustered services using node clustering and monitor them", | ||
@@ -24,2 +24,3 @@ "main": "index", | ||
"@restorecommerce/eslint-config-restorecommerce": "^0.1.4", | ||
"coveralls": "^3.1.0", | ||
"is-generator": "^1.0.3", | ||
@@ -31,10 +32,12 @@ "mocha": "^6.1.4", | ||
"scripts": { | ||
"test": "nyc mocha", | ||
"test": "nyc mocha --full-trace --exit", | ||
"lint": "eslint *.json *.js", | ||
"mocha": "mocha ./test/* --exit", | ||
"mocha": "mocha ./test/*", | ||
"lcov-report": "nyc report --reporter=lcov", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
"engines": { | ||
"node": ">= 8.0.0" | ||
} | ||
"node": ">= 10.0.0" | ||
}, | ||
"gitHead": "c4fad070047fb039529d49a1eff3f4433c36e3da" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6922
0
6