@medusajs/cache-inmemory 1.8.11-snapshot-20240925065353 → 1.8.11-snapshot-20240925095226
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/cache-inmemory",
|
3
|
-
"version": "1.8.11-snapshot-
|
3
|
+
"version": "1.8.11-snapshot-20240925095226",
|
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/types": "1.12.0-snapshot-
|
26
|
+
"@medusajs/types": "1.12.0-snapshot-20240925095226",
|
27
27
|
"cross-env": "^5.2.1",
|
28
28
|
"jest": "^29.7.0",
|
29
29
|
"rimraf": "^5.0.1",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"test": "jest --passWithNoTests"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
|
-
"@medusajs/modules-sdk": "1.13.0-snapshot-
|
39
|
-
"@medusajs/utils": "1.12.0-snapshot-
|
38
|
+
"@medusajs/modules-sdk": "1.13.0-snapshot-20240925095226",
|
39
|
+
"@medusajs/utils": "1.12.0-snapshot-20240925095226"
|
40
40
|
}
|
41
41
|
}
|