onix-chess
Advanced tools
Comparing version 1.7.28 to 1.8.29
@@ -56,3 +56,3 @@ import { SimpleMove } from './SimpleMove'; | ||
*/ | ||
exitVariation(): this | Window; | ||
exitVariation(): Window | this; | ||
truncate(): void; | ||
@@ -59,0 +59,0 @@ append(sm: SimpleMove): Move; |
@@ -8,5 +8,5 @@ export { Intl } from './Intl'; | ||
export { SimpleMove } from './chess/SimpleMove'; | ||
export { FenString } from './chess/FenString'; | ||
export { FenString, FenFormat } from './chess/FenString'; | ||
export { Position } from './chess/Position'; | ||
export { IOpeningPosition } from './chess/IOpeningPosition'; | ||
export { Chess } from './chess/Chess'; |
@@ -8,5 +8,5 @@ export { Intl } from './Intl'; | ||
export { SimpleMove } from './chess/SimpleMove'; | ||
export { FenString } from './chess/FenString'; | ||
export { FenString, FenFormat } from './chess/FenString'; | ||
export { Position } from './chess/Position'; | ||
export { Chess } from './chess/Chess'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "onix-chess", | ||
"version": "1.7.28", | ||
"version": "1.8.29", | ||
"description": "Onix chess library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -8,5 +8,5 @@ export { Intl } from './Intl'; | ||
export { SimpleMove } from './chess/SimpleMove'; | ||
export { FenString } from './chess/FenString'; | ||
export { FenString, FenFormat } from './chess/FenString'; | ||
export { Position } 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
403019