@bash-app/bash-common 6.2.0 → 6.3.0

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": "6.2.0",
3
+ "version": "6.3.0",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -700,6 +700,7 @@ enum SponsorType {
700
700
  model User {
701
701
  id String @id @default(cuid())
702
702
  email String @unique
703
+ password String?
703
704
  createdOn DateTime @default(now())
704
705
  stripeCustomerId String? @unique
705
706
  stripeAccountId String? @unique