@medusajs/auth-emailpass 0.0.2-snapshot-20240925111619 → 0.0.2-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/services/emailpass.ts"],"version":"5.6.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-20240927035525",
|
4
4
|
"description": "Email and password credential authentication provider for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -26,8 +26,9 @@
|
|
26
26
|
"watch": "tsc --watch"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
|
-
"@medusajs/framework": "0.0.2-snapshot-
|
30
|
-
"
|
29
|
+
"@medusajs/framework": "0.0.2-snapshot-20240927035525",
|
30
|
+
"@swc/core": "^1.7.28",
|
31
|
+
"@swc/jest": "^0.2.36",
|
31
32
|
"jest": "^29.7.0",
|
32
33
|
"rimraf": "^5.0.1",
|
33
34
|
"typescript": "^5.6.2"
|
@@ -36,7 +37,7 @@
|
|
36
37
|
"scrypt-kdf": "^2.0.1"
|
37
38
|
},
|
38
39
|
"peerDependencies": {
|
39
|
-
"@medusajs/framework": "0.0.2-snapshot-
|
40
|
+
"@medusajs/framework": "0.0.2-snapshot-20240927035525"
|
40
41
|
},
|
41
42
|
"keywords": [
|
42
43
|
"medusa-provider",
|