@medusajs/auth-emailpass 0.0.2-snapshot-20240701122250 → 0.0.2-snapshot-20240703074611
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/auth-emailpass",
|
3
|
-
"version": "0.0.2-snapshot-
|
3
|
+
"version": "0.0.2-snapshot-20240703074611",
|
4
4
|
"description": "Email and password credential authentication provider for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"typescript": "^5.3.3"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@medusajs/utils": "1.12.0-snapshot-
|
33
|
+
"@medusajs/utils": "1.12.0-snapshot-20240703074611",
|
34
34
|
"scrypt-kdf": "^2.0.1"
|
35
35
|
},
|
36
36
|
"keywords": [
|