@bash-app/bash-common 29.20.4 → 29.20.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash-app/bash-common",
3
- "version": "29.20.4",
3
+ "version": "29.20.5",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -79,7 +79,7 @@ export const PRISMA_USER_TTL_SECONDS = 60 * 7; // 7 hours
79
79
  export const PRISMA_BASH_EVENT_TTL_SECONDS = 60 as const;
80
80
  export const PRISMA_SERVICE_TTL_SECONDS = 60 as const;
81
81
 
82
- export const MIN_PASSWORD_LENGTH = 10 as const;
82
+ export const MIN_PASSWORD_LENGTH = 8 as const;
83
83
 
84
84
  export const DEBOUNCE_WAIT = 1000 as const;
85
85