@common-stack/frontend-stack-react 4.0.2-alpha.2 → 4.0.2-alpha.4

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.
@@ -9,9 +9,7 @@ interface Dependencies {
9
9
  services: any;
10
10
  container: any;
11
11
  logger: typeof logger;
12
- config: {
13
- loadRoot: boolean;
14
- };
12
+ config?: any;
15
13
  }
16
14
  export declare const epicMiddlewareFunc: (apolloClient: any, services: any, container: any) => EpicMiddleware<any, any, any, Dependencies>;
17
15
  export declare const persistConfig: PersistConfig<any>;
@@ -5,9 +5,6 @@ import'reflect-metadata';import storage from'redux-persist/lib/storage/index.js'
5
5
  services,
6
6
  container,
7
7
  logger,
8
- config: {
9
- loadRoot: false,
10
- }
11
8
  },
12
9
  });
13
10
  const persistConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/frontend-stack-react",
3
- "version": "4.0.2-alpha.2",
3
+ "version": "4.0.2-alpha.4",
4
4
  "description": "Client Module for react app",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -29,7 +29,7 @@
29
29
  "watch": "npm run build:lib:watch"
30
30
  },
31
31
  "dependencies": {
32
- "@common-stack/client-react": "4.0.2-alpha.1",
32
+ "@common-stack/client-react": "4.0.2-alpha.4",
33
33
  "@common-stack/core": "4.0.2-alpha.1",
34
34
  "i18next-fs-backend": "^2.3.1",
35
35
  "i18next-http-backend": "^2.5.2",
@@ -52,5 +52,5 @@
52
52
  "typescript": {
53
53
  "definition": "lib/index.d.ts"
54
54
  },
55
- "gitHead": "cbff15e27a2c66c0e3e027e593d494b3a63224dc"
55
+ "gitHead": "0bc587391ce1a1973d13d8b60557802b9ca8af43"
56
56
  }