@boozybats/shared
Advanced tools
Comparing version 1.1.26 to 1.1.27
@@ -42,4 +42,4 @@ import { Document } from 'mongoose'; | ||
menuStack: MenuContext[]; | ||
gameData: { | ||
joined: boolean; | ||
gameData?: { | ||
joined?: boolean; | ||
kickedByAdmin?: boolean; | ||
@@ -46,0 +46,0 @@ } & { |
@@ -128,4 +128,4 @@ import { Document as Document_2 } from 'mongoose'; | ||
menuStack: MenuContext[]; | ||
gameData: { | ||
joined: boolean; | ||
gameData?: { | ||
joined?: boolean; | ||
kickedByAdmin?: boolean; | ||
@@ -132,0 +132,0 @@ } & { |
{ | ||
"name": "@boozybats/shared", | ||
"version": "1.1.26", | ||
"version": "1.1.27", | ||
"description": "private shared package", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107199