@rpcbase/server 0.260.0 → 0.261.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.
@@ -135,7 +135,7 @@ protected-mode yes
135
135
 
136
136
  # Accept connections on the specified port, default is 6379 (IANA #815344).
137
137
  # If port 0 is specified Redis will not listen on a TCP socket.
138
- port 6379
138
+ # port 6379
139
139
 
140
140
  # TCP listen() backlog.
141
141
  #
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.260.0",
3
+ "version": "0.261.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "bin": {