@medusajs/cache-inmemory 2.0.5-preview-20241121000254 → 2.0.5-preview-20241121031019

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-inmemory",
3
- "version": "2.0.5-preview-20241121000254",
3
+ "version": "2.0.5-preview-20241121031019",
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": "2.0.5-preview-20241121000254",
26
+ "@medusajs/framework": "2.0.5-preview-20241121031019",
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": "2.0.5-preview-20241121000254"
39
+ "@medusajs/framework": "2.0.5-preview-20241121031019"
40
40
  }
41
41
  }