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