onix-chess
Advanced tools
Comparing version 3.3.2 to 3.3.3
export { Intl } from './Intl'; | ||
export * from './chess/Types'; | ||
export { Color } from './chess/Color'; | ||
export { Castling, CastlingSide } from './chess/Castling'; | ||
export { CastlingStr, Castling, CastlingSide } from './chess/Castling'; | ||
export { Piece } from './chess/Piece'; | ||
@@ -6,0 +6,0 @@ export { Square } from './chess/Square'; |
{ | ||
"name": "onix-chess", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "Onix chess library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
export { Intl } from './Intl'; | ||
export * from './chess/Types'; | ||
export { Color } from './chess/Color'; | ||
export { Castling, CastlingSide } from './chess/Castling'; | ||
export { CastlingStr, Castling, CastlingSide } from './chess/Castling'; | ||
export { Piece } from './chess/Piece'; | ||
@@ -6,0 +6,0 @@ export { Square } from './chess/Square'; |
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
450722