harperdb 4.0.7 → 4.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/bin/harperdb.js +9 -9
- package/launchServiceScripts/launchCustomFunctions.js +8 -8
- package/launchServiceScripts/launchHarperDB.js +8 -8
- package/launchServiceScripts/launchInstallNATSServer.js +3 -3
- package/launchServiceScripts/launchNatsIngestService.js +5 -5
- package/launchServiceScripts/launchNatsReplyService.js +2 -2
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +2 -2
- package/package.json +14 -15
- package/server/jobs/jobProcess.js +7 -7
- package/utility/scripts/restartHdb.js +6 -6
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Reduce or eliminate complexity by using HarperDB’s built-in API. Create and ma
|
|
|
33
33
|
[Support](https://harperdb.io/docs/support/)
|
|
34
34
|
|
|
35
35
|
## Prerequisites
|
|
36
|
-
HarperDB requires Node.js 14 or higher. Our fully tested and supported Node.js version is 18.
|
|
36
|
+
HarperDB requires Node.js 14 or higher. Our fully tested and supported Node.js version is 18.15.0.
|
|
37
37
|
|
|
38
38
|
HarperDB has been tested on the following platforms
|
|
39
39
|
- Linux on AMD64
|
|
@@ -59,4 +59,4 @@ HarperDB will prompt you for configuration options during install, and then auto
|
|
|
59
59
|
|
|
60
60
|
***
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
1568fe4e611aa8da6625cd98890965c9615e74d4
|