@medusajs/auth-emailpass 2.0.5-preview-20241120031027 → 2.0.5-preview-20241120104336
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/auth-emailpass",
|
3
|
-
"version": "2.0.5-preview-
|
3
|
+
"version": "2.0.5-preview-20241120104336",
|
4
4
|
"description": "Email and password credential authentication provider for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"watch": "tsc --watch"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
|
-
"@medusajs/framework": "2.0.5-preview-
|
29
|
+
"@medusajs/framework": "2.0.5-preview-20241120104336",
|
30
30
|
"@swc/core": "^1.7.28",
|
31
31
|
"@swc/jest": "^0.2.36",
|
32
32
|
"jest": "^29.7.0",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"scrypt-kdf": "^2.0.1"
|
38
38
|
},
|
39
39
|
"peerDependencies": {
|
40
|
-
"@medusajs/framework": "2.0.5-preview-
|
40
|
+
"@medusajs/framework": "2.0.5-preview-20241120104336"
|
41
41
|
},
|
42
42
|
"keywords": [
|
43
43
|
"medusa-provider",
|