react-mutation-mapper 0.8.36 → 0.8.39

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.es.js CHANGED
@@ -2067,7 +2067,22 @@ var ONCOKB_DEFAULT_DATA = {
2067
2067
  // The only one we have right now is public.api.oncokb.org
2068
2068
  var USE_DEFAULT_PUBLIC_INSTANCE_FOR_ONCOKB = false;
2069
2069
  var ONCOKB_DEFAULT_INFO = {
2070
- apiVersion: 'v1.0.0',
2070
+ apiVersion: {
2071
+ version: 'v1.0.0',
2072
+ major: 1,
2073
+ minor: 0,
2074
+ patch: 0,
2075
+ stable: true,
2076
+ suffixTokens: [],
2077
+ },
2078
+ appVersion: {
2079
+ version: 'v1.0.0',
2080
+ major: 1,
2081
+ minor: 0,
2082
+ patch: 0,
2083
+ stable: true,
2084
+ suffixTokens: [],
2085
+ },
2071
2086
  dataVersion: {
2072
2087
  version: 'v2.0',
2073
2088
  date: '12/19/2019',