@zeniai/client-epic-state 4.19.13-betaSS1 → 4.19.13-betaSS2
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.
|
@@ -110,6 +110,7 @@ function getOnboardingCustomerView(state, companyId) {
|
|
|
110
110
|
const allRequiredStepsCompleted = requiredStepsData.every((step) => {
|
|
111
111
|
return completedSteps.includes(step);
|
|
112
112
|
});
|
|
113
|
+
console.log('completedSteps', completedSteps, requiredStepsData);
|
|
113
114
|
const allStepsCompleted = allStepsData.every((step) => {
|
|
114
115
|
return completedSteps.includes(step);
|
|
115
116
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeniai/client-epic-state",
|
|
3
|
-
"version": "4.19.13-
|
|
3
|
+
"version": "4.19.13-betaSS2",
|
|
4
4
|
"description": "Shared module between Web & Mobile containing required abstractions for state management, async network communication. ",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|