@veryfront/ext-cache-redis 0.1.1169 → 0.1.1170

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.
@@ -74,7 +74,7 @@ const extRedis = () => {
74
74
  const cfg = readRedisConfig(ctx.config);
75
75
  const url = cfg.url ?? readEnv("REDIS_URL");
76
76
  if (!url) {
77
- ctx.logger.info("[ext-cache-redis] REDIS_URL not configured skipping TokenCacheStore registration");
77
+ ctx.logger.debug("[ext-cache-redis] REDIS_URL not configured; skipping TokenCacheStore registration");
78
78
  return;
79
79
  }
80
80
  const options = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veryfront/ext-cache-redis",
3
- "version": "0.1.1169",
3
+ "version": "0.1.1170",
4
4
  "description": "Veryfront first-party extension package for ext-cache-redis",
5
5
  "keywords": [
6
6
  "veryfront",
@@ -63,7 +63,7 @@
63
63
  "redis": "5.11.0"
64
64
  },
65
65
  "peerDependencies": {
66
- "veryfront": "^0.1.1169"
66
+ "veryfront": "^0.1.1170"
67
67
  },
68
68
  "type": "module",
69
69
  "types": "./esm/extensions/ext-cache-redis/src/index.d.ts",