onix-chess
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -68,2 +68,3 @@ import { IUser } from 'onix-core/dist/app/IUser'; | ||
id: number; | ||
round?: number; | ||
name: string; | ||
@@ -70,0 +71,0 @@ running: boolean; |
{ | ||
"name": "onix-chess", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "Onix chess library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -86,2 +86,3 @@ import { IUser } from 'onix-core/dist/app/IUser'; | ||
id: number; | ||
round?: number; | ||
name: string; | ||
@@ -88,0 +89,0 @@ running: boolean; |
Sorry, the diff of this file is not supported yet
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
508667
9726