@common-stack/client-core 3.0.1-alpha.0 → 3.0.1-alpha.1

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,5 +1,5 @@
1
- import { Resolvers, IdGetterObj, PossibleTypesMap, TypePolicies, Operation, ApolloLink } from '@apollo/client/core';
2
- import { interfaces } from 'inversify';
1
+ import { ApolloLink, IdGetterObj, Operation, PossibleTypesMap, Resolvers, TypePolicies } from '@apollo/client/core';
2
+ import { Container, interfaces } from 'inversify';
3
3
  import { Cache } from '@apollo/client/cache';
4
4
  import { ReducersMapObject } from 'redux';
5
5
  import { ErrorLink } from '@apollo/client/link/error';
@@ -181,6 +181,7 @@ export interface IModuleShape {
181
181
  */
182
182
  readonly middleLowerPanelItems?: any;
183
183
  readonly reduxPersistTransforms?: any[];
184
+ readonly hydrate?: (container: Container, state: never) => void;
184
185
  }
185
186
  /**
186
187
  * Feature module methods
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/client-core",
3
- "version": "3.0.1-alpha.0",
3
+ "version": "3.0.1-alpha.1",
4
4
  "description": "common core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -31,5 +31,5 @@
31
31
  "typescript": {
32
32
  "definition": "lib/index.d.ts"
33
33
  },
34
- "gitHead": "2c5be38e54fcffe218106da86a39bf5c253e504d"
34
+ "gitHead": "84a06a3d14831e099634c6cb49f51b5ac7ab2a7c"
35
35
  }