@happyvertical/cache 0.76.2 → 0.78.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.
package/AGENT.md CHANGED
@@ -7,7 +7,7 @@ Standardized caching interface supporting Memory, File, and Redis backends
7
7
  ## Package Map
8
8
  - Package: `@happyvertical/cache`
9
9
  - Hierarchy path: `@happyvertical/sdk > packages > cache`
10
- - Workspace position: `5 of 30` local packages
10
+ - Workspace position: `5 of 31` local packages
11
11
  - Internal dependencies: `@happyvertical/utils`
12
12
  - Internal dependents: `@happyvertical/geo`, `@happyvertical/translator`
13
13
  - Knowledge graph files: `AGENT.md`, `metadata.json`, `ecosystem-manifest.json`
package/metadata.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "path": "packages/cache",
4
4
  "position": {
5
5
  "index": 5,
6
- "count": 30
6
+ "count": 31
7
7
  },
8
8
  "description": "Standardized caching interface supporting Memory, File, and Redis backends",
9
9
  "provides": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/cache",
3
- "version": "0.76.2",
3
+ "version": "0.78.0",
4
4
  "description": "Standardized caching interface supporting Memory, File, and Redis backends",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -50,7 +50,7 @@
50
50
  "@aws-sdk/client-s3": "3.1034.0",
51
51
  "@aws-sdk/credential-providers": "3.1034.0",
52
52
  "redis": "^5.12.1",
53
- "@happyvertical/utils": "0.76.2"
53
+ "@happyvertical/utils": "0.78.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "25.0.10",