onix-chess
Advanced tools
Comparing version 6.2.0 to 6.3.0
@@ -1,2 +0,2 @@ | ||
import { Store } from "redux"; | ||
import { AnyAction, Store } from "redux"; | ||
import { GameState } from './GameState'; | ||
@@ -8,2 +8,2 @@ import { GameActions } from './GameActions'; | ||
export declare type GameStore = Store<GameState, GameActions.GameAction>; | ||
export declare type GameRelatedStore = Store<GameRelatedState, GameActions.GameAction>; | ||
export declare type GameRelatedStore = Store<GameRelatedState, AnyAction>; |
{ | ||
"name": "onix-chess", | ||
"version": "6.2.0", | ||
"version": "6.3.0", | ||
"description": "Onix chess library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,2 +0,2 @@ | ||
import { Store } from "redux"; | ||
import { AnyAction, Store } from "redux"; | ||
import { GameState } from './GameState'; | ||
@@ -10,2 +10,2 @@ import { GameActions } from './GameActions'; | ||
export type GameStore = Store<GameState, GameActions.GameAction>; | ||
export type GameRelatedStore = Store<GameRelatedState, GameActions.GameAction>; | ||
export type GameRelatedStore = Store<GameRelatedState, AnyAction>; |
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
481895