@medusajs/auth-emailpass 0.0.2-snapshot-20240823080810 → 0.0.2-snapshot-20240826112546

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/auth-emailpass",
3
- "version": "0.0.2-snapshot-20240823080810",
3
+ "version": "0.0.2-snapshot-20240826112546",
4
4
  "description": "Email and password credential authentication provider for Medusa",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  "scripts": {
20
20
  "test": "jest --passWithNoTests src",
21
21
  "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.spec.ts",
22
- "build": "rimraf dist && tsc -p ./tsconfig.json",
22
+ "build": "rimraf dist && tsc --build ./tsconfig.json",
23
23
  "watch": "tsc --watch"
24
24
  },
25
25
  "devDependencies": {
@@ -29,7 +29,7 @@
29
29
  "typescript": "^5.3.3"
30
30
  },
31
31
  "dependencies": {
32
- "@medusajs/utils": "1.12.0-snapshot-20240823080810",
32
+ "@medusajs/utils": "1.12.0-snapshot-20240826112546",
33
33
  "scrypt-kdf": "^2.0.1"
34
34
  },
35
35
  "keywords": [