@shushed/helpers 0.0.131 → 0.0.132

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/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -171129,6 +171129,7 @@ function getRedisClient(sysEnv) {
171129
171129
  });
171130
171130
  global.REDIS_CLIENTS[redisEndpoint] = REDIS_CLIENT;
171131
171131
  }
171132
+ return global.REDIS_CLIENTS[redisEndpoint];
171132
171133
  }
171133
171134
 
171134
171135
  // src-public/ActionHelper.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.131",
3
+ "version": "0.0.132",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",