onix-chess-ctrls
Advanced tools
Comparing version 1.7.31 to 1.7.32
@@ -6,2 +6,3 @@ export { PieceSelector, PieceSelectorProps } from './ctrls/PieceSelector'; | ||
export { WhoMoveSelector, WhoMoveSelectorProps } from './ctrls/WhoMoveSelector'; | ||
export { TextWithCopy, TextWithCopyProps } from './ctrls/TextWithCopy'; | ||
export { Intl } from './Intl'; |
@@ -6,4 +6,5 @@ export { PieceSelector } from './ctrls/PieceSelector'; | ||
export { WhoMoveSelector } from './ctrls/WhoMoveSelector'; | ||
export { TextWithCopy } from './ctrls/TextWithCopy'; | ||
export { Intl } from './Intl'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "onix-chess-ctrls", | ||
"version": "1.7.31", | ||
"version": "1.7.32", | ||
"description": "Chess related controls", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,2 +6,3 @@ export { PieceSelector, PieceSelectorProps } from './ctrls/PieceSelector'; | ||
export { WhoMoveSelector, WhoMoveSelectorProps } from './ctrls/WhoMoveSelector'; | ||
export { TextWithCopy, TextWithCopyProps } from './ctrls/TextWithCopy'; | ||
export { Intl } from './Intl'; |
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
74950
1069