@warlock.js/cache 4.4.0 → 4.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
14
14
 
15
15
  ### Changed
16
16
 
17
- - Redis driver now logs a failed initial `connect()` at `log.fatal` (was `log.error`). Boot-time cache connection failures are unrecoverable in practice — `fatal` makes "page on fatal only" alerting clean, aligned with the cascade drivers and the herald connector.
17
+ - Redis driver now logs a failed initial `connect()` at `log.fatal` (was `log.error`) — a boot-time cache connection failure is unrecoverable, so `fatal` keeps "page on fatal only" alerting clean.
18
18
 
19
19
  ## 4.1.15
20
20
 
package/package.json CHANGED
@@ -26,16 +26,16 @@
26
26
  "url": "https://github.com/warlockjs/cache"
27
27
  },
28
28
  "dependencies": {
29
- "@warlock.js/fs": "4.4.0",
29
+ "@warlock.js/fs": "4.6.0",
30
30
  "@mongez/reinforcements": "^3.3.0",
31
- "@warlock.js/logger": "4.4.0",
31
+ "@warlock.js/logger": "4.6.0",
32
32
  "ms": "^2.1.3"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "redis": "^4.6.10 || ^5.0.0",
36
36
  "pg": "^8.11.0"
37
37
  },
38
- "version": "4.4.0",
38
+ "version": "4.6.0",
39
39
  "main": "./cjs/index.cjs",
40
40
  "module": "./esm/index.mjs",
41
41
  "types": "./esm/index.d.mts",