@ooneex/cache 0.0.9 → 0.0.11

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ooneex/cache",
3
3
  "description": "A flexible caching library with support for filesystem and Redis backends, featuring decorators for easy service integration",
4
- "version": "0.0.9",
4
+ "version": "0.0.11",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
@@ -28,9 +28,9 @@
28
28
  "npm:publish": "bun publish --tolerate-republish --access public"
29
29
  },
30
30
  "dependencies": {
31
- "@ooneex/container": "0.0.9",
32
- "@ooneex/exception": "0.0.8",
33
- "@ooneex/http-status": "0.0.8"
31
+ "@ooneex/container": "0.0.11",
32
+ "@ooneex/exception": "0.0.10",
33
+ "@ooneex/http-status": "0.0.10"
34
34
  },
35
35
  "devDependencies": {},
36
36
  "keywords": [