@mx-cartographer/experiences 6.3.9 → 6.3.10-alpha.al0

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [6.3.10] - 06-06-2025
2
+
3
+ - **ADDED** - AppConfig type | Added isMobileWebview property
4
+
1
5
  ## [6.3.9] - 06-06-2025
2
6
 
3
7
  - **ADDED** - Created Posthog Analytics in NotificationSettings.
@@ -17,6 +17,7 @@ export interface AppConfig {
17
17
  clientStyleProfile: ClientStyleProfile;
18
18
  config: Config;
19
19
  honeyBadgerPublicKey?: string;
20
+ is_mobile_webview?: boolean;
20
21
  options: Options;
21
22
  postHogPublicKey?: string;
22
23
  userFeatures: UserFeature[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.3.9",
3
+ "version": "6.3.10-alpha.al0",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",