onix-chess
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -9,2 +9,3 @@ export { Intl } from './Intl'; | ||
export { Position, FenStandartStart, FenEmptyBoard } from './chess/Position'; | ||
export { IOpeningPosition } from './chess/IOpeningPosition'; | ||
export { Chess } from './chess/Chess'; |
{ | ||
"name": "onix-chess", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Onix chess library", | ||
@@ -5,0 +5,0 @@ "main": "built/index.js", |
@@ -0,0 +0,0 @@ import { IUser } from 'onix-core/built/app/IUser'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ const WHITE = 0; |
@@ -0,0 +0,0 @@ import { Color } from './Color'; |
@@ -0,0 +0,0 @@ import { Color } from './Color'; |
@@ -9,2 +9,3 @@ export { Intl } from './Intl'; | ||
export { Position, FenStandartStart, FenEmptyBoard } from './chess/Position'; | ||
export { IOpeningPosition } from './chess/IOpeningPosition'; | ||
export { Chess } from './chess/Chess'; |
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
924812
56
18535