monkey-front-core 0.0.429 → 0.0.430
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/esm2020/lib/core/services/commons/monkeyecx-commons-resolve.service.mjs +1 -2
- package/fesm2015/monkey-front-core.mjs +0 -1
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +0 -1
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/services/commons/monkeyecx-commons-resolve.service.d.ts +2 -2
- package/monkey-front-core-0.0.430.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.429.tgz +0 -0
|
@@ -3114,7 +3114,6 @@ class MonkeyEcxCommonsResolveService extends MonkeyEcxCommonsService {
|
|
|
3114
3114
|
this.actionPagination = actionsPagination;
|
|
3115
3115
|
this.selector = selectors;
|
|
3116
3116
|
}
|
|
3117
|
-
;
|
|
3118
3117
|
async getData() {
|
|
3119
3118
|
try {
|
|
3120
3119
|
const { store, route, action, selector, tokenStorage } = this;
|