@common-stack/frontend-stack-react 6.0.6-alpha.73 → 6.0.6-alpha.85

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}from'rxjs';import {mergeMap,takeUntil}from'rxjs/operators/index.js';import features from'../modules.js';const epic$ = new BehaviorSubject(combineEpics(...features.epics));
1
+ import {combineEpics,ofType}from'redux-observable';import {BehaviorSubject,mergeMap,takeUntil}from'rxjs';import features from'../modules.js';const epic$ = new BehaviorSubject(combineEpics(...features.epics));
2
2
  // Since we're using mergeMap, by default any new
3
3
  // epic that comes in will be merged into the previous
4
4
  // one, unless an EPIC_END action is dispatched first,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/frontend-stack-react",
3
- "version": "6.0.6-alpha.73",
3
+ "version": "6.0.6-alpha.85",
4
4
  "description": "Client Module for react app",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -32,13 +32,13 @@
32
32
  "@apollo/client": "^3.9.0",
33
33
  "@cdm-logger/client": "^9.0.3",
34
34
  "@cdm-logger/server": "^9.0.3",
35
- "@common-stack/cache-api-server": "6.0.6-alpha.72",
36
- "@common-stack/client-core": "6.0.6-alpha.73",
37
- "@common-stack/client-react": "6.0.6-alpha.73",
35
+ "@common-stack/cache-api-server": "6.0.6-alpha.84",
36
+ "@common-stack/client-core": "6.0.6-alpha.84",
37
+ "@common-stack/client-react": "6.0.6-alpha.84",
38
38
  "@common-stack/components-pro": "6.0.6-alpha.50",
39
- "@common-stack/core": "6.0.6-alpha.50",
39
+ "@common-stack/core": "6.0.6-alpha.84",
40
40
  "@common-stack/remix-router-redux": "6.0.6-alpha.50",
41
- "@common-stack/server-core": "6.0.6-alpha.72",
41
+ "@common-stack/server-core": "6.0.6-alpha.84",
42
42
  "@reduxjs/toolkit": "^2.2.6",
43
43
  "@remix-run/express": "~2.10.1",
44
44
  "@remix-run/node": "~2.10.1",
@@ -97,5 +97,5 @@
97
97
  "typescript": {
98
98
  "definition": "lib/index.d.ts"
99
99
  },
100
- "gitHead": "0160027074ea23cc30ca0399d67d39d8657d0764"
100
+ "gitHead": "60c79e35cbf4e44b0a311163835a9fdb98a8dc6d"
101
101
  }