@medusajs/customer 2.0.5-preview-20241117000303 → 2.0.5-preview-20241117060145
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/customer",
|
3
|
-
"version": "2.0.5-preview-
|
3
|
+
"version": "2.0.5-preview-20241117060145",
|
4
4
|
"description": "Medusa Customer module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -37,8 +37,8 @@
|
|
37
37
|
"orm:cache:clear": "MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@medusajs/framework": "2.0.5-preview-
|
41
|
-
"@medusajs/test-utils": "2.0.5-preview-
|
40
|
+
"@medusajs/framework": "2.0.5-preview-20241117060145",
|
41
|
+
"@medusajs/test-utils": "2.0.5-preview-20241117060145",
|
42
42
|
"@mikro-orm/cli": "5.9.7",
|
43
43
|
"@mikro-orm/core": "5.9.7",
|
44
44
|
"@mikro-orm/migrations": "5.9.7",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"typescript": "^5.6.2"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
|
-
"@medusajs/framework": "2.0.5-preview-
|
54
|
+
"@medusajs/framework": "2.0.5-preview-20241117060145",
|
55
55
|
"@mikro-orm/core": "5.9.7",
|
56
56
|
"@mikro-orm/migrations": "5.9.7",
|
57
57
|
"@mikro-orm/postgresql": "5.9.7",
|