@bash-app/bash-common 6.3.0 → 6.4.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.3.0",
3
+ "version": "6.4.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,7 +700,6 @@ enum SponsorType {
700
700
  model User {
701
701
  id String @id @default(cuid())
702
702
  email String @unique
703
- password String?
704
703
  createdOn DateTime @default(now())
705
704
  stripeCustomerId String? @unique
706
705
  stripeAccountId String? @unique