@common-stack/client-react
Advanced tools
Comparing version 0.0.147 to 0.0.148
@@ -16,2 +16,3 @@ /// <reference types="react" /> | ||
registerLanguages(monaco: any): void; | ||
getDataIdFromObject(result: any): any; | ||
} |
@@ -104,2 +104,3 @@ module.exports = | ||
const utils_1 = __webpack_require__(/*! ../utils */ "./src/utils/index.ts"); | ||
const lodash_1 = __webpack_require__(/*! lodash */ "lodash"); | ||
class Feature extends client_core_1.AbstractFeature { | ||
@@ -158,2 +159,6 @@ constructor() { | ||
} | ||
getDataIdFromObject(result) { | ||
const dataIdFromObject = lodash_1.merge(...this.dataIdFromObject); | ||
return dataIdFromObject[result.type](result); | ||
} | ||
} | ||
@@ -433,2 +438,13 @@ exports.Feature = Feature; | ||
/***/ "lodash": | ||
/*!*************************!*\ | ||
!*** external "lodash" ***! | ||
\*************************/ | ||
/*! no static exports found */ | ||
/***/ (function(module, exports) { | ||
module.exports = require("lodash"); | ||
/***/ }), | ||
/***/ "react": | ||
@@ -435,0 +451,0 @@ /*!************************!*\ |
{ | ||
"name": "@common-stack/client-react", | ||
"version": "0.0.147", | ||
"version": "0.0.148", | ||
"description": "browser plugin for git", | ||
@@ -59,5 +59,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@common-stack/client-core": "^0.0.147", | ||
"@common-stack/client-redux": "^0.0.147", | ||
"@common-stack/core": "^0.0.147" | ||
"@common-stack/client-core": "^0.0.148", | ||
"@common-stack/client-redux": "^0.0.148", | ||
"@common-stack/core": "^0.0.148" | ||
}, | ||
@@ -64,0 +64,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
46434
23
589
+ Added@common-stack/client-core@0.0.148(transitive)
+ Added@common-stack/client-redux@0.0.148(transitive)
+ Added@common-stack/core@0.0.148(transitive)
- Removed@common-stack/client-core@0.0.147(transitive)
- Removed@common-stack/client-redux@0.0.147(transitive)
- Removed@common-stack/core@0.0.147(transitive)
Updated@common-stack/core@^0.0.148