@pioneer-platform/default-redis 8.1.13 → 8.1.17

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.
@@ -64,7 +64,7 @@ let run_test = async function(){
64
64
  let timeFinish = new Date().getTime()
65
65
 
66
66
  let duration = timeFinish - timeStart
67
- log.info(tag,"duration: ",duration / 1000)
67
+ log.debug(tag,"duration: ",duration / 1000)
68
68
 
69
69
  //get all
70
70
  //scan
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@pioneer-platform/default-redis",
3
- "version": "8.1.13",
3
+ "version": "8.1.17",
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": "29767e45c4dc1cb9d17c741ac9a06051c30525b5"
9
+ "gitHead": "54c5830a9aebf63dc437dd0cdd4bd3ea3edb253f"
10
10
  }