onix-board
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,4 @@ | ||
import * as BoardActionTypes from './BoardActionTypes'; | ||
import * as BoardActionConsts from './BoardActionConsts'; | ||
import * as BoardActions from './BoardActions'; | ||
export { ChessPiece } from './ChessPiece'; | ||
@@ -6,1 +9,4 @@ export { ChessSquare } from './ChessSquare'; | ||
export { BoardSettings } from './BoardSettings'; | ||
export { boardReducer } from './BoardReducer'; | ||
export { BoardState, BoardRelatedStore } from './BoardState'; | ||
export { BoardActionTypes, BoardActionConsts, BoardActions }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var BoardActionTypes = require("./BoardActionTypes"); | ||
exports.BoardActionTypes = BoardActionTypes; | ||
var BoardActionConsts = require("./BoardActionConsts"); | ||
exports.BoardActionConsts = BoardActionConsts; | ||
var BoardActions = require("./BoardActions"); | ||
exports.BoardActions = BoardActions; | ||
var ChessPiece_1 = require("./ChessPiece"); | ||
@@ -13,2 +19,4 @@ exports.ChessPiece = ChessPiece_1.ChessPiece; | ||
exports.Orientation = Constants_1.Orientation; | ||
var BoardReducer_1 = require("./BoardReducer"); | ||
exports.boardReducer = BoardReducer_1.boardReducer; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "onix-board", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Onix chess board abstractions", | ||
@@ -5,0 +5,0 @@ "main": "built/index.js", |
@@ -0,1 +1,5 @@ | ||
import * as BoardActionTypes from './BoardActionTypes'; | ||
import * as BoardActionConsts from './BoardActionConsts'; | ||
import * as BoardActions from './BoardActions'; | ||
export { ChessPiece } from './ChessPiece'; | ||
@@ -5,2 +9,6 @@ export { ChessSquare } from './ChessSquare'; | ||
export { BoardSize, BoardMode, Orientation } from './Constants'; | ||
export { BoardSettings } from './BoardSettings'; | ||
export { BoardSettings } from './BoardSettings'; | ||
export { boardReducer } from './BoardReducer'; | ||
export { BoardState, BoardRelatedStore } from './BoardState'; | ||
export { BoardActionTypes, BoardActionConsts, BoardActions }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1646268
75
40100