onix-board
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -8,3 +8,3 @@ import * as BoardActionTypes from './BoardActionTypes'; | ||
export { ChessDragLayer } from './ChessDragLayer'; | ||
export { BoardSize, BoardMode, Orientation } from './Constants'; | ||
export { BoardSize, BoardSizeClass, BoardMode, Orientation } from './Constants'; | ||
export { BoardSettings } from './BoardSettings'; | ||
@@ -11,0 +11,0 @@ export { boardReducer } from './BoardReducer'; |
@@ -19,2 +19,3 @@ "use strict"; | ||
exports.BoardSize = Constants_1.BoardSize; | ||
exports.BoardSizeClass = Constants_1.BoardSizeClass; | ||
exports.BoardMode = Constants_1.BoardMode; | ||
@@ -21,0 +22,0 @@ exports.Orientation = Constants_1.Orientation; |
{ | ||
"name": "onix-board", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Onix chess board abstractions", | ||
@@ -5,0 +5,0 @@ "main": "built/index.js", |
@@ -9,3 +9,3 @@ import * as BoardActionTypes from './BoardActionTypes'; | ||
export { ChessDragLayer } from './ChessDragLayer'; | ||
export { BoardSize, BoardMode, Orientation } from './Constants'; | ||
export { BoardSize, BoardSizeClass, BoardMode, Orientation } from './Constants'; | ||
export { BoardSettings } from './BoardSettings'; | ||
@@ -12,0 +12,0 @@ export { boardReducer } from './BoardReducer'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1667434
40528