@medusajs/cache-inmemory 2.0.0-next-20230315113507 → 2.0.0-next-20230315122510

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.0-next-20230315113507",
3
+ "version": "2.0.0-next-20230315122510",
4
4
  "description": "In-memory Cache Module for Medusa",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -17,7 +17,7 @@
17
17
  "author": "Medusa",
18
18
  "license": "MIT",
19
19
  "devDependencies": {
20
- "@medusajs/medusa": "2.0.0-next-20230315113507",
20
+ "@medusajs/medusa": "2.0.0-next-20230315122510",
21
21
  "cross-env": "^5.2.1",
22
22
  "jest": "^25.5.4",
23
23
  "ts-jest": "^25.5.1",
@@ -31,6 +31,6 @@
31
31
  "test:unit": "jest --passWithNoTests"
32
32
  },
33
33
  "peerDependencies": {
34
- "@medusajs/medusa": "2.0.0-next-20230315113507"
34
+ "@medusajs/medusa": "2.0.0-next-20230315122510"
35
35
  }
36
36
  }