@medusajs/cache-inmemory 2.0.0-rc-20241001083650 → 2.0.0-rc-20241014083213
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -17,7 +17,9 @@ yarn add @medusajs/cache-inmemory
|
|
17
17
|
```
|
18
18
|
|
19
19
|
### Note
|
20
|
-
|
20
|
+
|
21
|
+
Recommended for testing and development. For production, use Redis cache module.
|
21
22
|
|
22
23
|
### Other caching modules
|
24
|
+
|
23
25
|
- [Medusa Cache Redis](../cache-redis/README.md)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/cache-inmemory",
|
3
|
-
"version": "2.0.0-rc-
|
3
|
+
"version": "2.0.0-rc-20241014083213",
|
4
4
|
"description": "In-memory Cache Module for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"author": "Medusa",
|
24
24
|
"license": "MIT",
|
25
25
|
"devDependencies": {
|
26
|
-
"@medusajs/framework": "1.0.0-rc-
|
26
|
+
"@medusajs/framework": "1.0.0-rc-20241014083213",
|
27
27
|
"@swc/core": "^1.7.28",
|
28
28
|
"@swc/jest": "^0.2.36",
|
29
29
|
"jest": "^29.7.0",
|
@@ -36,6 +36,6 @@
|
|
36
36
|
"test": "jest --passWithNoTests"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
|
-
"@medusajs/framework": "1.0.0-rc-
|
39
|
+
"@medusajs/framework": "1.0.0-rc-20241014083213"
|
40
40
|
}
|
41
41
|
}
|