@smvtech/x-flux 1.0.11 → 1.0.12

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/dist/index.js CHANGED
@@ -867,6 +867,7 @@ var EDCFlowProvider = ({ children, orderId }) => {
867
867
  try {
868
868
  setError(null);
869
869
  const { data } = await runAllValidations(orderId);
870
+ console.log("data", data);
870
871
  if (data.order) {
871
872
  setOrder(data.order);
872
873
  }
package/dist/index.mjs CHANGED
@@ -841,6 +841,7 @@ var EDCFlowProvider = ({ children, orderId }) => {
841
841
  try {
842
842
  setError(null);
843
843
  const { data } = await runAllValidations(orderId);
844
+ console.log("data", data);
844
845
  if (data.order) {
845
846
  setOrder(data.order);
846
847
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smvtech/x-flux",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "x-flux - A powerful React package for managing effective document collection flows, visa questionnaires, travellers, and applications",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",