react-mutation-mapper 0.8.100 → 0.8.102
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
|
@@ -27,7 +27,6 @@ var oncoKbImg = require('oncokb-styles/dist/images/oncogenic.svg');
|
|
|
27
27
|
require('oncokb-frontend-commons/dist/styles.css');
|
|
28
28
|
var request = require('superagent');
|
|
29
29
|
var memoize = require('memoize-weak-decorator');
|
|
30
|
-
var mobxpromise = require('mobxpromise');
|
|
31
30
|
|
|
32
31
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
33
32
|
|
|
@@ -10743,7 +10742,7 @@ var DefaultMutationMapperStore = /** @class */ (function () {
|
|
|
10743
10742
|
mobx.computed
|
|
10744
10743
|
], DefaultMutationMapperStore.prototype, "annotationFields", null);
|
|
10745
10744
|
tslib.__decorate([
|
|
10746
|
-
|
|
10745
|
+
cbioportalFrontendCommons.cached,
|
|
10747
10746
|
mobx.computed
|
|
10748
10747
|
], DefaultMutationMapperStore.prototype, "dataStore", null);
|
|
10749
10748
|
tslib.__decorate([
|