onix-chess
Advanced tools
Comparing version 6.4.0 to 6.5.0
@@ -135,4 +135,4 @@ import { IUser } from 'onix-core/dist/app/IUser'; | ||
by?: string; | ||
white: IUserAnalysis; | ||
black: IUserAnalysis; | ||
white?: IUserAnalysis; | ||
black?: IUserAnalysis; | ||
} | ||
@@ -139,0 +139,0 @@ export interface IMovePart { |
{ | ||
"name": "onix-chess", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"description": "Onix chess library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -172,4 +172,4 @@ import { IUser } from 'onix-core/dist/app/IUser'; | ||
by?: string; | ||
white: IUserAnalysis; | ||
black: IUserAnalysis; | ||
white?: IUserAnalysis; | ||
black?: IUserAnalysis; | ||
} | ||
@@ -176,0 +176,0 @@ |
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
484032