@common-stack/mobile-stack-react 6.0.6-alpha.84 → 6.0.6-alpha.86
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {combineEpics,ofType}from'redux-observable';import {BehaviorSubject
|
|
1
|
+
import {combineEpics,ofType}from'redux-observable';import {BehaviorSubject,mergeMap,takeUntil}from'rxjs';import features from'../modules.js';/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
|
2
2
|
/* eslint-disable @typescript-eslint/no-unsafe-call */
|
|
3
3
|
const epic$ = new BehaviorSubject(combineEpics(...features.epics));
|
|
4
4
|
// Since we're using mergeMap, by default any new
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/mobile-stack-react",
|
|
3
|
-
"version": "6.0.6-alpha.
|
|
3
|
+
"version": "6.0.6-alpha.86",
|
|
4
4
|
"description": "Client Module for mobile app",
|
|
5
5
|
"homepage": "https://github.com/cdmbase/fullstack-pro#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@apollo/client": "^3.9.0",
|
|
33
33
|
"@cdm-logger/client": "^9.0.3",
|
|
34
|
-
"@common-stack/client-core": "6.0.6-alpha.
|
|
35
|
-
"@common-stack/client-react": "6.0.6-alpha.
|
|
34
|
+
"@common-stack/client-core": "6.0.6-alpha.86",
|
|
35
|
+
"@common-stack/client-react": "6.0.6-alpha.86",
|
|
36
36
|
"@common-stack/components-pro": "6.0.6-alpha.50",
|
|
37
|
-
"@common-stack/core": "6.0.6-alpha.
|
|
37
|
+
"@common-stack/core": "6.0.6-alpha.86",
|
|
38
38
|
"@expo/vector-icons": "^14.0.3",
|
|
39
39
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
40
40
|
"@react-native-community/datetimepicker": "8.0.1",
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"typescript": {
|
|
132
132
|
"definition": "lib/index.d.ts"
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "c40c812388b7d264e164731664263c6597dc77e0"
|
|
135
135
|
}
|