opticore-cache 1.0.2 → 1.0.4

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/README.md +1 -1
  2. package/package.json +7 -9
package/README.md CHANGED
@@ -82,7 +82,7 @@ console.log(data);
82
82
  ```
83
83
 
84
84
 
85
- # [HttpCacheFactory Usage
85
+ # HttpCacheFactory Usage
86
86
 
87
87
  The `HttpCacheFactory` is responsible for:
88
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticore-cache",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Highly configurable caching system compatible with OptiCore.js",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -31,14 +31,12 @@
31
31
  "ansi-colors": "^4.1.3",
32
32
  "chalk": "^5.4.1",
33
33
  "gradient-string": "^3.0.0",
34
- "opticore-dependency-inject": "^1.0.7",
35
- "opticore-env-access": "^1.0.13",
36
- "opticore-http-response": "^1.0.9",
37
- "opticore-loader-translation": "^1.0.3",
38
- "opticore-logger": "^1.0.29",
39
- "opticore-router": "^1.0.20",
40
- "opticore-webapp": "^1.0.70",
41
- "opticore-webapp-core": "^1.0.20",
34
+ "opticore-express": "^1.0.9",
35
+ "opticore-http-response": "^1.0.11",
36
+ "opticore-loader-translation": "^1.0.10",
37
+ "opticore-logger": "^1.0.33",
38
+ "opticore-webapp": "^1.0.87",
39
+ "opticore-webapp-core": "^1.0.22",
42
40
  "uuidv7": "^1.1.0"
43
41
  },
44
42
  "devDependencies": {