@warlock.js/cache 4.3.0 → 4.5.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 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,8 +4,6 @@ All notable changes to `@warlock.js/cache` are documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). `@warlock.js/*` packages are released in lockstep — every package shares the same version number, so a version below may list only the changes that affected this package.
6
6
 
7
- ## [Unreleased]
8
-
9
7
  ## 4.2.11
10
8
 
11
9
  ### Changed
@@ -16,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
16
14
 
17
15
  ### Changed
18
16
 
19
- - 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.
20
18
 
21
19
  ## 4.1.15
22
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.3.0",
29
+ "@warlock.js/fs": "4.5.0",
30
30
  "@mongez/reinforcements": "^3.3.0",
31
- "@warlock.js/logger": "4.3.0",
31
+ "@warlock.js/logger": "4.5.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.3.0",
38
+ "version": "4.5.0",
39
39
  "main": "./cjs/index.cjs",
40
40
  "module": "./esm/index.mjs",
41
41
  "types": "./esm/index.d.mts",