@rpcbase/server 0.157.0 → 0.158.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.
@@ -21,6 +21,8 @@ if (typeof SESSION_STORE_PORT === "string" && !validator.isPort(SESSION_STORE_PO
21
21
 
22
22
  const hostname = CONTAINER_MODE === "native" ? "localhost" : "session-store"
23
23
 
24
+ console.log("SESSION REDIS HOSTYNAME", hostname)
25
+
24
26
  let session_middleware = null
25
27
 
26
28
  // extreme warning: docker issue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.157.0",
3
+ "version": "0.158.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "bin": {