@common-stack/frontend-stack-react 4.0.1-alpha.41 → 4.0.1-alpha.44

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.
@@ -112,7 +112,6 @@ const createApolloClient = ({ scope, isDev, isDebug, isSSR, getDataIdFromObject,
112
112
  params.ssrMode = true;
113
113
  }
114
114
  }
115
- logger.trace('Apollo client options [%o]', params);
116
115
  const apolloClient = new ApolloClient(params);
117
116
  logger.debug('Created new Apollo client');
118
117
  initializeCache({ cache, initialState, clientState, logger });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/frontend-stack-react",
3
- "version": "4.0.1-alpha.41",
3
+ "version": "4.0.1-alpha.44",
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.1-alpha.36",
32
+ "@common-stack/client-react": "4.0.1-alpha.44",
33
33
  "@common-stack/core": "4.0.1-alpha.31",
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": "de0e9a2abdbb82e0a17a178317d8f2205c9bdc6d"
55
+ "gitHead": "45991179199ddbfdce3aba94060944e3715eadd2"
56
56
  }