@medusajs/cache-inmemory 1.8.11-snapshot-20240925111619 → 1.8.11-snapshot-20240927035525
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
|
|
1
|
+
{"root":["../src/index.ts","../src/initialize/index.ts","../src/services/index.ts","../src/services/inmemory-cache.ts","../src/services/__tests__/inmemory-cache.js","../src/types/index.ts"],"version":"5.6.2"}
|
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-20240927035525",
|
4
4
|
"description": "In-memory Cache Module for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -23,8 +23,9 @@
|
|
23
23
|
"author": "Medusa",
|
24
24
|
"license": "MIT",
|
25
25
|
"devDependencies": {
|
26
|
-
"@medusajs/framework": "0.0.2-snapshot-
|
27
|
-
"
|
26
|
+
"@medusajs/framework": "0.0.2-snapshot-20240927035525",
|
27
|
+
"@swc/core": "^1.7.28",
|
28
|
+
"@swc/jest": "^0.2.36",
|
28
29
|
"jest": "^29.7.0",
|
29
30
|
"rimraf": "^5.0.1",
|
30
31
|
"typescript": "^5.6.2"
|
@@ -35,6 +36,6 @@
|
|
35
36
|
"test": "jest --passWithNoTests"
|
36
37
|
},
|
37
38
|
"peerDependencies": {
|
38
|
-
"@medusajs/framework": "0.0.2-snapshot-
|
39
|
+
"@medusajs/framework": "0.0.2-snapshot-20240927035525"
|
39
40
|
}
|
40
41
|
}
|