jl-sprt-core 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -14,5 +14,5 @@ export type { IA_ResultInfo, TypeTotalScore } from './Match/A_Result';
14
14
  export type { IA_ResultSerieInfo } from './Match/A_ResultSerie';
15
15
  export type { IVolleyScore, IFootballScore, IAmericanFootballScore, TMatchScore, TSerieScore } from './Match/scores';
16
16
  export type { ISportProfile, AnySportProfile, IMatchCreationInfo, ISerieCreationInfo } from './profiles/ISportProfile';
17
- export { A_TeamTableItem, type AnyTeamTableItem, type SortFunc } from './profiles/A_TeamTableItem';
17
+ export { A_TeamTableItem, type AnyTeamTableItem, type IA_TeamTableItemBase, type SortFunc } from './profiles/A_TeamTableItem';
18
18
  export type { arr2, TypeBaseStageOption, TypeCategory, TypeCategoryList } from './types';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,2CAA0C;AAAjC,kGAAA,OAAO,OAAA;AAChB,mDAAkD;AAAzC,0GAAA,WAAW,OAAA;AACpB,6CAA4C;AAAnC,oGAAA,QAAQ,OAAA;AACjB,uDAAsD;AAA7C,8GAAA,aAAa,OAAA;AACtB,2CAA0C;AAAjC,kGAAA,OAAO,OAAA;AAChB,mCAAkC;AAAzB,gGAAA,MAAM,OAAA;AAEf,mCAA2C;AAAlC,gGAAA,MAAM,OAAA;AACf,+CAA6C;AAApC,4GAAA,YAAY,OAAA;AAErB,iCAAsD;AAA7C,mGAAA,UAAU,OAAA;AAAE,wGAAA,eAAe,OAAA;AAMpC,8DAAmG;AAA1F,kHAAA,eAAe,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,2CAA0C;AAAjC,kGAAA,OAAO,OAAA;AAChB,mDAAkD;AAAzC,0GAAA,WAAW,OAAA;AACpB,6CAA4C;AAAnC,oGAAA,QAAQ,OAAA;AACjB,uDAAsD;AAA7C,8GAAA,aAAa,OAAA;AACtB,2CAA0C;AAAjC,kGAAA,OAAO,OAAA;AAChB,mCAAkC;AAAzB,gGAAA,MAAM,OAAA;AAEf,mCAA2C;AAAlC,gGAAA,MAAM,OAAA;AACf,+CAA6C;AAApC,4GAAA,YAAY,OAAA;AAErB,iCAAsD;AAA7C,mGAAA,UAAU,OAAA;AAAE,wGAAA,eAAe,OAAA;AAMpC,8DAA8H;AAArH,kHAAA,eAAe,OAAA"}
@@ -69,7 +69,8 @@ export interface ISportProfile<MS extends TMatchScore, SS extends TSerieScore, R
69
69
  /**
70
70
  * Actualiza un item de tabla a partir del resultado de un partido.
71
71
  */
72
- updateTableFromResult(tti: A_TeamTableItem<Res, Punt>, resultInfo: IA_ResultInfo<MS>, teamId: string): void;
72
+ updateTableFromResult(tti: A_TeamTableItem<Res, Punt>, resultInfo: IA_ResultInfo<MS>, // mejor usar result?
73
+ teamId: string): void;
73
74
  }
74
75
  /**
75
76
  * Tipo para usar ISportProfile de forma genérica sin propagar los tipos Res/Punt.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jl-sprt-core",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",