@common-stack/frontend-stack-react 4.0.2-alpha.14 → 4.0.2-alpha.15

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.
@@ -56,7 +56,6 @@ loadContext) {
56
56
  defaultNS: config.i18n.defaultNS,
57
57
  react: config.i18n.react,
58
58
  supportedLngs: config.i18n.supportedLngs,
59
- // ...config.i18n, // use the same configuration as in your client side.
60
59
  lng, // The locale we detected above
61
60
  ns, // The namespaces the routes about to render want to use
62
61
  backend: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/frontend-stack-react",
3
- "version": "4.0.2-alpha.14",
3
+ "version": "4.0.2-alpha.15",
4
4
  "description": "Client Module for react app",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -56,5 +56,5 @@
56
56
  "typescript": {
57
57
  "definition": "lib/index.d.ts"
58
58
  },
59
- "gitHead": "0e2c1123d24c2aea1b444ed1a50220e70f78987a"
59
+ "gitHead": "16f5de3cd92233b49bd55bcb8b22261ed901bcb2"
60
60
  }