@mx-cartographer/experiences 3.9.2 → 3.9.5-alpha.sms1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +13 -0
- package/dist/index.es.js +2058 -2008
- package/dist/index.es.js.map +1 -1
- package/dist/insights/components/beats/SetUpDirectDeposit/components/FullFeedBodyHeader.d.ts +7 -0
- package/dist/insights/components/beats/SetUpDirectDeposit/components/FullFeedLogoSection.d.ts +8 -0
- package/dist/insights/components/beats/SetUpDirectDeposit/components/LeftBox.d.ts +9 -0
- package/dist/insights/components/beats/SetUpDirectDeposit/components/LowerBoxesSection.d.ts +12 -0
- package/dist/insights/components/beats/SetUpDirectDeposit/components/MiniBodyHeader.d.ts +8 -0
- package/dist/insights/components/beats/SetUpDirectDeposit/components/RightBox.d.ts +10 -0
- package/dist/insights/components/beats/SetUpDirectDeposit/components/index.d.ts +6 -0
- package/dist/microinsights/stores/InsightsMicroWidgetStore.d.ts +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1
|
+
## [3.9.5] - 10-23-2024
|
2
|
+
|
3
|
+
- **FIXED** - Prevent additional API calls from being triggered after receiving a 401
|
4
|
+
- **UPDATED** - Notify Honeybadger of errors, since Common/Fetch.ts is no longer doing that
|
5
|
+
|
6
|
+
## [3.9.4] - 10-23-2024
|
7
|
+
|
8
|
+
- **UPDATED** - SetUpDirectDeposit styles
|
9
|
+
|
10
|
+
## [3.9.3] - 10-21-2024
|
11
|
+
|
12
|
+
- **UPDATED** - SetUpDirectDeposit styles
|
13
|
+
|
1
14
|
## [3.9.2] - 10-2-2024
|
2
15
|
|
3
16
|
- **FIXED** - `InsightsMicroWidget` conditionally initializes store, only if store has not been initialized
|