@pioneer-platform/default-redis 8.1.18 → 8.1.20

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  const TAG = " | REDIS-CONNECTION-MODULE | "
8
- //const log = require("log")
8
+ //const log = require('@pioneer-platform/loggerdog')()
9
9
 
10
10
  //mock in tests
11
11
  let Redis
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@pioneer-platform/default-redis",
3
- "version": "8.1.18",
3
+ "version": "8.1.20",
4
4
  "dependencies": {
5
5
  "dotenv": "^8.2.0",
6
6
  "ioredis": "^4.17.3",
7
7
  "ioredis-mock": "^4.21.1"
8
8
  },
9
- "gitHead": "91ad3edab81c48d12dbb23e33041d5adda2edf50"
9
+ "gitHead": "efafa1938cf87b33ab4d62cc6f3a06c449a9666f"
10
10
  }