@medusajs/cache-redis 2.0.5-preview-20241124090150 → 2.0.5-preview-20241124150239

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/cache-redis",
3
- "version": "2.0.5-preview-20241124090150",
3
+ "version": "2.0.5-preview-20241124150239",
4
4
  "description": "Redis 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": "2.0.5-preview-20241124090150",
26
+ "@medusajs/framework": "2.0.5-preview-20241124150239",
27
27
  "@swc/core": "^1.7.28",
28
28
  "@swc/jest": "^0.2.36",
29
29
  "jest": "^29.7.0",
@@ -39,7 +39,7 @@
39
39
  "ioredis": "^5.4.1"
40
40
  },
41
41
  "peerDependencies": {
42
- "@medusajs/framework": "2.0.5-preview-20241124090150",
42
+ "@medusajs/framework": "2.0.5-preview-20241124150239",
43
43
  "awilix": "^8.0.1"
44
44
  }
45
45
  }