react-mutation-mapper 0.8.50 → 0.8.53

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.
@@ -29,6 +29,7 @@ export declare function mergeAlterations(alterations: string | string[]): string
29
29
  */
30
30
  export declare function getPositionalVariant(alteration: string): string | undefined;
31
31
  export declare function getTumorTypeName(tumorType?: TumorType): string;
32
+ export declare function getTumorTypeNameWithExclusionInfo(tumorType?: TumorType, excludedTumorTypes?: TumorType[]): string;
32
33
  export declare function groupOncoKbIndicatorDataByMutations(mutationsByPosition: {
33
34
  [pos: number]: Mutation[];
34
35
  }, oncoKbData: IOncoKbData, getTumorType: (mutation: Mutation) => string, getEntrezGeneId: (mutation: Mutation) => number, filter?: (indicator: IndicatorQueryResp) => boolean): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-mutation-mapper",
3
- "version": "0.8.50",
3
+ "version": "0.8.53",
4
4
  "description": "Generic Mutation Mapper",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -39,8 +39,8 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "autobind-decorator": "^2.1.0",
42
- "cbioportal-frontend-commons": "^0.5.31",
43
- "cbioportal-utils": "^0.3.22",
42
+ "cbioportal-frontend-commons": "^0.5.32",
43
+ "cbioportal-utils": "^0.3.23",
44
44
  "classnames": "^2.2.5",
45
45
  "genome-nexus-ts-api-client": "^1.1.22",
46
46
  "jquery": "^3.2.1",
@@ -48,7 +48,7 @@
48
48
  "memoize-weak-decorator": "^1.0.3",
49
49
  "mobxpromise": "github:cbioportal/mobxpromise#303db72588860bff0a6862a4f07a4e8a3578c94f",
50
50
  "oncokb-styles": "~1.4.2",
51
- "oncokb-ts-api-client": "^1.3.1",
51
+ "oncokb-ts-api-client": "^1.3.2",
52
52
  "react-collapse": "^4.0.3",
53
53
  "react-if": "^2.1.0",
54
54
  "react-motion": "^0.5.2",
@@ -59,5 +59,5 @@
59
59
  "superagent": "^3.8.3",
60
60
  "typescript": "4.0.3"
61
61
  },
62
- "gitHead": "864c037724ae03185085a7d891e7c642c0dd84e5"
62
+ "gitHead": "874bc2ce8a9162ae6848a8b57dffb6a1a9adb235"
63
63
  }