@medusajs/user 2.1.4-preview-20241221090137 → 2.1.4-preview-20241221120151
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/user",
|
3
|
-
"version": "2.1.4-preview-
|
3
|
+
"version": "2.1.4-preview-20241221120151",
|
4
4
|
"description": "Medusa Users module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -36,8 +36,8 @@
|
|
36
36
|
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@medusajs/framework": "2.1.4-preview-
|
40
|
-
"@medusajs/test-utils": "2.1.4-preview-
|
39
|
+
"@medusajs/framework": "2.1.4-preview-20241221120151",
|
40
|
+
"@medusajs/test-utils": "2.1.4-preview-20241221120151",
|
41
41
|
"@mikro-orm/cli": "5.9.7",
|
42
42
|
"@mikro-orm/core": "5.9.7",
|
43
43
|
"@mikro-orm/migrations": "5.9.7",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"jsonwebtoken": "^9.0.2"
|
54
54
|
},
|
55
55
|
"peerDependencies": {
|
56
|
-
"@medusajs/framework": "2.1.4-preview-
|
56
|
+
"@medusajs/framework": "2.1.4-preview-20241221120151",
|
57
57
|
"@mikro-orm/core": "5.9.7",
|
58
58
|
"@mikro-orm/migrations": "5.9.7",
|
59
59
|
"@mikro-orm/postgresql": "5.9.7",
|