@boozybats/shared
Advanced tools
Comparing version 1.3.18 to 1.3.19
@@ -117,2 +117,3 @@ import { Document as Document_2 } from 'mongoose'; | ||
infoGame: { | ||
callWord: string; | ||
chance: { | ||
@@ -119,0 +120,0 @@ bestUser: User; |
@@ -607,2 +607,7 @@ "use strict"; | ||
type: { | ||
callWord: { | ||
required: false, | ||
default: '', | ||
type: String, | ||
}, | ||
chance: { | ||
@@ -609,0 +614,0 @@ required: false, |
@@ -91,2 +91,3 @@ import { Document } from 'mongoose'; | ||
infoGame: { | ||
callWord: string; | ||
chance: { | ||
@@ -93,0 +94,0 @@ bestUser: User; |
{ | ||
"name": "@boozybats/shared", | ||
"version": "1.3.18", | ||
"version": "1.3.19", | ||
"description": "private shared package", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
150771
3354