@boozybats/shared
Advanced tools
Comparing version 1.3.9 to 1.3.10
@@ -589,2 +589,3 @@ import { Document as Document_2 } from 'mongoose'; | ||
}; | ||
pandoraBlockedAt: number | null; | ||
achievements: { | ||
@@ -591,0 +592,0 @@ name: Achievement; |
@@ -419,2 +419,7 @@ "use strict"; | ||
}, | ||
pandoraBlockedAt: { | ||
required: false, | ||
default: 0, | ||
type: Number, | ||
}, | ||
achievements: { | ||
@@ -421,0 +426,0 @@ required: false, |
@@ -60,2 +60,3 @@ import { Document } from 'mongoose'; | ||
}; | ||
pandoraBlockedAt: number | null; | ||
achievements: { | ||
@@ -62,0 +63,0 @@ name: Achievement; |
{ | ||
"name": "@boozybats/shared", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"description": "private shared package", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
147914
3279