onix-board
Advanced tools
Comparing version 1.0.12 to 1.0.14
@@ -54,3 +54,3 @@ "use strict"; | ||
if (state === void 0) { state = INITIAL_STATE; } | ||
onix_core_2.Logger.debug('Board action', action); | ||
onix_core_2.Logger.debug('Try board action', action); | ||
switch (action.type) { | ||
@@ -57,0 +57,0 @@ case actions.SET_POSITION: |
{ | ||
"name": "onix-board", | ||
"version": "1.0.12", | ||
"version": "1.0.14", | ||
"description": "Onix chess board abstractions", | ||
@@ -5,0 +5,0 @@ "main": "built/index.js", |
@@ -53,3 +53,3 @@ import { Reducer } from 'redux'; | ||
export const boardReducer: Reducer<BoardState> = (state: BoardState = INITIAL_STATE, action: BoardAction) => { | ||
Logger.debug('Board action', action); | ||
Logger.debug('Try board action', action); | ||
switch (action.type) { | ||
@@ -56,0 +56,0 @@ case actions.SET_POSITION: |
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
1671120