@bash-app/bash-common 1.0.12 → 1.0.13

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": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -224,7 +224,6 @@ model BashEvent {
224
224
  investments Investment[]
225
225
  capacity Int?
226
226
  location String?
227
- place String?
228
227
  status BashStatus @default(Draft)
229
228
  tags String[]
230
229
  coverPhoto String?