@medusajs/auth-emailpass 0.0.2-snapshot-20240821152538 → 0.0.2-snapshot-20240821182836
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -3
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-20240821182836",
|
4
4
|
"description": "Email and password credential authentication provider for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -17,7 +17,6 @@
|
|
17
17
|
"author": "Medusa",
|
18
18
|
"license": "MIT",
|
19
19
|
"scripts": {
|
20
|
-
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",
|
21
20
|
"test": "jest --passWithNoTests src",
|
22
21
|
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.spec.ts",
|
23
22
|
"build": "rimraf dist && tsc -p ./tsconfig.json",
|
@@ -30,7 +29,7 @@
|
|
30
29
|
"typescript": "^5.3.3"
|
31
30
|
},
|
32
31
|
"dependencies": {
|
33
|
-
"@medusajs/utils": "1.12.0-snapshot-
|
32
|
+
"@medusajs/utils": "1.12.0-snapshot-20240821182836",
|
34
33
|
"scrypt-kdf": "^2.0.1"
|
35
34
|
},
|
36
35
|
"keywords": [
|