@mx-cartographer/experiences 7.0.59 → 7.0.60

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
+ ## [7.0.60] - 10-27-2025
2
+
3
+ - **ADDED** - `show_back_button` param to app config
4
+
1
5
  ## [7.0.59] - 10-27-2025
2
6
 
3
7
  - **UPDATED** - Cash Flow mini widget zero state
@@ -39,6 +39,7 @@ export interface ClientConfig {
39
39
  }
40
40
  export interface MasterConfig {
41
41
  deep_link_params?: DeepLinkParams;
42
+ show_back_button?: boolean;
42
43
  style?: StyleConfig;
43
44
  ui_message_protocol?: string;
44
45
  ui_message_version?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.0.59",
3
+ "version": "7.0.60",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",