chayns-api 3.0.0 → 3.0.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.
@@ -93,7 +93,7 @@ class AppWrapper {
93
93
  runtimeEnvironment: _IChaynsReact.RuntimeEnviroment.App
94
94
  },
95
95
  language: {
96
- site: language,
96
+ site: AppInfo.Language || 'de',
97
97
  translation: null,
98
98
  device: language,
99
99
  active: language
@@ -83,7 +83,7 @@ export class AppWrapper {
83
83
  runtimeEnvironment: RuntimeEnviroment.App
84
84
  },
85
85
  language: {
86
- site: language,
86
+ site: AppInfo.Language || 'de',
87
87
  translation: null,
88
88
  device: language,
89
89
  active: language
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",