@rpcbase/server 0.55.0 → 0.56.0

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.
@@ -257,7 +257,7 @@ loglevel notice
257
257
  # Specify the log file name. Also the empty string can be used to force
258
258
  # Redis to log on the standard output. Note that if you use standard
259
259
  # output for logging but daemonize, logs will be sent to /dev/null
260
- logfile "logfile "/var/log/redis/logs.txt""
260
+ logfile "/var/log/redis/logs.txt"
261
261
 
262
262
  # To enable logging to the system logger, just set 'syslog-enabled' to yes,
263
263
  # and optionally update the other syslog parameters to suit your needs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.55.0",
3
+ "version": "0.56.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -10,7 +10,7 @@
10
10
  "test": "echo \"Error: no test specified\" && exit 0"
11
11
  },
12
12
  "dependencies": {
13
- "@rpcbase/agent": "0.2.0",
13
+ "@rpcbase/agent": "0.3.0",
14
14
  "body-parser": "1.20.0",
15
15
  "connect-redis": "6.1.3",
16
16
  "cors": "2.8.5",