@poker-apprentice/hand-history-analyzer
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,2 +0,2 @@ | ||
import { HandHistory } from '@poker-apprentice/hand-history-parser'; | ||
import type { HandHistory } from '@poker-apprentice/hand-history-parser'; | ||
import { HandHistoryStats } from './types'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { Street } from '@poker-apprentice/hand-history-parser'; | ||
import type { Street } from '@poker-apprentice/hand-history-parser'; | ||
export interface StreetStat { | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { Street } from '@poker-apprentice/hand-history-parser'; | ||
import type { Street } from '@poker-apprentice/hand-history-parser'; | ||
import BigNumber from 'bignumber.js'; | ||
@@ -3,0 +3,0 @@ import { HandStats, PlayerStats } from '~/types'; |
@@ -1,2 +0,2 @@ | ||
import { Action, Player } from '@poker-apprentice/hand-history-parser'; | ||
import type { Action, Player } from '@poker-apprentice/hand-history-parser'; | ||
import { State } from '~/types/State'; | ||
@@ -3,0 +3,0 @@ export declare const getInitialState: (players?: Player[]) => State; |
{ | ||
"name": "@poker-apprentice/hand-history-analyzer", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Extract helpful statistics about a poker player's tendencies from a hand history", | ||
@@ -43,2 +43,3 @@ "main": "dist/cjs/index.js", | ||
"@babel/runtime": "^7.22.11", | ||
"@poker-apprentice/types": "^1.4.0", | ||
"assert-never": "^1.2.1", | ||
@@ -52,3 +53,3 @@ "bignumber.js": "^9.1.2", | ||
"@babel/preset-typescript": "^7.22.11", | ||
"@poker-apprentice/hand-history-parser": "^3.0.0", | ||
"@poker-apprentice/hand-history-parser": "^5.0.2", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
@@ -55,0 +56,0 @@ "@rollup/plugin-commonjs": "^25.0.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1018326
5
+ Added@poker-apprentice/types@1.4.2(transitive)