react-mutation-mapper 0.8.36 → 0.8.37

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.js CHANGED
@@ -2076,7 +2076,22 @@ var ONCOKB_DEFAULT_DATA = {
2076
2076
  // The only one we have right now is public.api.oncokb.org
2077
2077
  var USE_DEFAULT_PUBLIC_INSTANCE_FOR_ONCOKB = false;
2078
2078
  var ONCOKB_DEFAULT_INFO = {
2079
- apiVersion: 'v1.0.0',
2079
+ apiVersion: {
2080
+ version: 'v1.0.0',
2081
+ major: 1,
2082
+ minor: 0,
2083
+ patch: 0,
2084
+ stable: true,
2085
+ suffixTokens: [],
2086
+ },
2087
+ appVersion: {
2088
+ version: 'v1.0.0',
2089
+ major: 1,
2090
+ minor: 0,
2091
+ patch: 0,
2092
+ stable: true,
2093
+ suffixTokens: [],
2094
+ },
2080
2095
  dataVersion: {
2081
2096
  version: 'v2.0',
2082
2097
  date: '12/19/2019',